Searched refs:dfin_pll (Results 1 – 1 of 1) sorted by relevance
259 unsigned long dfin_pll, dfvco, dpll_out; in exynos_mipi_dsi_change_pll() local262 dfin_pll = (FIN_HZ / pre_divider); in exynos_mipi_dsi_change_pll()284 if (dfin_pll < DFIN_PLL_MIN_HZ || dfin_pll > DFIN_PLL_MAX_HZ) { in exynos_mipi_dsi_change_pll()288 if (dfin_pll < 7 * MHZ) in exynos_mipi_dsi_change_pll()290 else if (dfin_pll < 8 * MHZ) in exynos_mipi_dsi_change_pll()292 else if (dfin_pll < 9 * MHZ) in exynos_mipi_dsi_change_pll()294 else if (dfin_pll < 10 * MHZ) in exynos_mipi_dsi_change_pll()296 else if (dfin_pll < 11 * MHZ) in exynos_mipi_dsi_change_pll()302 dfvco = dfin_pll * main_divider; in exynos_mipi_dsi_change_pll()304 dfvco, dfin_pll, main_divider); in exynos_mipi_dsi_change_pll()