Home
last modified time | relevance | path

Searched refs:power_limit_time_msr_to_sec (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c114 static const u8 power_limit_time_msr_to_sec[] = { variable
188 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in set_power_limits()
189 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in set_power_limits()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c56 static const u8 power_limit_time_msr_to_sec[] = { variable
676 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in cpu_set_power_limits()
677 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in cpu_set_power_limits()