Searched refs:RAPL_POWER_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
1567 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro1576 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp()1767 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()1768 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()1769 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()1797 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()1798 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()1799 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()