Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dimx.c357 ubir = imx_uart_readl(sport, UBIR); in imx_uart_soft_reset()
358 ubmr = imx_uart_readl(sport, UBMR); in imx_uart_soft_reset()
361 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_soft_reset()
392 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx()
393 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
426 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx()
429 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
430 usr2 = imx_uart_readl(sport, USR2); in imx_uart_stop_tx()
482 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx_with_loopback_ctrl()
483 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx_with_loopback_ctrl()
[all …]