Searched refs:UCR3 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | imx.c | 43 #define UCR3 0x88 /* Control Register 3 */ macro 305 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 314 imx_uart_writel(sport, ucr->ucr3, UCR3); in imx_uart_ucrs_restore() 1003 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 1128 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 1131 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1529 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_INVT; in imx_uart_startup() 1543 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() 2572 UCR3); in imx_uart_probe() 2582 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_probe() [all …]
|