Home
last modified time | relevance | path

Searched refs:PKG_POWER_LIMIT_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c201 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()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c689 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()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h182 #define PKG_POWER_LIMIT_MASK 0x7fff macro