UCR2_SRST         321 drivers/tty/serial/imx.c 		if (!(sport->ucr2 & UCR2_SRST))
UCR2_SRST        1378 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_SRST;
UCR2_SRST        1381 drivers/tty/serial/imx.c 	while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0))
UCR2_SRST        1551 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_SRST;
UCR2_SRST        1554 drivers/tty/serial/imx.c 	while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0))
UCR2_SRST        1603 drivers/tty/serial/imx.c 	ucr2 |= UCR2_SRST | UCR2_IRTS;
UCR2_SRST        2426 drivers/tty/serial/imx.c 	imx_uart_writel(sport, sport->saved_reg[1] | UCR2_SRST, UCR2);