Home
last modified time | relevance | path

Searched refs:RX_TTY_BLOCKED (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/sys/dev/ic/
Dz8530tty.c222 #define RX_TTY_BLOCKED 0x01 macro
1108 if (ISSET(zst->zst_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in zsparam()
1109 CLR(zst->zst_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in zsparam()
1289 if (!ISSET(zst->zst_rx_flags, RX_TTY_BLOCKED)) { in zshwiflow()
1290 SET(zst->zst_rx_flags, RX_TTY_BLOCKED); in zshwiflow()
1299 if (ISSET(zst->zst_rx_flags, RX_TTY_BLOCKED)) { in zshwiflow()
1300 CLR(zst->zst_rx_flags, RX_TTY_BLOCKED); in zshwiflow()
1586 if (!ISSET(zst->zst_rx_flags, RX_TTY_BLOCKED)) { in zstty_rxsoft()
Dcd18xx.c910 if (ISSET(p->p_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in cdttyparam()
911 CLR(p->p_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in cdttyparam()
1003 if (!ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) { in cdttyhwiflow()
1004 SET(p->p_rx_flags, RX_TTY_BLOCKED); in cdttyhwiflow()
1012 if (ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) { in cdttyhwiflow()
1013 CLR(p->p_rx_flags, RX_TTY_BLOCKED); in cdttyhwiflow()
1378 if (!ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) { in cdtty_rxsoft()
Dcd18xxvar.h65 #define RX_TTY_BLOCKED 0x01 macro
Dcomvar.h168 #define RX_TTY_BLOCKED 0x01 macro
Dcom.c1720 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in comparam()
1721 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in comparam()
1892 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in comhwiflow()
1893 SET(sc->sc_rx_flags, RX_TTY_BLOCKED); in comhwiflow()
1901 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in comhwiflow()
1902 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED); in comhwiflow()
2074 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in com_rxsoft()
/netbsd/src/sys/arch/mips/sibyte/dev/
Dsbjcn.c1009 if (ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in sbjcn_param()
1010 CLR(ch->ch_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in sbjcn_param()
1078 if (!ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED)) { in sbjcn_hwiflow()
1079 SET(ch->ch_rx_flags, RX_TTY_BLOCKED); in sbjcn_hwiflow()
1087 if (ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED)) { in sbjcn_hwiflow()
1088 CLR(ch->ch_rx_flags, RX_TTY_BLOCKED); in sbjcn_hwiflow()
1255 if (!ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED)) { in sbjcn_rxsoft()
Dsbscn.c1092 if (ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in sbscn_param()
1093 CLR(ch->ch_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in sbscn_param()
1186 if (!ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED)) { in sbscn_hwiflow()
1187 SET(ch->ch_rx_flags, RX_TTY_BLOCKED); in sbscn_hwiflow()
1195 if (ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED)) { in sbscn_hwiflow()
1196 CLR(ch->ch_rx_flags, RX_TTY_BLOCKED); in sbscn_hwiflow()
1360 if (!ISSET(ch->ch_rx_flags, RX_TTY_BLOCKED)) { in sbscn_rxsoft()
Dsbscnvar.h133 #define RX_TTY_BLOCKED 0x01 macro
Dsbjcnvar.h139 #define RX_TTY_BLOCKED 0x01 macro
/netbsd/src/sys/arch/arm/sa11x0/
Dsa11x0_com.c918 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in sacomparam()
919 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in sacomparam()
1014 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sacomhwiflow()
1015 SET(sc->sc_rx_flags, RX_TTY_BLOCKED); in sacomhwiflow()
1023 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sacomhwiflow()
1024 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED); in sacomhwiflow()
1169 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sacom_rxsoft()
Dsa11x0_comvar.h40 #define RX_TTY_BLOCKED 0x01 macro
/netbsd/src/sys/arch/arm/at91/
Dat91dbguvar.h44 #define RX_TTY_BLOCKED 0x01 macro
Dat91usartvar.h44 #define RX_TTY_BLOCKED 0x01 macro
Dat91usart.c988 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in at91usart_rxsoft()
1016 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) in at91usart_rxsoft()
Dat91dbgu.c961 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in at91dbgu_rxsoft()
/netbsd/src/sys/arch/arm/ixp12x0/
Dixp12x0_comvar.h39 #define RX_TTY_BLOCKED 0x01 macro
Dixp12x0_com.c959 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in ixpcom_rxsoft()
/netbsd/src/sys/arch/arm/ep93xx/
Depcomvar.h41 #define RX_TTY_BLOCKED 0x01 macro
Depcom.c955 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in epcom_rxsoft()
/netbsd/src/sys/arch/arm/s3c2xx0/
Dsscom.c1143 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in sscomparam()
1144 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in sscomparam()
1233 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sscomhwiflow()
1234 SET(sc->sc_rx_flags, RX_TTY_BLOCKED); in sscomhwiflow()
1242 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sscomhwiflow()
1243 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED); in sscomhwiflow()
1406 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sscom_rxsoft()
Dsscom_var.h135 #define RX_TTY_BLOCKED 0x01 macro
/netbsd/src/sys/arch/evbarm/dev/
Dplcomvar.h128 #define RX_TTY_BLOCKED 0x01 macro
Dplcom.c1586 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) { in plcomparam()
1587 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED); in plcomparam()
1712 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in plcomhwiflow()
1713 SET(sc->sc_rx_flags, RX_TTY_BLOCKED); in plcomhwiflow()
1721 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in plcomhwiflow()
1722 CLR(sc->sc_rx_flags, RX_TTY_BLOCKED); in plcomhwiflow()
1912 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in plcom_rxsoft()
/netbsd/src/sys/arch/sh3/dev/
Dsci.c176 #define RX_TTY_BLOCKED 0x01 macro
935 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in sci_rxsoft()
Dscif.c165 #define RX_TTY_BLOCKED 0x01 macro
1058 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) { in scif_rxsoft()