Searched refs:UCR3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/tty/serial/ |
D | imx.c | 42 #define UCR3 0x88 /* Control Register 3 */ macro 285 case UCR3: in imx_uart_writel() 317 case UCR3: in imx_uart_readl() 365 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 374 imx_uart_writel(sport, ucr->ucr3, UCR3); in imx_uart_ucrs_restore() 930 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 1055 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 1058 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1444 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_INVT; in imx_uart_startup() 1458 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() [all …]
|