Searched refs:UCR2_IRTS (Results 1 – 3 of 3) sorted by relevance
39 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro176 writel(UCR2_WS | UCR2_IRTS | UCR2_RXEN | UCR2_TXEN | UCR2_SRST, in _mxc_serial_setbrg()
82 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro1121 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()
542 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro