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

  /external/u-boot/arch/arm/mach-s5pc1xx/
clock.c 139 unsigned int apll_ratio; local
143 /* APLL_RATIO: [2:0] */
144 apll_ratio = div & 0x7;
146 dout_apll = get_pll_clk(APLL) / (apll_ratio + 1);
159 unsigned int apll_ratio, arm_ratio; local
165 /* APLL_RATIO: [0] */
166 apll_ratio = div & 0x1;
168 dout_apll = get_pll_clk(APLL) / (apll_ratio + 1);
  /external/u-boot/arch/arm/mach-exynos/
clock_init.h 28 unsigned apll_ratio; member in struct:arm_clk_ratios
clock_init_exynos5.c 33 .apll_ratio = 0x3,
50 .apll_ratio = 0x1,
65 .apll_ratio = 0x1,
80 .apll_ratio = 0x1,
95 .apll_ratio = 0x3,
110 .apll_ratio = 0x3,
125 .apll_ratio = 0x3,
600 | arm_clk_ratio->apll_ratio << 24

Completed in 320 milliseconds