Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c261 unsigned int i, freq_band = 0xf; in exynos_mipi_dsi_change_pll() local
315 freq_band = i; in exynos_mipi_dsi_change_pll()
320 debug("freq_band = %d\n", freq_band); in exynos_mipi_dsi_change_pll()
328 exynos_mipi_dsi_pll_freq_band(dsim, freq_band); in exynos_mipi_dsi_change_pll()
H A Dexynos_mipi_dsi_lowlevel.h49 unsigned int freq_band);
H A Dexynos_mipi_dsi_lowlevel.c305 unsigned int freq_band) in exynos_mipi_dsi_pll_freq_band() argument
312 reg |= ((freq_band & 0x1f) << DSIM_FREQ_BAND_SHIFT); in exynos_mipi_dsi_pll_freq_band()