Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c115 static const u8 power_limit_time_msr_to_sec[] = { variable
189 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in set_power_limits()
190 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in set_power_limits()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c57 static const u8 power_limit_time_msr_to_sec[] = { variable
677 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in cpu_set_power_limits()
678 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in cpu_set_power_limits()