Searched refs:imx_uart_readl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/tty/serial/ |
| D | imx.c | 308 static u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl() function 371 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save() 372 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save() 373 ucr->ucr3 = imx_uart_readl(sport, UCR3); in imx_uart_ucrs_save() 411 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx() 412 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 441 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx() 446 imx_uart_readl(sport, USR2) & USR2_TXDC) { in imx_uart_stop_tx() 447 u32 ucr2 = imx_uart_readl(sport, UCR2), ucr4; in imx_uart_stop_tx() 456 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx() [all …]
|