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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dz8530.h172 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Ddmascc.c1023 while (read_scc(priv, R0) & Rx_CH_AV) {
1345 while (read_scc(priv, R0) & Rx_CH_AV) read_scc_data(priv);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacserial.h396 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dmacserial.c401 while ((read_zsreg(info->zs_channel, 0) & Rx_CH_AV) != 0) {
988 while (read_zsreg(info->zs_channel, 0) & Rx_CH_AV) {
1261 while (read_zsreg(info->zs_channel, 0) & Rx_CH_AV)
1266 while ((read_zsreg(info->zs_channel, 0) & Rx_CH_AV) == 0) {
1279 while ((read_zsreg(info->zs_channel, 0) & Rx_CH_AV) == 0) {
3031 while((read_zsreg(chan, 0) & Rx_CH_AV) == 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dzs.h354 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dzs.c580 if (!(stat & Rx_CH_AV))
1026 } while ((val & Rx_CH_AV) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dsgiserial.h358 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dsgiserial.c908 while((chan->control & Rx_CH_AV)==0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.h359 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dzs.c409 while ((read_zsreg(info->zs_channel, R0) & Rx_CH_AV) != 0) {
2036 while (loops && !(read_zsreg(chan, 0) & Rx_CH_AV))
2286 while((read_zsreg(chan, 0) & Rx_CH_AV) == 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dz85230.h194 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro

Completed in 105 milliseconds