Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dcyclades.h335 #define C_RS_RTS 0x00000001 /* RTS */ macro
/Linux-v5.4/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()
2411 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) | in cy_tiocmget()
2449 rs |= C_RS_RTS; in cy_tiocmset()
2451 rs &= ~C_RS_RTS; in cy_tiocmset()
3016 rs |= C_RS_RTS | C_RS_DTR; in cyz_dtr_rts()
3018 rs &= ~(C_RS_RTS | C_RS_DTR); in cyz_dtr_rts()