Searched refs:ucr4 (Results 1 – 1 of 1) sorted by relevance
217 unsigned int ucr4; member289 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() local448 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() local496 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx()503 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx()[all …]