Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dimx.c217 unsigned int ucr4; member
289 sport->ucr4 = val; in imx_uart_writel()
321 return sport->ucr4; in imx_uart_readl()
427 u32 ucr1, ucr4, usr2; in imx_uart_stop_tx() local
448 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
449 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()
450 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx()
492 u32 ucr1, ucr2, ucr4; in imx_uart_stop_rx() local
496 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx()
503 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx()
[all …]