Searched refs:pre_divider (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/video/exynos/ |
D | exynos_mipi_dsi_common.c | 256 unsigned int pre_divider, unsigned int main_divider, in exynos_mipi_dsi_change_pll() argument 262 dfin_pll = (FIN_HZ / pre_divider); in exynos_mipi_dsi_change_pll() 321 exynos_mipi_dsi_pll_freq(dsim, pre_divider, main_divider, scaler); in exynos_mipi_dsi_change_pll()
|
D | exynos_mipi_dsi_common.h | 18 unsigned int pre_divider, unsigned int main_divider,
|
D | exynos_mipi_dsi_lowlevel.h | 50 unsigned int pre_divider, unsigned int main_divider,
|
D | exynos_mipi_dsi_lowlevel.c | 317 unsigned int pre_divider, unsigned int main_divider, in exynos_mipi_dsi_pll_freq() argument 325 reg |= ((pre_divider & 0x3f) << DSIM_PREDIV_SHIFT) | in exynos_mipi_dsi_pll_freq()
|