Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dpowernv-cpufreq.c113 u8 pstate_id; member
216 if (revmap_data->pstate_id == pstate) in pstate_to_idx()
333 revmap_data->pstate_id = id & 0xFF; in init_powernv_pstates()
335 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()
359 static unsigned int pstate_id_to_freq(u8 pstate_id) in pstate_id_to_freq() argument
363 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()
366 pstate_id, idx_to_pstate(powernv_pstate_info.nominal)); in pstate_id_to_freq()
471 u8 pstate_id; member
492 freq_data->pstate_id = extract_local_pstate(pmspr_val); in powernv_read_cpu_freq()
493 freq_data->freq = pstate_id_to_freq(freq_data->pstate_id); in powernv_read_cpu_freq()
[all …]