Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernv-cpufreq.c194 * pstate_to_idx : Returns the index in the cpufreq frequencytable
202 static unsigned int pstate_to_idx(u8 pstate) in pstate_to_idx() function
212 pr_warn_once("pstate_to_idx: pstate 0x%x not found\n", pstate); in pstate_to_idx()
364 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()
568 pmsr_pmax_idx = pstate_to_idx(pmsr_pmax); in powernv_cpufreq_throttle_check()
712 gpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()
717 lpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernv-cpufreq.c194 * pstate_to_idx : Returns the index in the cpufreq frequencytable
202 static unsigned int pstate_to_idx(u8 pstate) in pstate_to_idx() function
212 pr_warn_once("pstate_to_idx: pstate 0x%x not found\n", pstate); in pstate_to_idx()
364 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()
568 pmsr_pmax_idx = pstate_to_idx(pmsr_pmax); in powernv_cpufreq_throttle_check()
712 gpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()
717 lpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()

Completed in 4 milliseconds