Searched refs:UCR1_RRDYEN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dimx.c69 #define UCR1_RRDYEN (1<<9) /* Recv ready interrupt enable */ macro
389 ucr1 |= UCR1_RRDYEN;
477 ucr1 &= ~UCR1_RRDYEN;
990 if ((ucr1 & UCR1_RRDYEN) == 0)
1489 ucr1 = imx_uart_readl(sport, UCR1) & ~UCR1_RRDYEN;
1541 ucr1 |= UCR1_RRDYEN;
1604 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_RXDMAEN |
1892 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN);
1901 imx_uart_writel(sport, ucr1 | UCR1_RRDYEN, UCR1);
2032 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDE
[all...]

Completed in 283 milliseconds