Searched refs:UCR2_CTS (Results 1 – 1 of 1) sorted by relevance
85 #define UCR2_CTS (1<<12) /* Clear to send */ macro322 *ucr2 &= ~(UCR2_CTSC | UCR2_CTS); in imx_uart_rts_active()331 *ucr2 |= UCR2_CTS; in imx_uart_rts_inactive()1115 ucr2 &= ~(UCR2_CTS | UCR2_CTSC); in imx_uart_set_mctrl()1117 ucr2 |= UCR2_CTS; in imx_uart_set_mctrl()1777 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1802 if (ucr2 & UCR2_CTS) in imx_uart_set_termios()