Searched refs:UCR2_CTS (Results 1 – 1 of 1) sorted by relevance
84 #define UCR2_CTS (1<<12) /* Clear to send */ macro381 *ucr2 &= ~(UCR2_CTSC | UCR2_CTS); in imx_uart_rts_active()391 *ucr2 |= UCR2_CTS; in imx_uart_rts_inactive()1054 ucr2 &= ~(UCR2_CTS | UCR2_CTSC); in imx_uart_set_mctrl()1056 ucr2 |= UCR2_CTS; in imx_uart_set_mctrl()1659 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1684 if (ucr2 & UCR2_CTS) in imx_uart_set_termios()