Searched refs:core_ratio (Results 1 – 1 of 1) sorted by relevance
576 unsigned int core_ratio; in exynos4_get_arm_clk() local582 core_ratio = (div >> 0) & 0x7; in exynos4_get_arm_clk()585 armclk = get_pll_clk(APLL) / (core_ratio + 1); in exynos4_get_arm_clk()598 unsigned int core_ratio; in exynos4x12_get_arm_clk() local604 core_ratio = (div >> 0) & 0x7; in exynos4x12_get_arm_clk()607 armclk = get_pll_clk(APLL) / (core_ratio + 1); in exynos4x12_get_arm_clk()