Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Drocket_int.h344 WordIO_t ChanStat; member
546 #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) : \
Drocket.c1136 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()
2743 ChP->ChanStat = ChIOOff + _CHN_STAT0; in sInitChan()