Home
last modified time | relevance | path

Searched refs:MSVR_CTS (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/
Driscom8_reg.h244 #define MSVR_CTS 0x20 /* Current state of CTS input */ macro
Dcd1865.h237 #define MSVR_CTS 0x20 /* Current state of CTS input */ macro
Dspecialix.c849 if (sx_in(bp, CD186x_MSVR) & MSVR_CTS) { in sx_check_modem()
1173 tty->hw_stopped = !(sx_in(bp, CD186x_MSVR) & (MSVR_CTS|MSVR_DSR)); in sx_change_speed()
1796 | ((status & MSVR_CTS) ? TIOCM_CTS : 0); in sx_get_modem_info()
1802 | ((status & MSVR_CTS) ? TIOCM_CTS : 0); in sx_get_modem_info()
Driscom8.c563 if (rc_in(bp, CD180_MSVR) & MSVR_CTS) { in rc_check_modem()
818 tty->hw_stopped = !(rc_in(bp, CD180_MSVR) & (MSVR_CTS|MSVR_DSR)); in rc_change_speed()
1407 | ((status & MSVR_CTS) ? TIOCM_CTS : 0); in rc_get_modem_info()
/linux-2.4.37.9/drivers/sbus/char/
Dcd180.h199 #define MSVR_CTS 0x20 /* Current state of CTS input */ macro
Daurora.c1822 | ((status & MSVR_CTS) ? TIOCM_CTS : 0); in aurora_get_modem_info()