/src/sys/arch/arm/at91/ |
at91dbguvar.h | 48 #define RX_ANY_BLOCK 0x0f
|
at91usartvar.h | 48 #define RX_ANY_BLOCK 0x0f
|
at91dbgu.c | 564 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|
at91usart.c | 657 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|
/src/sys/arch/arm/ixp12x0/ |
ixp12x0_comvar.h | 43 #define RX_ANY_BLOCK 0x0f
|
ixp12x0_com.c | 571 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_comvar.h | 44 #define RX_ANY_BLOCK 0x0f
|
sa11x0_com.c | 587 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|
/src/sys/arch/arm/ep93xx/ |
epcomvar.h | 45 #define RX_ANY_BLOCK 0x0f
|
epcom.c | 565 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|
/src/sys/arch/mips/sibyte/dev/ |
sbscnvar.h | 137 #define RX_ANY_BLOCK 0x0f
|
sbjcnvar.h | 143 #define RX_ANY_BLOCK 0x0f
|
sbjcn.c | 588 CLR(ch->ch_rx_flags, RX_ANY_BLOCK); 1106 if (ISSET(ch->ch_rx_flags, RX_ANY_BLOCK)) {
|
sbscn.c | 644 CLR(ch->ch_rx_flags, RX_ANY_BLOCK); 1214 if (ISSET(ch->ch_rx_flags, RX_ANY_BLOCK)) {
|
/src/sys/dev/ic/ |
cd18xxvar.h | 69 #define RX_ANY_BLOCK 0x0f
|
comvar.h | 172 #define RX_ANY_BLOCK 0x0f
|
z8530tty.c | 226 #define RX_ANY_BLOCK 0x0f 663 CLR(zst->zst_rx_flags, RX_ANY_BLOCK); 1322 if (ISSET(zst->zst_rx_flags, RX_ANY_BLOCK)) {
|
cd18xx.c | 474 CLR(port->p_rx_flags, RX_ANY_BLOCK); 1031 if (ISSET(p->p_rx_flags, RX_ANY_BLOCK)) {
|
com.c | 1164 CLR(sc->sc_rx_flags, RX_ANY_BLOCK); 1922 if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
|
/src/sys/arch/evbarm/dev/ |
plcomvar.h | 132 #define RX_ANY_BLOCK 0x0f
|
plcom.c | 949 CLR(sc->sc_rx_flags, RX_ANY_BLOCK); 1742 if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
|
/src/sys/arch/arm/s3c2xx0/ |
sscom_var.h | 139 #define RX_ANY_BLOCK 0x0f
|
sscom.c | 701 CLR(sc->sc_rx_flags, RX_ANY_BLOCK); 1262 if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
|
/src/sys/arch/sh3/dev/ |
scif.c | 169 #define RX_ANY_BLOCK 0x0f 797 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|
sci.c | 180 #define RX_ANY_BLOCK 0x0f 693 CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
|