Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dimx.c42 #define UCR4 0x8c /* Control Register 4 */ macro
430 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
432 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx()
479 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx()
489 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_rx()
598 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback()
600 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback()
620 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx()
622 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx()
717 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_start_tx()
[all …]