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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h172 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Ddmascc.c1033 while (read_scc(priv, R0) & Rx_CH_AV)
1187 while (read_scc(priv, R0) & Rx_CH_AV) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h195 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.h208 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dsunzilog.h212 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dpmac_zilog.c227 if (!(ch & Rx_CH_AV))
324 if (!(ch & Rx_CH_AV))
803 while (read_zsreg(uap, 0) & Rx_CH_AV) {
1170 while (read_zsreg(uap, R0) & Rx_CH_AV) {
1193 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) {
1212 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) {
H A Dpmac_zilog.h300 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dip22zilog.c148 if (regval & Rx_CH_AV)
332 if (!(ch & Rx_CH_AV))
H A Dsunzilog.c161 if (regval & Rx_CH_AV)
357 if (!(ch & Rx_CH_AV))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h346 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dzs.c354 while ((read_zsreg(info->zs_channel, R0) & Rx_CH_AV) != 0) {
1834 while (loops && !(read_zsreg(chan, 0) & Rx_CH_AV))
2108 while((read_zsreg(chan, 0) & Rx_CH_AV) == 0)

Completed in 145 milliseconds