Searched refs:imxuart_softc (Results 1 – 4 of 4) sorted by relevance
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 …]
38 struct imxuart_softc { struct128 int (*enable)(struct imxuart_softc *); argument129 void (*disable)(struct imxuart_softc *); argument165 void imxuart_attach_subr(struct imxuart_softc *); argument
45 CFATTACH_DECL_NEW(imx51_uart, sizeof(struct imxuart_softc),
40 CFATTACH_DECL_NEW(imx31_uart, sizeof(struct imxuart_softc),