Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsxwindow.h316 #define OP_RTS 0x01 /* RTS modem output signal */ macro
Dsx.c777 if (rts >= 0) t = rts? (t | OP_RTS): (t & ~OP_RTS); in sx_setsignals()
794 (o_stat & OP_DTR) != 0, (o_stat & OP_RTS) != 0, in sx_getsignals()
800 ((o_stat & OP_RTS)?TIOCM_RTS:0) | in sx_getsignals()