Searched refs:UCR3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | imx.c | 45 #define UCR3 0x88 /* Control Register 3 */ macro 292 case UCR3: in imx_uart_writel() 324 case UCR3: in imx_uart_readl() 372 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 381 imx_uart_writel(sport, ucr->ucr3, UCR3); in imx_uart_ucrs_restore() 867 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 980 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 983 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1388 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_startup() 1396 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() [all …]
|