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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcd1865.h238 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
H A Driscom8_reg.h245 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
H A Dspecialix.c985 port->MSVR = MSVR_DTR | (sx_in(bp, CD186x_MSVR) & MSVR_RTS);
1003 port->MSVR &= ~MSVR_DTR;
1013 port->MSVR |= MSVR_DTR;
1343 port->MSVR |= MSVR_DTR; /* WTF? */
1347 port->MSVR |= MSVR_DTR;
1765 | ((status & MSVR_DTR) ? TIOCM_RTS : 0)
1770 | ((status & MSVR_DTR) ? TIOCM_DTR : 0)
1800 port->MSVR |= MSVR_DTR;
1803 port->MSVR |= MSVR_DTR;
1807 port->MSVR &= ~MSVR_DTR;
[all...]
H A Driscom8.c1103 | ((status & MSVR_DTR) ? TIOCM_DTR : 0)

Completed in 297 milliseconds