Searched refs:UCR2_ATEN (Results 1 – 1 of 1) sorted by relevance
94 #define UCR2_ATEN (1<<3) /* Aging Timer Enable */ macro422 ucr2 |= UCR2_ATEN; in imx_uart_start_rx()477 ucr2 &= ~UCR2_ATEN; in imx_uart_stop_rx()880 if ((ucr2 & UCR2_ATEN) == 0) in imx_uart_int()1373 ucr2 = imx_uart_readl(sport, UCR2) & ~UCR2_ATEN; in imx_uart_startup()1413 ucr2 |= UCR2_ATEN; in imx_uart_startup()1454 ucr2 &= ~(UCR2_TXEN | UCR2_ATEN); in imx_uart_shutdown()1648 imx_uart_writel(sport, old_ucr2 & ~UCR2_ATEN, UCR2); in imx_uart_set_termios()1654 imx_uart_writel(sport, old_ucr2 & ~(UCR2_TXEN | UCR2_RXEN | UCR2_ATEN), UCR2); in imx_uart_set_termios()1655 old_ucr2 &= (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN); in imx_uart_set_termios()[all …]