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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c1030 port->MSVR = MSVR_DTR | (sx_in(bp, CD186x_MSVR) & MSVR_RTS);
1048 port -> MSVR &= ~ MSVR_DTR;
1059 port ->MSVR |= MSVR_DTR;
1385 port->MSVR |= MSVR_DTR; /* WTF? */
1389 port->MSVR |= MSVR_DTR;
1804 | ((status & MSVR_DTR) ? TIOCM_RTS : 0)
1810 | ((status & MSVR_DTR) ? TIOCM_DTR : 0)
1842 port->MSVR |= MSVR_DTR; */
1846 port->MSVR |= MSVR_DTR;
1849 port->MSVR |= MSVR_DTR;
[all...]
H A Driscom8.c1245 | ((status & MSVR_DTR) ? TIOCM_DTR : 0)

Completed in 54 milliseconds