Lines Matching defs:UCR1_RRDYEN
69 #define UCR1_RRDYEN (1<<9) /* Recv ready interrupt enable */
395 ucr1 |= UCR1_RRDYEN;
484 ucr1 &= ~UCR1_RRDYEN;
982 if ((ucr1 & UCR1_RRDYEN) == 0)
1474 ucr1 = imx_uart_readl(sport, UCR1) & ~UCR1_RRDYEN;
1526 ucr1 |= UCR1_RRDYEN;
1589 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_RXDMAEN |
1877 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN);
1886 imx_uart_writel(sport, ucr1 | UCR1_RRDYEN, UCR1);
2017 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN);
2344 ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | UCR1_RTSDEN);