Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/cpufreq/
Dexynos4210-cpufreq.c29 static struct clk *moutcore; variable
151 clk_set_parent(moutcore, mout_mpll); in exynos4210_set_apll()
174 clk_set_parent(moutcore, mout_apll); in exynos4210_set_apll()
242 moutcore = clk_get(NULL, "moutcore"); in exynos4210_cpufreq_init()
243 if (IS_ERR(moutcore)) in exynos4210_cpufreq_init()
295 if (!IS_ERR(moutcore)) in exynos4210_cpufreq_init()
296 clk_put(moutcore); in exynos4210_cpufreq_init()
Dexynos5250-cpufreq.c29 static struct clk *moutcore; variable
162 clk_set_parent(moutcore, mout_mpll); in set_apll()
188 clk_set_parent(moutcore, mout_apll); in set_apll()
277 moutcore = clk_get(NULL, "mout_cpu"); in exynos5250_cpufreq_init()
278 if (IS_ERR(moutcore)) in exynos5250_cpufreq_init()
340 clk_put(moutcore); in exynos5250_cpufreq_init()
Dexynos4x12-cpufreq.c29 static struct clk *moutcore; variable
334 clk_set_parent(moutcore, mout_mpll); in exynos4x12_set_apll()
361 clk_set_parent(moutcore, mout_apll); in exynos4x12_set_apll()
444 moutcore = clk_get(NULL, "moutcore"); in exynos4x12_cpufreq_init()
445 if (IS_ERR(moutcore)) in exynos4x12_cpufreq_init()
529 clk_put(moutcore); in exynos4x12_cpufreq_init()