Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dcyclades.h335 #define C_RS_RTS 0x00000001 /* RTS */ macro
/Linux-v4.19/drivers/tty/
Dcyclades.c2209 readl(&ch_ctrl->hw_flow) | C_RS_CTS | C_RS_RTS); in cy_set_line_char()
2212 ~(C_RS_CTS | C_RS_RTS)); in cy_set_line_char()
2410 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) | in cy_tiocmget()
2448 rs |= C_RS_RTS; in cy_tiocmset()
2450 rs &= ~C_RS_RTS; in cy_tiocmset()
3021 rs |= C_RS_RTS | C_RS_DTR; in cyz_dtr_rts()
3023 rs &= ~(C_RS_RTS | C_RS_DTR); in cyz_dtr_rts()