Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dz8530.h173 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
/linux/drivers/tty/serial/
H A Dzs.h229 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dpmac_zilog.c294 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()
H A Dsunzilog.h213 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dip22zilog.h209 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dpmac_zilog.h294 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
H A Dsunzilog.c157 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()