Searched refs:dfin_pll (Results 1 – 1 of 1) sorted by relevance
489 unsigned long dfin_pll, dfvco, dpll_out; in exynos_mipi_dsi_change_pll() local492 dfin_pll = (FIN_HZ / pre_divider); in exynos_mipi_dsi_change_pll()514 if (dfin_pll < DFIN_PLL_MIN_HZ || dfin_pll > DFIN_PLL_MAX_HZ) { in exynos_mipi_dsi_change_pll()518 if (dfin_pll < 7 * MHZ) in exynos_mipi_dsi_change_pll()520 else if (dfin_pll < 8 * MHZ) in exynos_mipi_dsi_change_pll()522 else if (dfin_pll < 9 * MHZ) in exynos_mipi_dsi_change_pll()524 else if (dfin_pll < 10 * MHZ) in exynos_mipi_dsi_change_pll()526 else if (dfin_pll < 11 * MHZ) in exynos_mipi_dsi_change_pll()532 dfvco = dfin_pll * main_divider; in exynos_mipi_dsi_change_pll()534 dfvco, dfin_pll, main_divider); in exynos_mipi_dsi_change_pll()