Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dimx.c43 #define UCR4 0x8c /* Control Register 4 */ macro
426 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
434 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx()
480 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx_with_loopback_ctrl()
490 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_rx_with_loopback_ctrl()
611 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback()
631 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx()
633 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx()
988 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_int()
1467 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_startup()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h501 #define UCR4(x) __REG2( IMX_UART1_BASE + 0x8c, ((x) & 1) << 12) /* Control Register 4 */ macro