/src/sys/arch/arm/at91/ |
at91dbguvar.h | 77 sc_tx_stopped, member in struct:at91dbgu_softc
|
/src/sys/arch/arm/ep93xx/ |
epcomvar.h | 74 sc_tx_stopped, member in struct:epcom_softc
|
/src/sys/arch/arm/ixp12x0/ |
ixp12x0_comvar.h | 72 sc_tx_stopped, member in struct:ixpcom_softc
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_comvar.h | 73 sc_tx_stopped, member in struct:sacom_softc
|
/src/sys/dev/marvell/ |
gtmpscvar.h | 117 volatile u_char sc_tx_stopped; member in struct:gtmpsc_softc
|
/src/sys/arch/arm/imx/ |
imxuartvar.h | 89 bool sc_tx_busy, sc_tx_done, sc_tx_stopped; member in struct:imxuart_softc
|
/src/sys/arch/arm/s3c2xx0/ |
sscom_var.h | 142 sc_tx_stopped, member in struct:sscom_softc
|
/src/sys/arch/evbarm/dev/ |
plcomvar.h | 135 sc_tx_stopped, member in struct:plcom_softc
|
/src/sys/arch/arm/clps711x/ |
clpscom.c | 114 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;
|
/src/sys/arch/sh3/dev/ |
sci.c | 183 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;
|
scif.c | 172 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;
|
/src/sys/arch/hpcmips/tx/ |
txcom.c | 94 int sc_tx_stopped; member in struct:txcom_chip 1175 chip->sc_tx_stopped = 1; 1177 chip->sc_tx_stopped = 0;
|
/src/sys/dev/ic/ |
comvar.h | 175 sc_tx_stopped, member in struct:com_softc
|
/src/sys/dev/usb/ |
ucom.c | 178 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; */
|
/src/sys/arch/atari/dev/ |
ser.c | 198 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;
|
/src/sys/arch/arm/xilinx/ |
zynq_uart.c | 192 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;
|