Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c218 unsigned int ucr4; member
307 sport->ucr4 = val; in imx_uart_writel()
339 return sport->ucr4; in imx_uart_readl()
449 u32 ucr1, ucr4, usr2; in imx_uart_stop_tx() local
470 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx()
471 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()
472 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx()
509 u32 ucr1, ucr2, ucr4; in imx_uart_stop_rx() local
513 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx()
520 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx()
[all …]