Searched refs:UCR3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/serial/ |
D | imx.c | 41 #define UCR3 0x88 /* Control Register 3 */ macro 301 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 310 imx_uart_writel(sport, ucr->ucr3, UCR3); in imx_uart_ucrs_restore() 971 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 1096 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 1099 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1488 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_INVT; in imx_uart_startup() 1502 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() 2408 UCR3); in imx_uart_probe() 2418 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_probe() [all …]
|