Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.h19 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs);
H A Dexynos_dp_lowlevel.c240 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs) in exynos_dp_get_pll_lock_status() function
296 while (exynos_dp_get_pll_lock_status(dp_regs) == PLL_UNLOCKED) { in exynos_dp_init_analog_func()
H A Dexynos_dp.c812 ret = exynos_dp_get_pll_lock_status(regs); in exynos_dp_config_video()