Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/apollolake/
A Dfsp_s.c81 tdp = rapl_msr_reg.lo & PKG_POWER_LIMIT_MASK; in set_power_limits()
82 pl2_val = rapl_msr_reg.hi & PKG_POWER_LIMIT_MASK; in set_power_limits()
83 min_power = (rapl_msr_reg.lo >> 16) & PKG_POWER_LIMIT_MASK; in set_power_limits()
84 max_power = rapl_msr_reg.hi & PKG_POWER_LIMIT_MASK; in set_power_limits()
106 limit.lo = tdp & PKG_POWER_LIMIT_MASK; in set_power_limits()
115 limit.hi = pl2_val & PKG_POWER_LIMIT_MASK; in set_power_limits()
/u-boot/arch/x86/cpu/ivybridge/
A Dmodel_206ax.c201 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in set_power_limits()
208 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in set_power_limits()
/u-boot/arch/x86/cpu/broadwell/
A Dcpu_full.c599 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
606 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
/u-boot/arch/x86/include/asm/
A Dmsr-index.h259 #define PKG_POWER_LIMIT_MASK 0x7fff macro

Completed in 8 milliseconds