Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c164 static inline u8 extract_pstate(u64 pmsr_val, unsigned int shift) in extract_pstate() function
169 #define extract_local_pstate(x) extract_pstate(x, LPSTATE_SHIFT)
170 #define extract_global_pstate(x) extract_pstate(x, GPSTATE_SHIFT)
171 #define extract_max_pstate(x) extract_pstate(x, MAX_PSTATE_SHIFT)