Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.h20 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs);
H A Dexynos_dp_lowlevel.c243 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs) in exynos_dp_get_pll_lock_status() function
299 while (exynos_dp_get_pll_lock_status(dp_regs) == PLL_UNLOCKED) { in exynos_dp_init_analog_func()
H A Dexynos_dp.c813 ret = exynos_dp_get_pll_lock_status(regs); in exynos_dp_config_video()