Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-s5pc1xx/include/mach/
Dclock.h14 unsigned int mpll_lock; member
45 unsigned int mpll_lock; member
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclock.h184 unsigned int mpll_lock; member
389 unsigned int mpll_lock; member
572 unsigned int mpll_lock; member
1044 unsigned int mpll_lock; member
/external/u-boot/arch/arm/mach-exynos/
Dclock_init_exynos4.c80 writel(PLL_LOCKTIME, &clk->mpll_lock); in system_clock_init()
Dclock_init_exynos5.c585 writel(mem->mpll_pdiv * PLL_LOCK_FACTOR, &clk->mpll_lock); in exynos5250_system_clock_init()
795 writel(mem->mpll_pdiv * PLL_LOCK_FACTOR, &clk->mpll_lock); in exynos5420_system_clock_init()
/external/u-boot/board/samsung/trats/
Dtrats.c336 writel(PLL_LOCKTIME, (unsigned int)&clk->mpll_lock); in board_clock_init()