UCR1_TRDYEN       442 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1);
UCR1_TRDYEN       520 drivers/tty/serial/imx.c 		ucr1 &= ~UCR1_TRDYEN;
UCR1_TRDYEN       682 drivers/tty/serial/imx.c 		imx_uart_writel(sport, ucr1 | UCR1_TRDYEN, UCR1);
UCR1_TRDYEN       691 drivers/tty/serial/imx.c 			ucr1 |= UCR1_TRDYEN;
UCR1_TRDYEN       902 drivers/tty/serial/imx.c 	if ((ucr1 & UCR1_TRDYEN) == 0)
UCR1_TRDYEN      1502 drivers/tty/serial/imx.c 	ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN);
UCR1_TRDYEN      1806 drivers/tty/serial/imx.c 	ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN);
UCR1_TRDYEN      1966 drivers/tty/serial/imx.c 	ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN);
UCR1_TRDYEN      2321 drivers/tty/serial/imx.c 	ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN |
UCR1_TRDYEN      2322 drivers/tty/serial/imx.c 		 UCR1_TRDYEN | UCR1_RTSDEN);