Home
last modified time | relevance | path

Searched refs:core_ratio (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dclock.c576 unsigned int core_ratio; in exynos4_get_arm_clk() local
582 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() local
604 core_ratio = (div >> 0) & 0x7; in exynos4x12_get_arm_clk()
607 armclk = get_pll_clk(APLL) / (core_ratio + 1); in exynos4x12_get_arm_clk()