Home
last modified time | relevance | path

Searched refs:Rx_CH_AV (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/drivers/net/hamradio/
Dz8530.h172 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Ddmascc.c1025 while (read_scc(priv, R0) & Rx_CH_AV) in rx_on()
1174 while (read_scc(priv, R0) & Rx_CH_AV) { in rx_isr()
/linux-3.4.99/drivers/tty/serial/
Dzs.h228 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dip22zilog.h208 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dsunzilog.h212 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dpmac_zilog.c327 if (!(ch & Rx_CH_AV)) in pmz_receive_chars()
829 while (read_zsreg(uap, 0) & Rx_CH_AV) { in pmz_fix_zero_bug_scc()
1173 while (read_zsreg(uap, R0) & Rx_CH_AV) { in pmz_irda_setup()
1196 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup()
1213 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup()
1354 if ((read_zsreg(uap, R0) & Rx_CH_AV) != 0) in pmz_poll_get_char()
Dpmac_zilog.h303 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dsunzilog.c160 if (regval & Rx_CH_AV) in sunzilog_clear_fifo()
356 if (!(ch & Rx_CH_AV)) in sunzilog_receive_chars()
1027 if (!(ch & Rx_CH_AV)) in sunzilog_get_poll_char()
Dip22zilog.c143 if (regval & Rx_CH_AV) in ip22zilog_clear_fifo()
266 if (!(ch & Rx_CH_AV)) in ip22zilog_receive_chars()
Dzs.c234 while ((read_zsreg(zport, R0) & Rx_CH_AV) && --loops) in zs_receive_drain()
549 avail = read_zsreg(zport, R0) & Rx_CH_AV; in zs_receive_chars()
/linux-3.4.99/drivers/net/wan/
Dz85230.h195 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro