Home
last modified time | relevance | path

Searched refs:C_RS_RI (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dcyclades.h339 #define C_RS_RI 0x00000400 /* RI */ macro
/Linux-v4.19/drivers/tty/
Dcyclades.c2413 ((lstatus & C_RS_RI) ? TIOCM_RNG : 0) | in cy_tiocmget()