Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Drocket_int.h346 WordIO_t TxRxCount; member
861 #define sGetRxCnt(ChP) sInW((ChP)->TxRxCount)
872 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)
Drocket.c2723 ChP->TxRxCount = ChIOOff + _FIFO_CNT0; in sInitChan()