Searched refs:UCR3 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | imx.c | 42 #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() 1002 ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_int() 1127 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_DSR; in imx_uart_set_mctrl() 1130 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_set_mctrl() 1519 ucr3 = imx_uart_readl(sport, UCR3) & ~UCR3_INVT; in imx_uart_startup() 1533 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_startup() 2431 UCR3); in imx_uart_probe() 2441 imx_uart_writel(sport, ucr3, UCR3); in imx_uart_probe() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx/ |
H A D | imx-regs.h | 500 #define UCR3(x) __REG2( IMX_UART1_BASE + 0x88, ((x) & 1) << 12) /* Control Register 3 */ macro
|