Searched refs:DSR_ACT (Results 1 – 2 of 2) sorted by relevance
173 #define DSR_ACT 0x10 /* DSR input asserted */ macro816 (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \
1114 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()1139 ((ChanStatus & DSR_ACT) ? TIOCM_DSR : 0) | in rp_tiocmget()