Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos5_setup.h162 #define EPLL_CON0_LOCKED (1 << 29) macro
H A Dclock_init_exynos5.c658 while ((readl(&clk->epll_con0) & EPLL_CON0_LOCKED) == 0) in exynos5250_system_clock_init()