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

/freebsd-11.0-release/sys/dev/rp/
H A Drp.c359 rp_readch1(ChP,_INT_CHAN); /* depends on bus i/o timing */
404 rp_readch1(ChP,_INT_CHAN); /* depends on bus i/o timing */
435 if(rp_readch1(ChP,_INDX_DATA) & PRI_PEND) /* priority buffer busy */
504 Mask = rp_readch1(ChP,_INT_MASK) | rp_sBitMapSetTbl[ChP->ChanNum];
546 Mask = rp_readch1(ChP,_INT_MASK) & rp_sBitMapClrTbl[ChP->ChanNum];
627 ch = rp_readch1(cp,sGetTxRxDataIO(cp));
H A Drpreg.h95 #define rp_readch1(chp, offset) \ macro
697 #define sGetChanIntID(ChP) (rp_readch1(ChP,(ChP)->ChanNum+_INT_ID0) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR))
751 #define sGetChanStatusLo(ChP) rp_readch1(ChP,CHNOFF_CHANSTAT(ChP))
773 #define sGetTxCnt(ChP) rp_readch1(ChP,CHNOFF_TXRXCOUNT(ChP))

Completed in 49 milliseconds