Tx_BUF_EMP        495 drivers/net/hamradio/dmascc.c 		if (read_scc(priv, R0) & Tx_BUF_EMP) {
Tx_BUF_EMP       1297 drivers/net/hamradio/dmascc.c 	while ((read_scc(priv, R0) & Tx_BUF_EMP) && p < priv->tx_len[i]) {
Tx_BUF_EMP       1278 drivers/net/wan/z85230.c 		if(read_zsreg(&dev->chanA, R0)&Tx_BUF_EMP)
Tx_BUF_EMP       1498 drivers/net/wan/z85230.c 			while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP))
Tx_BUF_EMP        376 drivers/tty/serial/ip22zilog.c 		if (!(status & Tx_BUF_EMP))
Tx_BUF_EMP        518 drivers/tty/serial/ip22zilog.c 	if (status & Tx_BUF_EMP)
Tx_BUF_EMP        594 drivers/tty/serial/ip22zilog.c 	if (!(status & Tx_BUF_EMP))
Tx_BUF_EMP       1007 drivers/tty/serial/ip22zilog.c 		if (val & Tx_BUF_EMP) {
Tx_BUF_EMP        373 drivers/tty/serial/pmac_zilog.c 		if (!(status & Tx_BUF_EMP))
Tx_BUF_EMP        530 drivers/tty/serial/pmac_zilog.c 	if (status & Tx_BUF_EMP)
Tx_BUF_EMP        627 drivers/tty/serial/pmac_zilog.c 	if (!(status & Tx_BUF_EMP))
Tx_BUF_EMP       1148 drivers/tty/serial/pmac_zilog.c 	while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0
Tx_BUF_EMP       1360 drivers/tty/serial/pmac_zilog.c 	while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0)
Tx_BUF_EMP       1947 drivers/tty/serial/pmac_zilog.c 	while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0)
Tx_BUF_EMP        474 drivers/tty/serial/sunzilog.c 		if (!(status & Tx_BUF_EMP))
Tx_BUF_EMP        618 drivers/tty/serial/sunzilog.c 	if (status & Tx_BUF_EMP)
Tx_BUF_EMP        694 drivers/tty/serial/sunzilog.c 	if (!(status & Tx_BUF_EMP))
Tx_BUF_EMP       1142 drivers/tty/serial/sunzilog.c 		if (val & Tx_BUF_EMP) {
Tx_BUF_EMP        246 drivers/tty/serial/zs.c 	while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) {