Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi_common.c45 static unsigned int dpll_table[15] = { variable
312 for (i = 0; i < ARRAY_SIZE(dpll_table); i++) { in exynos_mipi_dsi_change_pll()
313 if (dpll_out < dpll_table[i] * MHZ) { in exynos_mipi_dsi_change_pll()