Searched refs:UCR4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/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() 448 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx() 450 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx() 496 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx() 506 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_rx() 607 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback() 609 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_dma_tx_callback() 629 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx() [all …]
|