HomeSort by: relevance | last modified time | path
    Searched refs:imxuart_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/imx/
imxuart.c 174 void imxuart_shutdown(struct imxuart_softc *);
175 void imxuart_loadchannelregs(struct imxuart_softc *);
176 void imxuart_hwiflow(struct imxuart_softc *);
177 void imxuart_break(struct imxuart_softc *, bool);
178 void imxuart_modem(struct imxuart_softc *, int);
179 void tiocm_to_imxu(struct imxuart_softc *, u_long, int);
180 int imxuart_to_tiocm(struct imxuart_softc *);
181 void imxuart_iflush(struct imxuart_softc *);
194 static void imxuintr_read(struct imxuart_softc *);
195 static void imxuintr_send(struct imxuart_softc *);
    [all...]
imxuartvar.h 38 struct imxuart_softc { struct
128 int (*enable)(struct imxuart_softc *);
129 void (*disable)(struct imxuart_softc *);
165 void imxuart_attach_subr(struct imxuart_softc *);
imx31_uart.c 40 CFATTACH_DECL_NEW(imx31_uart, sizeof(struct imxuart_softc),
imx51_uart.c 45 CFATTACH_DECL_NEW(imx51_uart, sizeof(struct imxuart_softc),
  /src/sys/arch/arm/nxp/
imx_com.c 47 CFATTACH_DECL_NEW(imx_com, sizeof(struct imxuart_softc),
66 struct imxuart_softc *sc = device_private(self);

Completed in 13 milliseconds