Home
last modified time | relevance | path

Searched refs:MSR_PKG_POWER_SKU (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dcpu.h33 #define MSR_PKG_POWER_SKU 0x614 macro
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dmodel_206ax.h49 #define MSR_PKG_POWER_SKU 0x614 macro
/external/u-boot/arch/x86/cpu/ivybridge/
Dmodel_206ax.c180 msr = msr_read(MSR_PKG_POWER_SKU); in set_power_limits()
/external/u-boot/arch/x86/cpu/broadwell/
Dcpu.c668 msr = msr_read(MSR_PKG_POWER_SKU); in cpu_set_power_limits()