Searched refs:UCR3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/tty/serial/ |
D | imx.c | 46 #define UCR3 0x88 /* Control Register 3 */ macro 293 case UCR3: in imx_uart_writel() 325 case UCR3: in imx_uart_readl() 373 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 382 imx_uart_writel(sport, ucr->ucr3, UCR3); in imx_uart_ucrs_restore() 862 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 985 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 988 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1392 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_startup() 1400 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() [all …]
|