Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c202 limit.lo |= PKG_POWER_LIMIT_EN; in set_power_limits()
209 limit.hi |= PKG_POWER_LIMIT_EN; in set_power_limits()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c690 limit.lo |= PKG_POWER_LIMIT_EN; in cpu_set_power_limits()
697 limit.hi |= PKG_POWER_LIMIT_EN; in cpu_set_power_limits()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h183 #define PKG_POWER_LIMIT_EN (1 << 15) macro