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

  /external/u-boot/arch/arm/mach-exynos/
clock_init.h 24 unsigned apll_pdiv; member in struct:arm_clk_ratios
45 unsigned apll_pdiv; member in struct:mem_timings
clock_init_exynos5.c 29 .apll_pdiv = 0x2,
46 .apll_pdiv = 0x4,
61 .apll_pdiv = 0x3,
76 .apll_pdiv = 0x3,
91 .apll_pdiv = 0x3,
106 .apll_pdiv = 0x3,
121 .apll_pdiv = 0x6,
584 writel(mem->apll_pdiv * PLL_LOCK_FACTOR, &clk->apll_lock);
619 val = set_pll(arm_clk_ratio->apll_mdiv, arm_clk_ratio->apll_pdiv,
794 writel(arm_clk_ratio->apll_pdiv * PLL_LOCK_FACTOR, &clk->apll_lock)
    [all...]

Completed in 63 milliseconds