Searched refs:UBIR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | imx.c | 49 #define UBIR 0xa4 /* BRM Incremental Register */ macro 355 ubir = imx_uart_readl(sport, UBIR); in imx_uart_soft_reset() 366 imx_uart_writel(sport, ubir, UBIR); in imx_uart_soft_reset() 1814 old_ubir = imx_uart_readl(sport, UBIR); in imx_uart_set_termios() 1817 imx_uart_writel(sport, num, UBIR); in imx_uart_set_termios() 2103 ubir = imx_uart_readl(sport, UBIR) & 0xffff; in imx_uart_console_get_options() 2520 imx_uart_writel(sport, sport->saved_reg[7], UBIR); in imx_uart_restore_context() 2544 sport->saved_reg[7] = imx_uart_readl(sport, UBIR); in imx_uart_save_context()
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx/ |
H A D | imx-regs.h | 507 #define UBIR(x) __REG2( IMX_UART1_BASE + 0xa4, ((x) & 1) << 12) /* BRM Incremental Register */ macro
|