Searched refs:UCR3 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | imx.c | 43 #define UCR3 0x88 /* Control Register 3 */ macro 303 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 312 imx_uart_writel(sport, ucr->ucr3, UCR3); in imx_uart_ucrs_restore() 993 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 1118 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 1121 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1517 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_INVT; in imx_uart_startup() 1531 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() 2480 UCR3); in imx_uart_probe() 2490 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_probe() [all …]
|