Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ic/
HDcd180.h186 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
/NextBSD/sys/dev/cx/
HDcxreg.h95 #define MSVR_DTR(b) R(b,0xdd) /* modem DTR setup register */ macro
HDcsigma.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()
/NextBSD/sys/dev/rc/
HDrc.c1058 if (msvr & MSVR_DTR) in rc_modem()
1072 msvr |= MSVR_DTR; in rc_modem()
1074 msvr &= ~MSVR_DTR; in rc_modem()