Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hamradio/
Dz8530.h175 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
/Linux-v6.1/drivers/tty/serial/
Dzs.h231 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dsunzilog.h215 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dip22zilog.h211 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dpmac_zilog.c363 if (!(status & Tx_BUF_EMP)) in pmz_transmit_chars()
517 if (status & Tx_BUF_EMP) in pmz_tx_empty()
612 if (!(status & Tx_BUF_EMP)) in pmz_start_tx()
1119 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0 in pmz_irda_setup()
1325 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_poll_put_char()
1887 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_console_putchar()
Dip22zilog.c372 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()
Dpmac_zilog.h296 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dsunzilog.c470 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()
Dzs.c242 while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) { in zs_transmit_drain()