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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket.c448 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp);
1026 timeout = (sGetTxCnt(cp) + 1) * HZ / info->cps;
1374 if (sGetTxCnt(cp))
1439 if (sGetTxCnt(&info->channel))
1483 txcnt = sGetTxCnt(cp);
1584 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp);
1628 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp);
2949 if (sGetTxCnt(ChP) == 0) /* Tx FIFO empty */
2989 if (sGetTxCnt(ChP) > 1) { /* write it to Tx priority buffer */
H A Drocket_int.h856 Function: sGetTxCnt
858 Call: sGetTxCnt(ChP)
864 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount) macro

Completed in 108 milliseconds