Searched refs:Tx_BUF_EMP (Results 1 – 12 of 12) sorted by relevance
174 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
504 if (read_scc(priv, R0) & Tx_BUF_EMP) { in setup_adapter()1303 while ((read_scc(priv, R0) & Tx_BUF_EMP) && p < priv->tx_len[i]) { in tx_isr()
230 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
210 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
214 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
375 if (!(status & Tx_BUF_EMP)) in ip22zilog_transmit_chars()517 if (status & Tx_BUF_EMP) in ip22zilog_tx_empty()593 if (!(status & Tx_BUF_EMP)) in ip22zilog_start_tx()1006 if (val & Tx_BUF_EMP) { in ip22zilog_put_char()
388 if (!(status & Tx_BUF_EMP)) in pmz_transmit_chars()545 if (status & Tx_BUF_EMP) in pmz_tx_empty()642 if (!(status & Tx_BUF_EMP)) in pmz_start_tx()1163 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0 in pmz_irda_setup()1375 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_poll_put_char()1962 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_console_putchar()
305 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
473 if (!(status & Tx_BUF_EMP)) in sunzilog_transmit_chars()617 if (status & Tx_BUF_EMP) in sunzilog_tx_empty()693 if (!(status & Tx_BUF_EMP)) in sunzilog_start_tx()1141 if (val & Tx_BUF_EMP) { in sunzilog_putchar()
245 while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) { in zs_transmit_drain()
197 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
1283 if(read_zsreg(&dev->chanA, R0)&Tx_BUF_EMP) in do_z8530_init()1503 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) in z8530_tx_begin()