UCR2_ATEN         420 drivers/tty/serial/imx.c 		ucr2 |= UCR2_ATEN;
UCR2_ATEN         475 drivers/tty/serial/imx.c 		ucr2 &= ~UCR2_ATEN;
UCR2_ATEN         900 drivers/tty/serial/imx.c 	if ((ucr2 & UCR2_ATEN) == 0)
UCR2_ATEN        1402 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2) & ~UCR2_ATEN;
UCR2_ATEN        1442 drivers/tty/serial/imx.c 		ucr2 |= UCR2_ATEN;
UCR2_ATEN        1483 drivers/tty/serial/imx.c 	ucr2 &= ~(UCR2_TXEN | UCR2_ATEN);
UCR2_ATEN        1601 drivers/tty/serial/imx.c 	ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS);
UCR2_ATEN        1809 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_ATEN;
UCR2_ATEN        1816 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2 | UCR2_ATEN, UCR2);