Home
last modified time | relevance | path

Searched refs:imxuart_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/arm/imx/
Dimxuart.c174 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 …]
Dimxuartvar.h38 struct imxuart_softc { struct
128 int (*enable)(struct imxuart_softc *); argument
129 void (*disable)(struct imxuart_softc *); argument
165 void imxuart_attach_subr(struct imxuart_softc *); argument
Dimx51_uart.c45 CFATTACH_DECL_NEW(imx51_uart, sizeof(struct imxuart_softc),
Dimx31_uart.c40 CFATTACH_DECL_NEW(imx31_uart, sizeof(struct imxuart_softc),