Home
last modified time | relevance | path

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

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