Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c2519 unsigned int target_c_local; in set_temperature_target() local
2550 target_c_local = (msr >> 16) & 0xFF; in set_temperature_target()
2554 cpu, msr, target_c_local); in set_temperature_target()
2556 if (!target_c_local) in set_temperature_target()
2559 tcc_activation_temp = target_c_local; in set_temperature_target()