Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi_common.c260 unsigned int i, freq_band = 0xf; in exynos_mipi_dsi_change_pll() local
314 freq_band = i; in exynos_mipi_dsi_change_pll()
319 debug("freq_band = %d\n", freq_band); in exynos_mipi_dsi_change_pll()
327 exynos_mipi_dsi_pll_freq_band(dsim, freq_band); in exynos_mipi_dsi_change_pll()
Dexynos_mipi_dsi_lowlevel.h48 unsigned int freq_band);
Dexynos_mipi_dsi_lowlevel.c304 unsigned int freq_band) in exynos_mipi_dsi_pll_freq_band() argument
311 reg |= ((freq_band & 0x1f) << DSIM_FREQ_BAND_SHIFT); in exynos_mipi_dsi_pll_freq_band()