/src/sys/arch/arm/at91/ |
at91dbguvar.h | 77 sc_tx_stopped, member in struct:at91dbgu_softc
|
at91dbgu.c | 347 if (sc->sc_tx_stopped) { 348 sc->sc_tx_stopped = 0; 395 if (sc->sc_tx_stopped)
|
/src/sys/arch/arm/ixp12x0/ |
ixp12x0_comvar.h | 72 sc_tx_stopped, member in struct:ixpcom_softc
|
ixp12x0_com.c | 333 if (sc->sc_tx_stopped) { 334 sc->sc_tx_stopped = 0; 380 if (sc->sc_tx_stopped)
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_comvar.h | 73 sc_tx_stopped, member in struct:sacom_softc
|
/src/sys/arch/arm/ep93xx/ |
epcomvar.h | 74 sc_tx_stopped, member in struct:epcom_softc
|
epcom.c | 344 if (sc->sc_tx_stopped) { 345 sc->sc_tx_stopped = 0; 391 if (sc->sc_tx_stopped)
|
/src/sys/dev/marvell/ |
gtmpscvar.h | 117 volatile u_char sc_tx_stopped; member in struct:gtmpsc_softc
|
gtmpsc.c | 331 sc->sc_tx_stopped = 0; 773 if (sc->sc_tx_stopped)
|
/src/sys/arch/arm/imx/ |
imxuartvar.h | 89 bool sc_tx_busy, sc_tx_done, sc_tx_stopped; member in struct:imxuart_softc
|
imxuart.c | 504 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;
|
/src/sys/arch/evbarm/dev/ |
plcomvar.h | 135 sc_tx_stopped, member in struct:plcom_softc
|
plcom.c | 393 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;
|
/src/sys/arch/arm/s3c2xx0/ |
sscom_var.h | 142 sc_tx_stopped, member in struct:sscom_softc
|
sscom.c | 350 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;
|
/src/sys/dev/ic/ |
comvar.h | 175 sc_tx_stopped, member in struct:com_softc
|
com.c | 465 sc->sc_tx_stopped ? '+' : '-'); 1748 if (sc->sc_tx_stopped) { 1749 sc->sc_tx_stopped = 0; 1945 if (sc->sc_tx_stopped) 2165 sc->sc_tx_stopped = 0; 2168 sc->sc_tx_stopped = 1;
|
/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/ |
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;
|
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;
|
/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/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; 1172 if (sc->sc_tx_stopped) { 1173 sc->sc_tx_stopped = 0; 1220 if (sc->sc_tx_stopped) 1278 /* sc->sc_tx_stopped = 1; */
|
ucycom.c | 506 if (sc->sc_tx_stopped)
|
/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;
|
/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;
|