Searched refs:RAPL_POWER_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
3715 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro3724 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp()4041 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()4042 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()4043 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()4070 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()4071 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()4072 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()