Searched refs:UCR4 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | imx.c | 44 #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() 608 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback() 610 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback() 630 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx() 632 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx() 724 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_start_tx() [all …]
|