Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hamradio/
Dz8530.h173 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
/Linux-v6.1/drivers/tty/serial/
Dzs.h229 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dsunzilog.h213 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dip22zilog.h209 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dpmac_zilog.c304 if (!(ch & Rx_CH_AV)) in pmz_receive_chars()
798 while (read_zsreg(uap, 0) & Rx_CH_AV) { in pmz_fix_zero_bug_scc()
1134 while (read_zsreg(uap, R0) & Rx_CH_AV) { in pmz_irda_setup()
1157 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup()
1174 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup()
1310 if ((read_zsreg(uap, R0) & Rx_CH_AV) != 0) in pmz_poll_get_char()
Dpmac_zilog.h294 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
Dsunzilog.c157 if (regval & Rx_CH_AV) in sunzilog_clear_fifo()
351 if (!(ch & Rx_CH_AV)) in sunzilog_receive_chars()
1026 if (!(ch & Rx_CH_AV)) in sunzilog_get_poll_char()
Dip22zilog.c140 if (regval & Rx_CH_AV) in ip22zilog_clear_fifo()
258 if (!(ch & Rx_CH_AV)) in ip22zilog_receive_chars()
Dzs.c232 while ((read_zsreg(zport, R0) & Rx_CH_AV) && --loops) in zs_receive_drain()
547 avail = read_zsreg(zport, R0) & Rx_CH_AV; in zs_receive_chars()