Searched refs:Rx_CH_AV (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | z8530.h | 173 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | dmascc.c | 1017 while (read_scc(priv, R0) & Rx_CH_AV) in rx_on() 1166 while (read_scc(priv, R0) & Rx_CH_AV) { in rx_isr()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | zs.h | 229 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | ip22zilog.h | 209 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | sunzilog.h | 213 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | pmac_zilog.c | 311 if (!(ch & Rx_CH_AV)) 816 while (read_zsreg(uap, 0) & Rx_CH_AV) { in pmz_fix_zero_bug_scc() 1160 while (read_zsreg(uap, R0) & Rx_CH_AV) { in pmz_irda_setup() 1183 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup() 1200 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup() 1342 if ((read_zsreg(uap, R0) & Rx_CH_AV) != 0) in pmz_poll_get_char()
|
H A D | pmac_zilog.h | 304 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | ip22zilog.c | 140 if (regval & Rx_CH_AV) in ip22zilog_clear_fifo() 258 if (!(ch & Rx_CH_AV)) in ip22zilog_receive_chars()
|
H A D | zs.c | 232 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()
|
H A D | sunzilog.c | 157 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()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | zs.h | 229 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | ip22zilog.h | 209 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | sunzilog.h | 213 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | pmac_zilog.c | 304 if (!(ch & Rx_CH_AV)) 796 while (read_zsreg(uap, 0) & Rx_CH_AV) { in pmz_fix_zero_bug_scc() 1132 while (read_zsreg(uap, R0) & Rx_CH_AV) { in pmz_irda_setup() 1155 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup() 1172 while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) { in pmz_irda_setup() 1308 if ((read_zsreg(uap, R0) & Rx_CH_AV) != 0) in pmz_poll_get_char()
|
H A D | pmac_zilog.h | 294 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
H A D | ip22zilog.c | 140 if (regval & Rx_CH_AV) in ip22zilog_clear_fifo() 258 if (!(ch & Rx_CH_AV)) in ip22zilog_receive_chars()
|
H A D | zs.c | 232 while ((read_zsreg(zport, R0) & Rx_CH_AV) && --loops) in zs_receive_drain() 548 avail = read_zsreg(zport, R0) & Rx_CH_AV; in zs_receive_chars()
|
H A D | sunzilog.c | 157 if (regval & Rx_CH_AV) in sunzilog_clear_fifo() 351 if (!(ch & Rx_CH_AV)) in sunzilog_receive_chars() 1024 if (!(ch & Rx_CH_AV)) in sunzilog_get_poll_char()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | z8530.h | 173 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 196 #define Rx_CH_AV 0x1 /* Rx Character Available */ macro
|
Completed in 26 milliseconds