Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ic/
Dcd180.h188 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
/freebsd-12-stable/sys/dev/cx/
Dcxreg.h95 #define MSVR_DTR(b) R(b,0xdd) /* modem DTR setup register */ macro
Dcsigma.c1111 outb (MSVR_DTR(c->port), c->mode==M_ASYNC ? 0 : MSV_TXCOUT); in cx_setup_chan()
1165 outb (MSVR_DTR(c->port), on ? MSV_DTR : 0); in cx_set_dtr()
/freebsd-12-stable/sys/dev/rc/
Drc.c1060 if (msvr & MSVR_DTR) in rc_modem()
1074 msvr |= MSVR_DTR; in rc_modem()
1076 msvr &= ~MSVR_DTR; in rc_modem()