Home
last modified time | relevance | path

Searched refs:dfin_pll (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_common.c473 unsigned long dfin_pll, dfvco, dpll_out; in exynos_mipi_dsi_change_pll() local
476 dfin_pll = (FIN_HZ / pre_divider); in exynos_mipi_dsi_change_pll()
498 if (dfin_pll < DFIN_PLL_MIN_HZ || dfin_pll > DFIN_PLL_MAX_HZ) { in exynos_mipi_dsi_change_pll()
502 if (dfin_pll < 7 * MHZ) in exynos_mipi_dsi_change_pll()
504 else if (dfin_pll < 8 * MHZ) in exynos_mipi_dsi_change_pll()
506 else if (dfin_pll < 9 * MHZ) in exynos_mipi_dsi_change_pll()
508 else if (dfin_pll < 10 * MHZ) in exynos_mipi_dsi_change_pll()
510 else if (dfin_pll < 11 * MHZ) in exynos_mipi_dsi_change_pll()
516 dfvco = dfin_pll * main_divider; in exynos_mipi_dsi_change_pll()
518 dfvco, dfin_pll, main_divider); in exynos_mipi_dsi_change_pll()