Searched refs:UCR4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/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() 601 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback() 603 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback() 623 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx() 625 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx() 714 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_start_tx() [all …]
|