Searched refs:sGetTxCnt (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/
H A Drocket.c444 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp); rp_do_transmit()
1008 timeout = (sGetTxCnt(cp) + 1) * HZ / info->cps; rp_close()
1352 if (sGetTxCnt(cp)) rp_send_xchar()
1413 if (sGetTxCnt(&info->channel)) rp_stop()
1457 txcnt = sGetTxCnt(cp); rp_wait_until_sent()
1554 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp); rp_put_char()
1598 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp); rp_write()
2933 if (sGetTxCnt(ChP) == 0) /* Tx FIFO empty */ sFlushTxFIFO()
2973 if (sGetTxCnt(ChP) > 1) { /* write it to Tx priority buffer */ sWriteTxPrioByte()
H A Drocket_int.h863 Function: sGetTxCnt
865 Call: sGetTxCnt(ChP)
871 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount) macro

Completed in 118 milliseconds