Searched refs:UCR4_DREN (Results 1 – 5 of 5) sorted by relevance
77 #define UCR4_DREN BIT(0) /* Receive Data Ready interrupt enable */ macro
74 #define UCR4_DREN (1<<0) /* Recv data ready interrupt enable */ macro
90 mask |= s->ucr4 & (UCR4_WKEN | UCR4_TCEN | UCR4_DREN | UCR4_OREN); in imx_update()
577 #define UCR4_DREN (1<<0) /* Recv data ready interrupt enable */ macro
120 #define UCR4_DREN (1<<0) /* Recv data ready interrupt enable */ macro1488 imx_uart_writel(sport, ucr4 & ~UCR4_DREN, UCR4); in imx_uart_startup()