Searched refs:UCR4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | imx.c | 43 #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() 609 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback() 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() 733 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_start_tx() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx/ |
H A D | imx-regs.h | 501 #define UCR4(x) __REG2( IMX_UART1_BASE + 0x8c, ((x) & 1) << 12) /* Control Register 4 */ macro
|