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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dcd1865.h237 #define MSVR_CTS 0x20 /* Current state of CTS input */ macro
H A Driscom8_reg.h244 #define MSVR_CTS 0x20 /* Current state of CTS input */ macro
H A Driscom8.c511 if (rc_in(bp, CD180_MSVR) & MSVR_CTS) {
751 tty->hw_stopped = !(rc_in(bp, CD180_MSVR) & (MSVR_CTS|MSVR_DSR));
1248 | ((status & MSVR_CTS) ? TIOCM_CTS : 0);
H A Dspecialix.c815 if (sx_in(bp, CD186x_MSVR) & MSVR_CTS) {
1161 tty->hw_stopped = !(sx_in(bp, CD186x_MSVR) & (MSVR_CTS|MSVR_DSR));
1807 | ((status & MSVR_CTS) ? TIOCM_CTS : 0);
1813 | ((status & MSVR_CTS) ? TIOCM_CTS : 0);

Completed in 52 milliseconds