Searched refs:MSVR_RTS (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.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.c649 port->MSVR = MSVR_RTS;
862 rc_out(bp, CD180_MSVR, MSVR_RTS);
1102 result |= ((status & MSVR_RTS) ? TIOCM_RTS : 0)
1125 port->MSVR |= MSVR_RTS;
1130 port->MSVR &= ~MSVR_RTS;
1265 port->MSVR &= ~MSVR_RTS;
1287 port->MSVR |= MSVR_RTS;
H A Dspecialix.c351 sx_out(bp, CD186x_MSVRTS, ((virq >> i) & 0x1)? MSVR_RTS:0);
452 val2 = read_cross_byte(bp, CD186x_MSVR, MSVR_RTS);
985 port->MSVR = MSVR_DTR | (sx_in(bp, CD186x_MSVR) & MSVR_RTS);
987 port->MSVR = (sx_in(bp, CD186x_MSVR) & MSVR_RTS);

Completed in 409 milliseconds