Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dpowernv-cpufreq.c172 static inline u8 extract_pstate(u64 pmsr_val, unsigned int shift) in extract_pstate() function
177 #define extract_local_pstate(x) extract_pstate(x, LPSTATE_SHIFT)
178 #define extract_global_pstate(x) extract_pstate(x, GPSTATE_SHIFT)
179 #define extract_max_pstate(x) extract_pstate(x, MAX_PSTATE_SHIFT)