Searched refs:amd_pstate_get_data (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/power/cpupower/utils/helpers/
H A Damd.c169 static unsigned long amd_pstate_get_data(unsigned int cpu, function
183 highest_perf = amd_pstate_get_data(cpu, AMD_PSTATE_HIGHEST_PERF);
191 amd_pstate_max = amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ);
199 amd_pstate_get_data(cpu, AMD_PSTATE_HIGHEST_PERF));
204 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding);
215 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_LOWEST_NONLINEAR_FREQ),

Completed in 171 milliseconds