Searched refs:C_RS_RTS (Results 1 – 2 of 2) sorted by relevance
2153 cy_readl(&ch_ctrl[channel].rs_control) | C_RS_RTS | C_RS_DTR) ; in startup()2327 ~(C_RS_RTS | C_RS_DTR))); in shutdown()2521 (C_RS_RTS | C_RS_DTR)); in block_til_ready()3552 cy_readl(&ch_ctrl->hw_flow) | C_RS_CTS | C_RS_RTS); in set_line_char()3555 cy_readl(&ch_ctrl->hw_flow) & ~(C_RS_CTS | C_RS_RTS)); in set_line_char()3774 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) in get_modem_info()3945 cy_readl(&ch_ctrl[channel].rs_control) | C_RS_RTS); in set_modem_info()3962 cy_readl(&ch_ctrl[channel].rs_control) & ~C_RS_RTS); in set_modem_info()3979 cy_readl(&ch_ctrl[channel].rs_control) | C_RS_RTS); in set_modem_info()3984 cy_readl(&ch_ctrl[channel].rs_control) & ~C_RS_RTS); in set_modem_info()
346 #define C_RS_RTS 0x00000001 /* RTS */ macro