Searched refs:Sab8253xCountTransmit (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xutl.c647 int Sab8253xCountTransmit(SAB_PORT *port) function
1339 while ((Sab8253xCountTransmit(port) > 0) || !port->all_sent)
H A D8253x.h907 extern int Sab8253xCountTransmit(SAB_PORT *port);
H A D8253xtty.c1214 if ((Sab8253xCountTransmit(port) <= 0) || tty->stopped || tty->hw_stopped)
1381 return Sab8253xCountTransmit(port);
1505 result = (((Sab8253xCountTransmit(port) <= 0) && port->all_sent) ? TIOCSER_TEMT : 0);
H A D8253xsyn.c85 if ((Sab8253xCountTransmit(port) <= 0) || tty->stopped || tty->hw_stopped)

Completed in 68 milliseconds