Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Damd-pstate.c335 u8 epp_cached; in shmem_set_epp() local
340 epp_cached = FIELD_GET(AMD_CPPC_EPP_PERF_MASK, cpudata->cppc_req_cached); in shmem_set_epp()
351 epp != epp_cached); in shmem_set_epp()
354 if (epp == epp_cached) in shmem_set_epp()
H A Dintel_pstate.c255 s16 epp_cached; member
770 cpu->epp_cached = epp; in intel_pstate_set_epp()
877 if (cpu->epp_cached != epp) { in store_energy_performance_preference()
1234 value |= HWP_ENERGY_PERF_PREFERENCE(cpu->epp_cached); in intel_pstate_hwp_offline()
3019 cpu->epp_cached = intel_pstate_get_epp(cpu, 0); in intel_pstate_cpu_init()
3265 cpu->epp_cached = intel_pstate_get_epp(cpu, value); in intel_cpufreq_cpu_init()