Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dimx.c87 #define UCR2_CTS (1<<12) /* Clear to send */ macro
387 *ucr2 &= ~(UCR2_CTSC | UCR2_CTS); in imx_uart_rts_active()
396 *ucr2 |= UCR2_CTS; in imx_uart_rts_inactive()
974 ucr2 &= ~(UCR2_CTS | UCR2_CTSC); in imx_uart_set_mctrl()
976 ucr2 |= UCR2_CTS | UCR2_CTSC; in imx_uart_set_mctrl()