Home
last modified time | relevance | path

Searched refs:mpll_con1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock_init_exynos4.c86 writel(MPLL_CON1_VAL, &clk->mpll_con1); in system_clock_init()
H A Dclock_init_exynos5.c626 writel(MPLL_CON1_VAL, &clk->mpll_con1); in exynos5250_system_clock_init()
847 writel(MPLL_CON1_VAL, &clk->mpll_con1); in exynos5420_system_clock_init()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclock.h189 unsigned int mpll_con1; member
392 unsigned int mpll_con1; member
575 unsigned int mpll_con1; member
1068 unsigned int mpll_con1; member
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c341 writel(MPLL_CON1_VAL, (unsigned int)&clk->mpll_con1); in board_clock_init()