Searched refs:UCR2_CTS (Results 1 – 1 of 1) sorted by relevance
85 #define UCR2_CTS (1<<12) /* Clear to send */ macro319 *ucr2 &= ~(UCR2_CTSC | UCR2_CTS); in imx_uart_rts_active()328 *ucr2 |= UCR2_CTS; in imx_uart_rts_inactive()1104 ucr2 &= ~(UCR2_CTS | UCR2_CTSC); in imx_uart_set_mctrl()1106 ucr2 |= UCR2_CTS; in imx_uart_set_mctrl()1758 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1783 if (ucr2 & UCR2_CTS) in imx_uart_set_termios()