Home
last modified time | relevance | path

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

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