Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dclock.h14 unsigned int apll_lock; member
44 unsigned int apll_lock; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclock.h183 unsigned int apll_lock; member
436 unsigned int apll_lock; member
517 unsigned int apll_lock; member
862 unsigned int apll_lock; /* 0x10010000 */ member
/OK3568_Linux_fs/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.c587 writel(mem->apll_pdiv * PLL_LOCK_FACTOR, &clk->apll_lock); in exynos5250_system_clock_init()
797 writel(arm_clk_ratio->apll_pdiv * PLL_LOCK_FACTOR, &clk->apll_lock); in exynos5420_system_clock_init()
/OK3568_Linux_fs/u-boot/board/samsung/trats/
H A Dtrats.c338 writel(PLL_LOCKTIME, (unsigned int)&clk->apll_lock); in board_clock_init()