Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c632 static s16 intel_pstate_get_epp(struct cpudata *cpu_data, u64 hwp_req_data) in intel_pstate_get_epp() argument
641 if (!hwp_req_data) { in intel_pstate_get_epp()
643 &hwp_req_data); in intel_pstate_get_epp()
647 epp = (hwp_req_data >> 24) & 0xff; in intel_pstate_get_epp()