Home
last modified time | relevance | path

Searched refs:apll_lock (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dclock.h13 unsigned int apll_lock; member
43 unsigned int apll_lock; member
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclock.h182 unsigned int apll_lock; member
435 unsigned int apll_lock; member
516 unsigned int apll_lock; member
861 unsigned int apll_lock; /* 0x10010000 */ member
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock_init_exynos4.c79 writel(PLL_LOCKTIME, &clk->apll_lock); in system_clock_init()
H A Dclock_init_exynos5.c584 writel(mem->apll_pdiv * PLL_LOCK_FACTOR, &clk->apll_lock); in exynos5250_system_clock_init()
794 writel(arm_clk_ratio->apll_pdiv * PLL_LOCK_FACTOR, &clk->apll_lock); in exynos5420_system_clock_init()
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c335 writel(PLL_LOCKTIME, (unsigned int)&clk->apll_lock); in board_clock_init()