Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcppc_cpufreq.c118 div = caps->highest_perf; in cppc_cpufreq_perf_to_khz()
141 mul = caps->highest_perf; in cppc_cpufreq_khz_to_perf()
305 if (cpu->perf_caps.highest_perf > cpu->perf_caps.nominal_perf) in cppc_cpufreq_cpu_init()
310 cpu->perf_caps.highest_perf); in cppc_cpufreq_cpu_init()
311 cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()
316 cpu->perf_caps.highest_perf, cpu_num, ret); in cppc_cpufreq_cpu_init()
385 cpudata->perf_caps.highest_perf); in cppc_cpufreq_set_boost()
H A Dacpi-cpufreq.c636 u64 highest_perf, nominal_perf; in get_max_boost_ratio() local
649 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
652 if (!highest_perf || !nominal_perf) { in get_max_boost_ratio()
657 if (highest_perf < nominal_perf) { in get_max_boost_ratio()
662 return div_u64(highest_perf << SCHED_CAPACITY_SHIFT, nominal_perf); in get_max_boost_ratio()
H A Dintel_pstate.c358 sched_set_itmt_core_prio(cppc_perf.highest_perf, cpu); in intel_pstate_set_itmt_prio()
361 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()
362 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
364 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
365 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst29 -r--r--r-- 1 root root 65536 Mar 5 19:38 highest_perf
38 * highest_perf : Highest performance of this processor (abstract scale).
/OK3568_Linux_fs/kernel/include/acpi/
H A Dcppc_acpi.h104 u32 highest_perf; member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dcppc_acpi.c144 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
174 &highest_perf.attr,
1116 perf_caps->highest_perf = high; in cppc_get_perf_caps()