Symbol: RX_ANY_BLOCK
sys/arch/arm/at91/at91dbgu.c
564
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/arm/at91/at91usart.c
657
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/arm/ep93xx/epcom.c
565
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/arm/imx/imxuart.c
1413
if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
sys/arch/arm/ixp12x0/ixp12x0_com.c
571
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/arm/s3c2xx0/sscom.c
1262
if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
sys/arch/arm/s3c2xx0/sscom.c
701
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/arm/sa11x0/sa11x0_com.c
587
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/arm/xilinx/zynq_uart.c
1371
if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
sys/arch/evbarm/dev/plcom.c
1742
if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
sys/arch/evbarm/dev/plcom.c
949
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/mips/sibyte/dev/sbjcn.c
1106
if (ISSET(ch->ch_rx_flags, RX_ANY_BLOCK)) {
sys/arch/mips/sibyte/dev/sbjcn.c
588
CLR(ch->ch_rx_flags, RX_ANY_BLOCK);
sys/arch/mips/sibyte/dev/sbscn.c
1214
if (ISSET(ch->ch_rx_flags, RX_ANY_BLOCK)) {
sys/arch/mips/sibyte/dev/sbscn.c
644
CLR(ch->ch_rx_flags, RX_ANY_BLOCK);
sys/arch/sh3/dev/sci.c
693
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/arch/sh3/dev/scif.c
797
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/dev/ic/cd18xx.c
1031
if (ISSET(p->p_rx_flags, RX_ANY_BLOCK)) {
sys/dev/ic/cd18xx.c
474
CLR(port->p_rx_flags, RX_ANY_BLOCK);
sys/dev/ic/com.c
1259
CLR(sc->sc_rx_flags, RX_ANY_BLOCK);
sys/dev/ic/com.c
2056
if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
sys/dev/ic/z8530tty.c
1322
if (ISSET(zst->zst_rx_flags, RX_ANY_BLOCK)) {
sys/dev/ic/z8530tty.c
663
CLR(zst->zst_rx_flags, RX_ANY_BLOCK);