HomeSort by relevance Sort by last modified time
    Searched refs:vpll_con0 (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/arm/mach-exynos/
clock_init_exynos4.c 91 writel(VPLL_CON0_VAL, &clk->vpll_con0);
clock_init_exynos5.c 665 writel(val, &clk->vpll_con0);
666 while ((readl(&clk->vpll_con0) & VPLL_CON0_LOCKED) == 0)
885 writel(val, &clk->vpll_con0);
886 while ((readl(&clk->vpll_con0) & PLL_LOCKED) == 0)
clock.c 203 r = readl(&clk->vpll_con0);
233 r = readl(&clk->vpll_con0);
264 r = readl(&clk->vpll_con0);
322 r = readl(&clk->vpll_con0);
    [all...]
  /external/u-boot/arch/arm/mach-exynos/include/mach/
clock.h 46 unsigned int vpll_con0; member in struct:exynos4_clock
279 unsigned int vpll_con0; member in struct:exynos4x12_clock
667 unsigned int vpll_con0; member in struct:exynos5_clock
1064 unsigned int vpll_con0; member in struct:exynos5420_clock
    [all...]
  /external/u-boot/board/samsung/trats/
trats.c 346 writel(VPLL_CON0_VAL, (unsigned int)&clk->vpll_con0);

Completed in 243 milliseconds