Searched refs:acpi_cppc_get_data (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | amd.c | 204 nominal_perf = acpi_cppc_get_data(cpu, NOMINAL_PERF); in amd_pstate_boost_init() 228 acpi_cppc_get_data(cpu, NOMINAL_PERF)); in amd_pstate_show_perf_and_freq() 229 print_speed(acpi_cppc_get_data(cpu, NOMINAL_FREQ) * 1000, in amd_pstate_show_perf_and_freq() 234 acpi_cppc_get_data(cpu, LOWEST_NONLINEAR_PERF)); in amd_pstate_show_perf_and_freq() 240 acpi_cppc_get_data(cpu, LOWEST_PERF)); in amd_pstate_show_perf_and_freq() 241 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding); in amd_pstate_show_perf_and_freq()
|
/openbmc/linux/tools/power/cpupower/lib/ |
H A D | acpi_cppc.h | 18 unsigned long acpi_cppc_get_data(unsigned int cpu,
|
H A D | acpi_cppc.c | 38 unsigned long acpi_cppc_get_data(unsigned int cpu, enum acpi_cppc_value which) in acpi_cppc_get_data() function
|