Searched refs:ucr4 (Results 1 – 1 of 1) sorted by relevance
218 unsigned int ucr4; member307 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() local470 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() local513 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx()520 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx()[all …]