Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c2043 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro
2052 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp()
2292 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2293 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2294 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2321 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2322 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2323 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()