Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c44 #define UCR4 0x8c /* Control Register 4 */ macro
306 case UCR4: in imx_uart_writel()
338 case UCR4: in imx_uart_readl()
470 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
472 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx()
513 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx()
523 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_rx()
624 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback()
626 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback()
646 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx()
[all …]
/OK3568_Linux_fs/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