Searched refs:UCR2_ATEN (Results 1 – 1 of 1) sorted by relevance
91 #define UCR2_ATEN (1<<3) /* Aging Timer Enable */ macro417 ucr2 |= UCR2_ATEN; in imx_uart_start_rx()504 ucr2 &= ~UCR2_ATEN; in imx_uart_stop_rx()956 if ((ucr2 & UCR2_ATEN) == 0) in imx_uart_int()1473 ucr2 = imx_uart_readl(sport, UCR2) & ~UCR2_ATEN; in imx_uart_startup()1499 ucr2 |= UCR2_ATEN; in imx_uart_startup()1540 ucr2 &= ~(UCR2_TXEN | UCR2_ATEN); in imx_uart_shutdown()1659 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1866 ucr2 &= ~UCR2_ATEN; in imx_uart_poll_init()1873 imx_uart_writel(sport, ucr2 | UCR2_ATEN, UCR2); in imx_uart_poll_init()