Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/hamradio/
Dz8530.h174 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Ddmascc.c509 if (read_scc(priv, R0) & Tx_BUF_EMP) { in setup_adapter()
1305 while ((read_scc(priv, R0) & Tx_BUF_EMP) && p < priv->tx_len[i]) { in tx_isr()
/linux-2.6.39/drivers/tty/serial/
Dzs.h230 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dip22zilog.h210 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dsunzilog.h214 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dip22zilog.c380 if (!(status & Tx_BUF_EMP)) in ip22zilog_transmit_chars()
523 if (status & Tx_BUF_EMP) in ip22zilog_tx_empty()
596 if (!(status & Tx_BUF_EMP)) in ip22zilog_start_tx()
1004 if (val & Tx_BUF_EMP) { in ip22zilog_put_char()
Dpmac_zilog.c401 if (!(status & Tx_BUF_EMP)) in pmz_transmit_chars()
555 if (status & Tx_BUF_EMP) in pmz_tx_empty()
660 if (!(status & Tx_BUF_EMP)) in pmz_start_tx()
1212 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0 in pmz_irda_setup()
1423 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_poll_put_char()
2105 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0) in pmz_console_putchar()
Dpmac_zilog.h316 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dsunzilog.c479 if (!(status & Tx_BUF_EMP)) in sunzilog_transmit_chars()
623 if (status & Tx_BUF_EMP) in sunzilog_tx_empty()
696 if (!(status & Tx_BUF_EMP)) in sunzilog_start_tx()
1137 if (val & Tx_BUF_EMP) { in sunzilog_putchar()
Dzs.c244 while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) { in zs_transmit_drain()
/linux-2.6.39/drivers/net/wan/
Dz85230.h197 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
Dz85230.c1280 if(read_zsreg(&dev->chanA, R0)&Tx_BUF_EMP) in do_z8530_init()
1500 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) in z8530_tx_begin()