Searched refs:UCR4 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/tty/serial/ |
D | imx.c | 43 #define UCR4 0x8c /* Control Register 4 */ macro 288 case UCR4: in imx_uart_writel() 320 case UCR4: in imx_uart_readl() 450 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx() 452 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx() 498 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx() 508 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_rx() 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() [all …]
|