Searched refs:RAPL_POWER_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
2142 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro2151 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp()2391 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()2392 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()2393 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()2420 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()2421 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()2422 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()