HomeSort by: relevance | last modified time | path
    Searched defs:sc_tx_stopped (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/arch/arm/at91/
at91dbguvar.h 77 sc_tx_stopped, member in struct:at91dbgu_softc
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
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
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
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
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
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
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
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;
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;
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;
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; */

Completed in 37 milliseconds

1 2