Lines Matching refs:hispeed_freq
61 unsigned int hispeed_freq; member
406 if (policy->cur < tunables->hispeed_freq) { in eval_target_freq()
407 new_freq = tunables->hispeed_freq; in eval_target_freq()
411 if (new_freq < tunables->hispeed_freq) in eval_target_freq()
412 new_freq = tunables->hispeed_freq; in eval_target_freq()
416 if (new_freq > tunables->hispeed_freq && in eval_target_freq()
417 policy->cur < tunables->hispeed_freq) in eval_target_freq()
418 new_freq = tunables->hispeed_freq; in eval_target_freq()
427 if (policy->cur >= tunables->hispeed_freq && in eval_target_freq()
462 if (!tunables->boosted || new_freq > tunables->hispeed_freq) { in eval_target_freq()
650 if (icpu->target_freq < tunables->hispeed_freq) { in cpufreq_interactive_boost()
651 icpu->target_freq = tunables->hispeed_freq; in cpufreq_interactive_boost()
855 tunables->hispeed_freq = val; in store_hispeed_freq()
1014 show_one(hispeed_freq, "%u");
1024 gov_attr_rw(hispeed_freq);
1037 &hispeed_freq.attr,
1353 tunables->hispeed_freq = 1008000; in rockchip_cpufreq_policy_init()
1357 tunables->hispeed_freq = 816000; in rockchip_cpufreq_policy_init()
1407 tunables->hispeed_freq = policy->max; in cpufreq_interactive_init()