Searched refs:UCR2_ATEN (Results 1 – 1 of 1) sorted by relevance
90 #define UCR2_ATEN (1<<3) /* Aging Timer Enable */ macro396 ucr2 |= UCR2_ATEN; in imx_uart_start_rx()485 ucr2 &= ~UCR2_ATEN; in imx_uart_stop_rx()984 if ((ucr2 & UCR2_ATEN) == 0) in imx_uart_int()1504 ucr2 = imx_uart_readl(sport, UCR2) & ~UCR2_ATEN; in imx_uart_startup()1530 ucr2 |= UCR2_ATEN; in imx_uart_startup()1573 ucr2 &= ~(UCR2_TXEN | UCR2_ATEN); in imx_uart_shutdown()1678 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()1880 ucr2 &= ~UCR2_ATEN; in imx_uart_poll_init()1887 imx_uart_writel(sport, ucr2 | UCR2_ATEN, UCR2); in imx_uart_poll_init()[all …]