Home
last modified time | relevance | path

Searched refs:TxRxCount (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Drocket_int.h355 WordIO_t TxRxCount; member
806 #define sGetRxCnt(ChP) sInW((ChP)->TxRxCount)
817 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)
Drocket.c2768 ChP->TxRxCount = ChIOOff + _FIFO_CNT0; in sInitChan()