Searched defs:mout_apll (Results 1 - 3 of 3) sorted by relevance

/drivers/cpufreq/
H A Dexynos4210-cpufreq.c27 static struct clk *mout_apll; variable in typeref:struct:clk
96 clk_set_rate(mout_apll, freq * 1000);
99 clk_set_parent(moutcore, mout_apll);
159 mout_apll = clk_get(NULL, "mout_apll");
160 if (IS_ERR(mout_apll))
H A Dexynos4x12-cpufreq.c27 static struct clk *mout_apll; variable in typeref:struct:clk
142 clk_set_rate(mout_apll, freq * 1000);
145 clk_set_parent(moutcore, mout_apll);
206 mout_apll = clk_get(NULL, "mout_apll");
207 if (IS_ERR(mout_apll))
H A Dexynos5250-cpufreq.c27 static struct clk *mout_apll; variable in typeref:struct:clk
121 clk_set_rate(mout_apll, freq * 1000);
124 clk_set_parent(moutcore, mout_apll);
185 mout_apll = clk_get(NULL, "mout_apll");
186 if (IS_ERR(mout_apll))

Completed in 68 milliseconds