Searched refs:MSVR_RTS (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.h239 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
H A Driscom8_reg.h246 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
H A Driscom8.c662 port->MSVR = MSVR_RTS;
953 rc_out(bp, CD180_MSVR, MSVR_RTS);
1244 result |= ((status & MSVR_RTS) ? TIOCM_RTS : 0)
1266 port->MSVR |= MSVR_RTS;
1271 port->MSVR &= ~MSVR_RTS;
1414 port->MSVR &= ~MSVR_RTS;
1437 port->MSVR |= MSVR_RTS;
H A Dspecialix.c381 sx_out(bp, CD186x_MSVRTS, ((virq >> i) & 0x1)? MSVR_RTS:0);
505 val2 = read_cross_byte (bp, CD186x_MSVR, MSVR_RTS);
1030 port->MSVR = MSVR_DTR | (sx_in(bp, CD186x_MSVR) & MSVR_RTS);
1032 port->MSVR = (sx_in(bp, CD186x_MSVR) & MSVR_RTS);
1803 result = /* (status & MSVR_RTS) ? */ TIOCM_DTR /* : 0) */
1809 result = /* (status & MSVR_RTS) ? */ TIOCM_RTS /* : 0) */
1840 port->MSVR |= MSVR_RTS; */
1853 port->MSVR &= ~MSVR_RTS; */

Completed in 82 milliseconds