Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclock.h44 unsigned int epll_con1; member
276 unsigned int epll_con1; member
664 unsigned int epll_con1; member
1051 unsigned int epll_con1; member
/external/u-boot/arch/arm/mach-exynos/
Dclock.c200 k = readl(&clk->epll_con1); in exynos4_get_pll_clk()
230 k = readl(&clk->epll_con1); in exynos4x12_get_pll_clk()
261 k = readl(&clk->epll_con1); in exynos5_get_pll_clk()
319 k = readl(&clk->epll_con1); in exynos542x_get_pll_clk()
1306 writel(epll_con_k, &clk->epll_con1); in exynos5_set_epll_clk()
Dclock_init_exynos4.c88 writel(EPLL_CON1_VAL, &clk->epll_con1); in system_clock_init()
Dclock_init_exynos5.c655 writel(EPLL_CON1_VAL, &clk->epll_con1); in exynos5250_system_clock_init()
862 writel(EPLL_CON1_VAL, &clk->epll_con1); in exynos5420_system_clock_init()
/external/u-boot/board/samsung/trats/
Dtrats.c343 writel(EPLL_CON1_VAL, (unsigned int)&clk->epll_con1); in board_clock_init()