Home
last modified time | relevance | path

Searched refs:ucr4 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/tty/serial/
Dimx.c411 u32 ucr1, ucr4, usr2; in imx_uart_stop_tx() local
426 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
428 if ((!(usr2 & USR2_TXDC)) && (ucr4 & UCR4_TCEN)) { in imx_uart_stop_tx()
433 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()
434 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx()
476 u32 ucr1, ucr2, ucr4, uts; in imx_uart_stop_rx_with_loopback_ctrl() local
480 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx_with_loopback_ctrl()
487 ucr4 &= ~UCR4_OREN; 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() local
[all …]