Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dimx.c84 #define UCR2_CTS (1<<12) /* Clear to send */ macro
319 *ucr2 &= ~(UCR2_CTSC | UCR2_CTS); in imx_uart_rts_active()
328 *ucr2 |= UCR2_CTS; in imx_uart_rts_inactive()
1113 ucr2 &= ~(UCR2_CTS | UCR2_CTSC); in imx_uart_set_mctrl()
1115 ucr2 |= UCR2_CTS; in imx_uart_set_mctrl()
1709 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()
1734 if (ucr2 & UCR2_CTS) in imx_uart_set_termios()
/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c41 #define UCR2_CTS (1<<12) /* Clear to send */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h544 #define UCR2_CTS (1<<12) /* Clear to send */ macro