Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c39 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro
176 writel(UCR2_WS | UCR2_IRTS | UCR2_RXEN | UCR2_TXEN | UCR2_SRST, in _mxc_serial_setbrg()
/openbmc/linux/drivers/tty/serial/
H A Dimx.c82 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro
1121 if (!(ucr2 & UCR2_IRTS)) in imx_uart_set_mctrl()
1538 ucr2 |= UCR2_IRTS; in imx_uart_startup()
1711 ucr2 |= UCR2_SRST | UCR2_IRTS; in imx_uart_set_termios()
1739 ucr2 &= ~UCR2_IRTS; in imx_uart_set_termios()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h542 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro