Lines Matching defs:UCR1_TRDYEN
66 #define UCR1_TRDYEN (1<<13) /* Transmitter ready interrupt enable */
422 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1);
543 ucr1 &= ~UCR1_TRDYEN;
730 imx_uart_writel(sport, ucr1 | UCR1_TRDYEN, UCR1);
739 ucr1 |= UCR1_TRDYEN;
986 if ((ucr1 & UCR1_TRDYEN) == 0)
1589 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_RXDMAEN |
1877 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN);
2017 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN);
2344 ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | UCR1_RTSDEN);