Home
last modified time | relevance | path

Searched refs:VPLL_CON0_LOCKED (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos5_setup.h164 #define VPLL_CON0_LOCKED (1 << 29) macro
H A Dclock_init_exynos5.c666 while ((readl(&clk->vpll_con0) & VPLL_CON0_LOCKED) == 0) in exynos5250_system_clock_init()