Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c172 if (!(msr.lo & PLATFORM_INFO_SET_TDP)) in set_power_limits()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h44 #define PLATFORM_INFO_SET_TDP (1 << 29) macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c660 if (!(msr.lo & PLATFORM_INFO_SET_TDP)) in cpu_set_power_limits()