Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate-ut.c162 lowest_perf = AMD_CPPC_LOWEST_PERF(cap1); in amd_pstate_ut_check_perf()
H A Damd-pstate.c382 WRITE_ONCE(cpudata->lowest_perf, AMD_CPPC_LOWEST_PERF(cap1)); in pstate_init_perf()
384 WRITE_ONCE(cpudata->min_limit_perf, AMD_CPPC_LOWEST_PERF(cap1)); in pstate_init_perf()
/linux/arch/x86/include/asm/
H A Dmsr-index.h700 #define AMD_CPPC_LOWEST_PERF(x) (((x) >> 0) & 0xff) macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h700 #define AMD_CPPC_LOWEST_PERF(x) (((x) >> 0) & 0xff) macro