Searched refs:ChanStat (Results 1 – 2 of 2) sorted by relevance
345 WordIO_t ChanStat; member547 #define sDisRxStatusMode(ChP) sOutW((ChP)->ChanStat,0)692 #define sEnRxStatusMode(ChP) sOutW((ChP)->ChanStat,STATMODE)792 #define sGetChanStatus(ChP) sInW((ChP)->ChanStat)808 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat)816 (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \
1111 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()2709 ChP->ChanStat = ChIOOff + _CHN_STAT0; in sInitChan()