Home
last modified time | relevance | path

Searched refs:UCR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dimx.c41 #define UCR2 0x84 /* Control Register 2 */ macro
302 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save()
311 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore()
359 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_soft_reset()
360 imx_uart_writel(sport, ucr2 & ~UCR2_SRST, UCR2); in imx_uart_soft_reset()
362 while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0)) in imx_uart_soft_reset()
390 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
402 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx()
456 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx()
461 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h499 #define UCR2(x) __REG2( IMX_UART1_BASE + 0x84, ((x) & 1) << 12) /* Control Register 2 */ macro