Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Dpowernv-cpufreq.c672 int gpstate_idx, lpstate_idx; in gpstate_timer_handler() local
710 lpstate_idx = gpstate_idx; in gpstate_timer_handler()
712 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()
720 gpstates->last_gpstate_idx = gpstate_idx; in gpstate_timer_handler()
726 if (gpstate_idx != gpstates->last_lpstate_idx) in gpstate_timer_handler()
742 unsigned int cur_msec, gpstate_idx; in powernv_cpufreq_target_index() local
768 gpstate_idx = new_index; in powernv_cpufreq_target_index()
785 gpstate_idx = new_index; in powernv_cpufreq_target_index()
795 gpstate_idx = new_index; in powernv_cpufreq_target_index()
802 if (gpstate_idx != new_index) in powernv_cpufreq_target_index()
[all …]