Searched refs:PKG_POWER_LIMIT_MASK (Results 1 – 3 of 3) sorted by relevance
199 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in set_power_limits()206 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in set_power_limits()
595 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()602 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
239 #define PKG_POWER_LIMIT_MASK 0x7fff macro