Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dimx.c318 static u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl() function
381 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save()
382 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save()
383 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save()
430 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx()
431 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
463 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx()
466 usr2 = imx_uart_readl(sport, USR2); in imx_uart_stop_tx()
472 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
491 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx()
[all …]