Searched refs:ucfr_rfdiv (Results 1 – 1 of 1) sorted by relevance
1690 unsigned int ucfr_rfdiv; in imx_console_get_options() local1710 ucfr_rfdiv = (readl(sport->port.membase + UFCR) & UFCR_RFDIV) >> 7; in imx_console_get_options()1711 if (ucfr_rfdiv == 6) in imx_console_get_options()1712 ucfr_rfdiv = 7; in imx_console_get_options()1714 ucfr_rfdiv = 6 - ucfr_rfdiv; in imx_console_get_options()1717 uartclk /= ucfr_rfdiv; in imx_console_get_options()