Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernv-cpufreq.c33 #define POWERNV_MAX_PSTATES (1UL << (POWERNV_MAX_PSTATES_ORDER)) macro
88 static struct cpufreq_frequency_table powernv_freqs[POWERNV_MAX_PSTATES+1];
204 unsigned int key = pstate % POWERNV_MAX_PSTATES; in pstate_to_idx()
331 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernv-cpufreq.c33 #define POWERNV_MAX_PSTATES (1UL << (POWERNV_MAX_PSTATES_ORDER)) macro
88 static struct cpufreq_frequency_table powernv_freqs[POWERNV_MAX_PSTATES+1];
204 unsigned int key = pstate % POWERNV_MAX_PSTATES; in pstate_to_idx()
331 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()

Completed in 5 milliseconds