Home
last modified time | relevance | path

Searched refs:highest_lpstate_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernv-cpufreq.c62 * @highest_lpstate_idx: The local pstate index from which we are
65 * highest_lpstate_idx
78 int highest_lpstate_idx; member
220 gpstates->highest_lpstate_idx = 0; in reset_gpstates()
614 * @highest_lpstate_idx: pstate from which its ramping down
621 int highest_lpstate_idx, in calc_global_pstate()
629 * highest_lpstate_idx and powernv_pstate_info.min will give a absolute in calc_global_pstate()
634 (powernv_pstate_info.min - highest_lpstate_idx)) / 100; in calc_global_pstate()
637 if (highest_lpstate_idx + index_diff >= local_pstate_idx) in calc_global_pstate()
640 return highest_lpstate_idx in calc_global_pstate()
620 calc_global_pstate(unsigned int elapsed_time, int highest_lpstate_idx, int local_pstate_idx) calc_global_pstate() argument
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernv-cpufreq.c62 * @highest_lpstate_idx: The local pstate index from which we are
65 * highest_lpstate_idx
78 int highest_lpstate_idx; member
220 gpstates->highest_lpstate_idx = 0; in reset_gpstates()
614 * @highest_lpstate_idx: pstate from which its ramping down
621 int highest_lpstate_idx, in calc_global_pstate()
629 * highest_lpstate_idx and powernv_pstate_info.min will give a absolute in calc_global_pstate()
634 (powernv_pstate_info.min - highest_lpstate_idx)) / 100; in calc_global_pstate()
637 if (highest_lpstate_idx + index_diff >= local_pstate_idx) in calc_global_pstate()
640 return highest_lpstate_idx in calc_global_pstate()
620 calc_global_pstate(unsigned int elapsed_time, int highest_lpstate_idx, int local_pstate_idx) calc_global_pstate() argument
[all...]

Completed in 4 milliseconds