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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c449 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp);
1144 timeout = (sGetTxCnt(cp) + 1) * HZ / info->cps;
1466 if (sGetTxCnt(cp))
1531 if (sGetTxCnt(&info->channel))
1575 txcnt = sGetTxCnt(cp);
1672 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp);
1714 info->xmit_fifo_room = TXFIFO_SIZE - sGetTxCnt(cp);
3039 if (sGetTxCnt(ChP) == 0) /* Tx FIFO empty */
3079 if (sGetTxCnt(ChP) > 1) { /* write it to Tx priority buffer */
H A Drocket_int.h871 Function: sGetTxCnt
873 Call: sGetTxCnt(ChP)
879 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount) macro

Completed in 49 milliseconds