Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/
Dexynos5_setup.h163 #define GPLL_CON0_LOCKED (1 << 29) macro
Dclock_init_exynos5.c650 while ((readl(&clk->gpll_con0) & GPLL_CON0_LOCKED) == 0) in exynos5250_system_clock_init()