Searched refs:amd_pstate_get_data (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/power/cpupower/utils/helpers/ |
| H A D | amd.c | 193 static unsigned long amd_pstate_get_data(unsigned int cpu, in amd_pstate_get_data() function 207 highest_perf = amd_pstate_get_data(cpu, AMD_PSTATE_HIGHEST_PERF); in amd_pstate_boost_init() 215 amd_pstate_max = amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ); in amd_pstate_boost_init() 225 amd_pstate_get_data(cpu, AMD_PSTATE_HIGHEST_PERF)); in amd_pstate_show_perf_and_freq() 230 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding); in amd_pstate_show_perf_and_freq() 241 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_LOWEST_NONLINEAR_FREQ), in amd_pstate_show_perf_and_freq() 251 amd_pstate_get_data(cpu, AMD_PSTATE_HW_PREFCORE), in amd_pstate_show_perf_and_freq() 252 amd_pstate_get_data(cpu, AMD_PSTATE_PREFCORE_RANKING)); in amd_pstate_show_perf_and_freq()
|