Searched refs:MSVR_DSR (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.h235 #define MSVR_DSR 0x80 /* Current state of DSR input */ macro
H A Driscom8_reg.h242 #define MSVR_DSR 0x80 /* Current state of DSR input */ macro
H A Driscom8.c523 if (rc_in(bp, CD180_MSVR) & MSVR_DSR) {
751 tty->hw_stopped = !(rc_in(bp, CD180_MSVR) & (MSVR_CTS|MSVR_DSR));
1247 | ((status & MSVR_DSR) ? TIOCM_DSR : 0)
H A Dspecialix.c504 val1 = read_cross_byte (bp, CD186x_MSVR, MSVR_DSR);
827 if (sx_in(bp, CD186x_MSVR) & MSVR_DSR) {
1161 tty->hw_stopped = !(sx_in(bp, CD186x_MSVR) & (MSVR_CTS|MSVR_DSR));
1806 |/* ((status & MSVR_DSR) ? */ TIOCM_DSR /* : 0) */
1812 |/* ((status & MSVR_DSR) ? */ TIOCM_DSR /* : 0) */

Completed in 93 milliseconds