Searched refs:pre_divider (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi_common.c | 257 unsigned int pre_divider, unsigned int main_divider, in exynos_mipi_dsi_change_pll() argument 263 dfin_pll = (FIN_HZ / pre_divider); in exynos_mipi_dsi_change_pll() 322 exynos_mipi_dsi_pll_freq(dsim, pre_divider, main_divider, scaler); in exynos_mipi_dsi_change_pll()
|
| H A D | exynos_mipi_dsi_common.h | 19 unsigned int pre_divider, unsigned int main_divider,
|
| H A D | exynos_mipi_dsi_lowlevel.h | 51 unsigned int pre_divider, unsigned int main_divider,
|
| H A D | exynos_mipi_dsi_lowlevel.c | 318 unsigned int pre_divider, unsigned int main_divider, in exynos_mipi_dsi_pll_freq() argument 326 reg |= ((pre_divider & 0x3f) << DSIM_PREDIV_SHIFT) | in exynos_mipi_dsi_pll_freq()
|