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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsxwindow.h317 #define OP_DTR 0x02 /* DTR modem output signal */ macro
H A Dsx.c569 t = dtr ? (t | OP_DTR) : (t & ~OP_DTR);
587 (o_stat & OP_DTR) != 0, (o_stat & OP_RTS) != 0,
592 return (((o_stat & OP_DTR) ? TIOCM_DTR : 0) |

Completed in 56 milliseconds