Searched refs:ucfr_rfdiv (Results 1 – 1 of 1) sorted by relevance
1694 unsigned int ucfr_rfdiv; in imx_console_get_options() local1714 ucfr_rfdiv = (readl(sport->port.membase + UFCR) & UFCR_RFDIV) >> 7; in imx_console_get_options()1715 if (ucfr_rfdiv == 6) in imx_console_get_options()1716 ucfr_rfdiv = 7; in imx_console_get_options()1718 ucfr_rfdiv = 6 - ucfr_rfdiv; in imx_console_get_options()1721 uartclk /= ucfr_rfdiv; in imx_console_get_options()