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