Searched refs:UCR4 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/tty/serial/ |
| D | imx.c | 44 #define UCR4 0x8c /* Control Register 4 */ macro 306 case UCR4: in imx_uart_writel() 338 case UCR4: in imx_uart_readl() 472 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx() 474 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx() 623 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback() 625 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback() 645 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx() 647 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx() 736 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_start_tx() [all …]
|