Searched refs:sc_tx_stopped (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_comvar.h72 sc_tx_stopped, member in struct:ixpcom_softc
H A Dixp12x0_com.c333 if (sc->sc_tx_stopped) {
334 sc->sc_tx_stopped = 0;
380 if (sc->sc_tx_stopped)
/netbsd-current/sys/arch/arm/sa11x0/
H A Dsa11x0_comvar.h73 sc_tx_stopped, member in struct:sacom_softc
/netbsd-current/sys/arch/arm/at91/
H A Dat91dbguvar.h77 sc_tx_stopped, member in struct:at91dbgu_softc
H A Dat91dbgu.c347 if (sc->sc_tx_stopped) {
348 sc->sc_tx_stopped = 0;
395 if (sc->sc_tx_stopped)
/netbsd-current/sys/dev/marvell/
H A Dgtmpscvar.h117 volatile u_char sc_tx_stopped; member in struct:gtmpsc_softc
H A Dgtmpsc.c332 sc->sc_tx_stopped = 0;
774 if (sc->sc_tx_stopped)
/netbsd-current/sys/arch/arm/ep93xx/
H A Depcomvar.h74 sc_tx_stopped, member in struct:epcom_softc
H A Depcom.c344 if (sc->sc_tx_stopped) {
345 sc->sc_tx_stopped = 0;
391 if (sc->sc_tx_stopped)
/netbsd-current/sys/arch/arm/imx/
H A Dimxuartvar.h89 bool sc_tx_busy, sc_tx_done, sc_tx_stopped; member in struct:imxuart_softc
H A Dimxuart.c504 sc->sc_tx_stopped ? '+' : '-');
1330 if (sc->sc_tx_stopped) {
1331 sc->sc_tx_stopped = 0;
1444 if (sc->sc_tx_stopped)
1657 sc->sc_tx_stopped = 0;
1660 sc->sc_tx_stopped = 1;
/netbsd-current/sys/arch/evbarm/dev/
H A Dplcomvar.h135 sc_tx_stopped, member in struct:plcom_softc
H A Dplcom.c393 sc->sc_tx_stopped ? "+" : "-");
1610 if (sc->sc_tx_stopped) {
1611 sc->sc_tx_stopped = 0;
1778 if (sc->sc_tx_stopped)
2006 sc->sc_tx_stopped = 0;
2009 sc->sc_tx_stopped = 1;
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Dsscom_var.h142 sc_tx_stopped, member in struct:sscom_softc
H A Dsscom.c350 sc->sc_tx_stopped ? "+" : "-");
1166 if (sc->sc_tx_stopped) {
1167 sc->sc_tx_stopped = 0;
1285 if (sc->sc_tx_stopped)
1498 sc->sc_tx_stopped = 0;
1501 sc->sc_tx_stopped = 1;
/netbsd-current/sys/dev/ic/
H A Dcomvar.h175 sc_tx_stopped, member in struct:com_softc
H A Dcom.c465 sc->sc_tx_stopped ? '+' : '-');
1743 if (sc->sc_tx_stopped) {
1744 sc->sc_tx_stopped = 0;
1940 if (sc->sc_tx_stopped)
2160 sc->sc_tx_stopped = 0;
2163 sc->sc_tx_stopped = 1;
/netbsd-current/sys/arch/arm/clps711x/
H A Dclpscom.c114 int sc_tx_stopped; member in struct:clpscom_softc
432 if (sc->sc_tx_stopped)
553 if (sc->sc_tx_stopped) {
554 sc->sc_tx_stopped = 0;
996 sc->sc_tx_stopped = 0;
999 sc->sc_tx_stopped = 1;
/netbsd-current/sys/arch/sh3/dev/
H A Dscif.c172 sc_tx_stopped, /* H/W level stop (lost CTS) */ member in struct:scif_softc
530 if (sc->sc_tx_stopped)
695 if (sc->sc_tx_stopped) {
696 sc->sc_tx_stopped = 0;
1144 sc->sc_tx_stopped = 0;
1147 sc->sc_tx_stopped = 1;
H A Dsci.c183 sc_tx_stopped, /* H/W level stop (lost CTS) */ member in struct:sci_softc
444 if (sc->sc_tx_stopped)
586 if (sc->sc_tx_stopped) {
587 sc->sc_tx_stopped = 0;
1022 sc->sc_tx_stopped = 0;
1025 sc->sc_tx_stopped = 1;
/netbsd-current/sys/arch/atari/dev/
H A Dser.c198 volatile uint8_t sc_tx_stopped; member in struct:ser_softc
362 sc->sc_tx_stopped ? "+" : "-");
803 if (sc->sc_tx_stopped) {
804 sc->sc_tx_stopped = 0;
942 if (sc->sc_tx_stopped)
1155 sc->sc_tx_stopped = 0;
1158 sc->sc_tx_stopped = 1;
/netbsd-current/sys/dev/usb/
H A Ducom.c178 u_char sc_tx_stopped; member in struct:ucom_softc
293 sc->sc_tx_stopped = 0;
646 sc->sc_tx_stopped = 0;
1165 if (sc->sc_tx_stopped) {
1166 sc->sc_tx_stopped = 0;
1213 if (sc->sc_tx_stopped)
1271 /* sc->sc_tx_stopped = 1; */
H A Ducycom.c506 if (sc->sc_tx_stopped)
/netbsd-current/sys/arch/arm/xilinx/
H A Dzynq_uart.c192 bool sc_tx_busy, sc_tx_done, sc_tx_stopped; member in struct:zynquart_softc
500 sc->sc_tx_stopped ? '+' : '-');
1287 if (sc->sc_tx_stopped) {
1288 sc->sc_tx_stopped = 0;
1400 if (sc->sc_tx_stopped)
1607 sc->sc_tx_stopped = 0;
1610 sc->sc_tx_stopped = 1;
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtxcom.c94 int sc_tx_stopped; member in struct:txcom_chip
1175 chip->sc_tx_stopped = 1;
1177 chip->sc_tx_stopped = 0;

Completed in 456 milliseconds