Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Dpower.c28 static unsigned int cpu_pwr_sample_ratio; variable
64 delta *= cpu_pwr_sample_ratio * 1000; in event_update()
273 cpu_pwr_sample_ratio = cpuid_ecx(0x80000007); in amd_power_pmu_init()
/openbmc/linux/drivers/hwmon/
H A Dfam15h_power.c51 unsigned int cpu_pwr_sample_ratio; member
244 jdelta[cu] *= data->cpu_pwr_sample_ratio * 1000; in power1_average_show()
426 data->cpu_pwr_sample_ratio = cpuid_ecx(0x80000007); in fam15h_power_init_data()