Searched refs:core_ratio (Results 1 – 1 of 1) sorted by relevance
575 unsigned int core_ratio; in exynos4_get_arm_clk() local581 core_ratio = (div >> 0) & 0x7; in exynos4_get_arm_clk()584 armclk = get_pll_clk(APLL) / (core_ratio + 1); in exynos4_get_arm_clk()597 unsigned int core_ratio; in exynos4x12_get_arm_clk() local603 core_ratio = (div >> 0) & 0x7; in exynos4x12_get_arm_clk()606 armclk = get_pll_clk(APLL) / (core_ratio + 1); in exynos4x12_get_arm_clk()