Home
last modified time | relevance | path

Searched refs:DSR_ACT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Drocket_int.h173 #define DSR_ACT 0x10 /* DSR input asserted */ macro
775 DSR_ACT: DSR input asserted
802 DSR_ACT: DSR input asserted
816 (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \
H A Drocket.c1114 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()
1139 ((ChanStatus & DSR_ACT) ? TIOCM_DSR : 0) | in rp_tiocmget()

Completed in 6 milliseconds