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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 294 milliseconds