Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-s3c24xx/
Dcpu-freq.c164 struct s3c_cpufreq_config cpu_new; in s3c_cpufreq_settarget() local
167 cpu_new = cpu_cur; /* copy new from current */ in s3c_cpufreq_settarget()
173 cpu_new.pll = pll ? *pll : cpu_cur.pll; in s3c_cpufreq_settarget()
180 cpu_new.freq.armclk = target_freq; in s3c_cpufreq_settarget()
181 cpu_new.freq.fclk = cpu_new.pll.frequency; in s3c_cpufreq_settarget()
183 if (s3c_cpufreq_calcdivs(&cpu_new) < 0) { in s3c_cpufreq_settarget()
190 s3c_cpufreq_calc(&cpu_new); in s3c_cpufreq_settarget()
194 if (cpu_new.freq.hclk != cpu_cur.freq.hclk) { in s3c_cpufreq_settarget()
195 if (s3c_cpufreq_calcio(&cpu_new) < 0) { in s3c_cpufreq_settarget()
201 s3c_cpufreq_show("new", &cpu_new); in s3c_cpufreq_settarget()
[all …]