Searched refs:OP_RTS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsxwindow.h316 #define OP_RTS 0x01 /* RTS modem output signal */ macro
H A Dsx.c571 t = rts ? (t | OP_RTS) : (t & ~OP_RTS);
587 (o_stat & OP_DTR) != 0, (o_stat & OP_RTS) != 0,
593 ((o_stat & OP_RTS) ? TIOCM_RTS : 0) |

Completed in 106 milliseconds