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

/linux-master/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 in struct:global_pstate_info
220 gpstates->highest_lpstate_idx = 0;
614 * @highest_lpstate_idx: pstate from which its ramping down
621 int highest_lpstate_idx,
629 * highest_lpstate_idx and powernv_pstate_info.min will give a absolute
634 (powernv_pstate_info.min - highest_lpstate_idx)) / 100;
637 if (highest_lpstate_idx + index_diff >= local_pstate_idx)
640 return highest_lpstate_idx
620 calc_global_pstate(unsigned int elapsed_time, int highest_lpstate_idx, int local_pstate_idx) argument
[all...]

Completed in 275 milliseconds