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