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

/freebsd-11.0-release/sys/dev/rp/
H A Drp.c350 if(sGetRxCnt(ChP) == 0) /* Rx FIFO empty */
579 ToRecv = sGetRxCnt(cp);
621 if(sGetRxCnt(cp) == 0) {
625 ToRecv = sGetRxCnt(cp);
H A Drpreg.h754 Function: sGetRxCnt
756 Call: sGetRxCnt(ChP)
762 #define sGetRxCnt(ChP) rp_readch2(ChP,CHNOFF_TXRXCOUNT(ChP)) macro

Completed in 42 milliseconds