Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclock.h47 unsigned int vpll_con1; member
280 unsigned int vpll_con1; member
668 unsigned int vpll_con1; member
1065 unsigned int vpll_con1; member
/external/u-boot/arch/arm/mach-exynos/
Dclock_init_exynos4.c90 writel(VPLL_CON1_VAL, &clk->vpll_con1); in system_clock_init()
Dclock.c204 k = readl(&clk->vpll_con1); in exynos4_get_pll_clk()
234 k = readl(&clk->vpll_con1); in exynos4x12_get_pll_clk()
265 k = readl(&clk->vpll_con1); in exynos5_get_pll_clk()
323 k = readl(&clk->vpll_con1); in exynos542x_get_pll_clk()
Dclock_init_exynos5.c663 writel(VPLL_CON1_VAL, &clk->vpll_con1); in exynos5250_system_clock_init()
883 writel(VPLL_CON1_VAL, &clk->vpll_con1); in exynos5420_system_clock_init()
/external/u-boot/board/samsung/trats/
Dtrats.c345 writel(VPLL_CON1_VAL, (unsigned int)&clk->vpll_con1); in board_clock_init()