Searched refs:UCR3_DSR (Results 1 – 3 of 3) sorted by relevance
54 #define UCR3_DSR (1<<10) /* Data set ready */ macro
98 #define UCR3_DSR (1<<10) /* Data set ready */ macro1127 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl()1129 ucr3 |= UCR3_DSR; in imx_uart_set_mctrl()2430 IMX21_UCR3_RXDMUXSEL | UCR3_ADNIMP | UCR3_DSR, in imx_uart_probe()2434 u32 ucr3 = UCR3_DSR; in imx_uart_probe()
557 #define UCR3_DSR (1<<10) /* Data set ready */ macro