Searched refs:ChanStat (Results 1 – 2 of 2) sorted by relevance
344 WordIO_t ChanStat; member546 #define sDisRxStatusMode(ChP) sOutW((ChP)->ChanStat,0)691 #define sEnRxStatusMode(ChP) sOutW((ChP)->ChanStat,STATMODE)791 #define sGetChanStatus(ChP) sInW((ChP)->ChanStat)807 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat)815 (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \
1136 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()2743 ChP->ChanStat = ChIOOff + _CHN_STAT0; in sInitChan()