Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rc/
Drc.c418 && (rc->rc_msvr & MSVR_RTS) in rc_intr()
421 rc->rc_msvr &= ~MSVR_RTS); in rc_intr()
422 else if (!(rc->rc_msvr & MSVR_RTS)) in rc_intr()
424 rc->rc_msvr |= MSVR_RTS); in rc_intr()
608 && (rc->rc_msvr & MSVR_RTS) in rc_start()
611 rcout(sc, CD180_MSVR, rc->rc_msvr &= ~MSVR_RTS); in rc_start()
612 } else if (!(rc->rc_msvr & MSVR_RTS)) { in rc_start()
614 rcout(sc, CD180_MSVR, rc->rc_msvr |= MSVR_RTS); in rc_start()
722 && !(rc->rc_msvr & MSVR_RTS) in rc_pollcard()
726 rc->rc_msvr |= MSVR_RTS); in rc_pollcard()
[all …]
/freebsd-12-stable/sys/dev/ic/
Dcd180.h189 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
/freebsd-12-stable/sys/dev/cx/
Dcxreg.h94 #define MSVR_RTS(b) R(b,0xdc) /* modem RTS setup register */ macro
Dcsigma.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()