Searched refs:UCR2_ATEN (Results 1 – 1 of 1) sorted by relevance
95 #define UCR2_ATEN (1<<3) /* Aging Timer Enable */ macro420 ucr2 |= UCR2_ATEN; in imx_uart_start_rx()475 ucr2 &= ~UCR2_ATEN; in imx_uart_stop_rx()875 if ((ucr2 & UCR2_ATEN) == 0) in imx_uart_int()1377 ucr2 = imx_uart_readl(sport, UCR2) & ~UCR2_ATEN; in imx_uart_startup()1417 ucr2 |= UCR2_ATEN; in imx_uart_startup()1458 ucr2 &= ~(UCR2_TXEN | UCR2_ATEN); in imx_uart_shutdown()1576 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1784 ucr2 &= ~UCR2_ATEN; in imx_uart_poll_init()1791 imx_uart_writel(sport, ucr2 | UCR2_ATEN, UCR2); in imx_uart_poll_init()