Lines Matching refs:target_freq
149 unsigned int target_freq,
169 cpu_new.freq.armclk = target_freq;
173 pr_err("no divisors for %d\n", target_freq);
260 pr_err("no compatible settings for %d\n", target_freq);
271 unsigned int target_freq,
280 if (target_freq == last_target)
283 last_target = target_freq;
286 __func__, policy, target_freq, relation);
289 index = cpufreq_frequency_table_target(policy, target_freq,
293 target_freq, index, ftab[index].frequency);
294 target_freq = ftab[index].frequency;
297 target_freq *= 1000; /* convert target to Hz */
320 index = cpufreq_frequency_table_target(&tmp_policy, target_freq,
325 __func__, target_freq, pll->frequency);
327 target_freq = pll->frequency;
330 return s3c_cpufreq_settarget(policy, target_freq, pll);