Searched refs:C_RS_DSR (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ | ||
| D | cyclades.h | 338 #define C_RS_DSR 0x00000200 /* DSR */ macro |
| /Linux-v5.4/drivers/tty/ | ||
| D | cyclades.c | 2415 ((lstatus & C_RS_DSR) ? TIOCM_DSR : 0) | in cy_tiocmget() |