Searched refs:PKG_POWER_LIMIT_MASK (Results 1 – 3 of 3) sorted by relevance
201 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in set_power_limits()208 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in set_power_limits()
689 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()696 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
182 #define PKG_POWER_LIMIT_MASK 0x7fff macro