Home
last modified time | relevance | path

Searched refs:UCR3_DSR (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/tty/serial/
Dimx.c98 #define UCR3_DSR (1<<10) /* Data set ready */ macro
1066 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl()
1068 ucr3 |= UCR3_DSR; in imx_uart_set_mctrl()
2370 IMX21_UCR3_RXDMUXSEL | UCR3_ADNIMP | UCR3_DSR, in imx_uart_probe()
2374 u32 ucr3 = UCR3_DSR; in imx_uart_probe()