Searched refs:PKG_POWER_LIMIT_MASK (Results 1 – 4 of 4) sorted by relevance
81 tdp = rapl_msr_reg.lo & PKG_POWER_LIMIT_MASK; in set_power_limits()82 pl2_val = rapl_msr_reg.hi & PKG_POWER_LIMIT_MASK; in set_power_limits()83 min_power = (rapl_msr_reg.lo >> 16) & PKG_POWER_LIMIT_MASK; in set_power_limits()84 max_power = rapl_msr_reg.hi & PKG_POWER_LIMIT_MASK; in set_power_limits()106 limit.lo = tdp & PKG_POWER_LIMIT_MASK; in set_power_limits()115 limit.hi = pl2_val & PKG_POWER_LIMIT_MASK; in set_power_limits()
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()
599 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()606 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
259 #define PKG_POWER_LIMIT_MASK 0x7fff macro
Completed in 8 milliseconds