Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/cpufreq/
Damd-pstate.c229 value = prev = READ_ONCE(cpudata->cppc_req_cached); in msr_update_perf()
251 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_update_perf()
273 value = prev = READ_ONCE(cpudata->cppc_req_cached); in msr_set_epp()
288 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_set_epp()
338 FIELD_GET(AMD_CPPC_MIN_PERF_MASK, cpudata->cppc_req_cached), in amd_pstate_set_energy_pref_index()
339 FIELD_GET(AMD_CPPC_MAX_PERF_MASK, cpudata->cppc_req_cached), in amd_pstate_set_energy_pref_index()
1522 WRITE_ONCE(cpudata->cppc_req_cached, value); in amd_pstate_epp_cpu_init()
1618 FIELD_GET(AMD_CPPC_MIN_PERF_MASK, cpudata->cppc_req_cached), in amd_pstate_epp_reenable()
1672 cpudata->cppc_req_cached = 0; in amd_pstate_epp_suspend()
Damd-pstate.h71 u64 cppc_req_cached; member