Searched refs:UCR2_IRTS (Results 1 – 3 of 3) sorted by relevance
40 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro172 writel(UCR2_WS | UCR2_IRTS | UCR2_RXEN | UCR2_TXEN | UCR2_SRST, in _mxc_serial_setbrg()
83 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro1078 if (!(ucr2 & UCR2_IRTS)) in imx_uart_set_mctrl()1496 ucr2 |= UCR2_IRTS; in imx_uart_startup()1681 ucr2 |= UCR2_SRST | UCR2_IRTS; in imx_uart_set_termios()1709 ucr2 &= ~UCR2_IRTS; in imx_uart_set_termios()
542 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro