Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
A Dz8530.h175 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
A Ddmascc.c496 if (read_scc(priv, R0) & Tx_BUF_EMP) { in setup_adapter()
1294 while ((read_scc(priv, R0) & Tx_BUF_EMP) && p < priv->tx_len[i]) { in tx_isr()
/linux/drivers/tty/serial/
A Dzs.h231 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
A Dsunzilog.h215 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
A Dip22zilog.h211 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
A Dpmac_zilog.c370 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()
A 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()
A Dpmac_zilog.h306 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
A 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()
A Dzs.c242 while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) { in zs_transmit_drain()
/linux/drivers/net/wan/
A Dz85230.h198 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
A Dz85230.c1173 if (read_zsreg(&dev->chanA, R0) & Tx_BUF_EMP) in do_z8530_init()
1371 while (c->txcount && (read_zsreg(c, R0) & Tx_BUF_EMP)) { in z8530_tx_begin()

Completed in 26 milliseconds