Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c203 limit.lo |= PKG_POWER_LIMIT_EN; in set_power_limits()
210 limit.hi |= PKG_POWER_LIMIT_EN; in set_power_limits()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c691 limit.lo |= PKG_POWER_LIMIT_EN; in cpu_set_power_limits()
698 limit.hi |= PKG_POWER_LIMIT_EN; in cpu_set_power_limits()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr-index.h184 #define PKG_POWER_LIMIT_EN (1 << 15) macro