Searched refs:Tx_BUF_EMP (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | z8530.h | 175 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | dmascc.c | 495 if (read_scc(priv, R0) & Tx_BUF_EMP) { in setup_adapter() 1297 while ((read_scc(priv, R0) & Tx_BUF_EMP) && p < priv->tx_len[i]) { in tx_isr()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | zs.h | 231 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | ip22zilog.h | 211 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | sunzilog.h | 215 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | ip22zilog.c | 372 if (!(status & Tx_BUF_EMP)) in ip22zilog_transmit_chars() 514 if (status & Tx_BUF_EMP) in ip22zilog_tx_empty() 590 if (!(status & Tx_BUF_EMP)) in ip22zilog_start_tx() 1003 if (val & Tx_BUF_EMP) { in ip22zilog_put_char()
|
H A D | pmac_zilog.c | 370 if (!(status & Tx_BUF_EMP)) in pmz_transmit_chars() 527 if (status & Tx_BUF_EMP) in pmz_tx_empty() 624 if (!(status & Tx_BUF_EMP)) in pmz_start_tx() 1145 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0 in pmz_irda_setup() 1357 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_poll_put_char() 1949 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_console_putchar()
|
H A D | pmac_zilog.h | 306 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | sunzilog.c | 470 if (!(status & Tx_BUF_EMP)) in sunzilog_transmit_chars() 614 if (status & Tx_BUF_EMP) in sunzilog_tx_empty() 690 if (!(status & Tx_BUF_EMP)) in sunzilog_start_tx() 1138 if (val & Tx_BUF_EMP) { in sunzilog_putchar()
|
H A D | zs.c | 242 while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) { in zs_transmit_drain()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | zs.h | 231 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | ip22zilog.h | 211 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | sunzilog.h | 215 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | ip22zilog.c | 372 if (!(status & Tx_BUF_EMP)) in ip22zilog_transmit_chars() 513 if (status & Tx_BUF_EMP) in ip22zilog_tx_empty() 589 if (!(status & Tx_BUF_EMP)) in ip22zilog_start_tx() 1001 if (val & Tx_BUF_EMP) { in ip22zilog_put_char()
|
H A D | pmac_zilog.c | 363 if (!(status & Tx_BUF_EMP)) in pmz_transmit_chars() 516 if (status & Tx_BUF_EMP) in pmz_tx_empty() 611 if (!(status & Tx_BUF_EMP)) in pmz_start_tx() 1117 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0 in pmz_irda_setup() 1323 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_poll_put_char() 1885 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_console_putchar()
|
H A D | pmac_zilog.h | 296 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | sunzilog.c | 470 if (!(status & Tx_BUF_EMP)) in sunzilog_transmit_chars() 613 if (status & Tx_BUF_EMP) in sunzilog_tx_empty() 689 if (!(status & Tx_BUF_EMP)) in sunzilog_start_tx() 1136 if (val & Tx_BUF_EMP) { in sunzilog_putchar()
|
H A D | zs.c | 242 while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) { in zs_transmit_drain()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | z8530.h | 175 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 198 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
|
H A D | z85230.c | 1278 if(read_zsreg(&dev->chanA, R0)&Tx_BUF_EMP) in do_z8530_init() 1498 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) in z8530_tx_begin()
|
Completed in 27 milliseconds