Lines Matching defs:UCR1_TRDYEN
68 #define UCR1_TRDYEN (1<<13) /* Transmitter ready interrupt enable */
462 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1);
566 ucr1 &= ~UCR1_TRDYEN;
750 imx_uart_writel(sport, ucr1 | UCR1_TRDYEN, UCR1);
759 ucr1 |= UCR1_TRDYEN;
974 if ((ucr1 & UCR1_TRDYEN) == 0)
1576 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN);
1883 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN);
2029 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN);
2382 ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | UCR1_RTSDEN);