Searched refs:Rx_CH_AV (Results 1 – 7 of 7) sorted by relevance
173 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
229 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
294 if (!(ch & Rx_CH_AV)) in pmz_receive_chars()782 while (read_zsreg(uap, 0) & Rx_CH_AV) { in pmz_fix_zero_bug_scc()1118 while (read_zsreg(uap, R0) & Rx_CH_AV) { in pmz_irda_setup()1141 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup()1158 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup()1294 if ((read_zsreg(uap, R0) & Rx_CH_AV) != 0) in pmz_poll_get_char()
213 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
209 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
294 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
157 if (regval & Rx_CH_AV) in sunzilog_clear_fifo()351 if (!(ch & Rx_CH_AV)) in sunzilog_receive_chars()1023 if (!(ch & Rx_CH_AV)) in sunzilog_get_poll_char()