Searched refs:UCR2_CTS (Results 1 – 1 of 1) sorted by relevance
88 #define UCR2_CTS (1<<12) /* Clear to send */ macro389 *ucr2 &= ~(UCR2_CTSC | UCR2_CTS); in imx_uart_rts_active()399 *ucr2 |= UCR2_CTS; in imx_uart_rts_inactive()971 ucr2 &= ~(UCR2_CTS | UCR2_CTSC); in imx_uart_set_mctrl()973 ucr2 |= UCR2_CTS; in imx_uart_set_mctrl()1576 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1601 if (ucr2 & UCR2_CTS) in imx_uart_set_termios()