Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernv-cpufreq.c95 * @pstate_id: pstate id for this entry.
99 * corresponding to pstate_id.
105 u8 pstate_id; member
173 /* Use following functions for conversions between pstate_id and index */
208 if (revmap_data->pstate_id == pstate) in pstate_to_idx()
329 revmap_data->pstate_id = id & 0xFF; in init_powernv_pstates()
331 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()
359 /* Returns the CPU frequency corresponding to the pstate_id. */
360 static unsigned int pstate_id_to_freq(u8 pstate_id) in pstate_id_to_freq() argument
364 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()
472 u8 pstate_id; global() member
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernv-cpufreq.c95 * @pstate_id: pstate id for this entry.
99 * corresponding to pstate_id.
105 u8 pstate_id; member
173 /* Use following functions for conversions between pstate_id and index */
208 if (revmap_data->pstate_id == pstate) in pstate_to_idx()
329 revmap_data->pstate_id = id & 0xFF; in init_powernv_pstates()
331 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()
359 /* Returns the CPU frequency corresponding to the pstate_id. */
360 static unsigned int pstate_id_to_freq(u8 pstate_id) in pstate_id_to_freq() argument
364 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()
472 u8 pstate_id; global() member
[all...]

Completed in 3 milliseconds