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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h174 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
H A Ddmascc.c503 if (read_scc(priv, R0) & Tx_BUF_EMP) {
1319 while ((read_scc(priv, R0) & Tx_BUF_EMP) && p < priv->tx_len[i]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h197 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
H A Dz85230.c1284 if(read_zsreg(&dev->chanA, R0)&Tx_BUF_EMP)
1488 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.c389 if (!(status & Tx_BUF_EMP))
523 if (status & Tx_BUF_EMP)
596 if (!(status & Tx_BUF_EMP))
971 if (val & Tx_BUF_EMP) {
H A Dip22zilog.h210 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
H A Dsunzilog.h214 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
H A Dpmac_zilog.h302 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
H A Dsunzilog.c481 if (!(status & Tx_BUF_EMP))
625 if (status & Tx_BUF_EMP)
698 if (!(status & Tx_BUF_EMP))
1089 if (val & Tx_BUF_EMP) {
H A Dpmac_zilog.c387 if (!(status & Tx_BUF_EMP))
529 if (status & Tx_BUF_EMP)
634 if (!(status & Tx_BUF_EMP))
1155 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0
1896 while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h348 #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */ macro
H A Dzs.c412 if ((read_zsreg(info->zs_channel, R0) & Tx_BUF_EMP) == 0)
1359 while ((read_zsreg(info->zs_channel, 1) & Tx_BUF_EMP) == 0) {
1811 while (loops && !(read_zsreg(chan, 0) & Tx_BUF_EMP))
2101 while ((read_zsreg(chan, 0) & Tx_BUF_EMP) == 0)

Completed in 97 milliseconds