Home
last modified time | relevance | path

Searched refs:MSVR_RTS (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/rc/
HDrc.c416 && (rc->rc_msvr & MSVR_RTS) in rc_intr()
419 rc->rc_msvr &= ~MSVR_RTS); in rc_intr()
420 else if (!(rc->rc_msvr & MSVR_RTS)) in rc_intr()
422 rc->rc_msvr |= MSVR_RTS); in rc_intr()
606 && (rc->rc_msvr & MSVR_RTS) in rc_start()
609 rcout(sc, CD180_MSVR, rc->rc_msvr &= ~MSVR_RTS); in rc_start()
610 } else if (!(rc->rc_msvr & MSVR_RTS)) { in rc_start()
612 rcout(sc, CD180_MSVR, rc->rc_msvr |= MSVR_RTS); in rc_start()
720 && !(rc->rc_msvr & MSVR_RTS) in rc_pollcard()
724 rc->rc_msvr |= MSVR_RTS); in rc_pollcard()
[all …]
/NextBSD/sys/dev/ic/
HDcd180.h187 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
/NextBSD/sys/dev/cx/
HDcxreg.h94 #define MSVR_RTS(b) R(b,0xdc) /* modem RTS setup register */ macro
HDcsigma.c1110 outb (MSVR_RTS(c->port), 0); in cx_setup_chan()
1203 outb (MSVR_RTS(c->port), on ? MSV_RTS : 0); in cx_set_rts()