Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c4301 unsigned int target_c_local; in set_temperature_target() local
4332 target_c_local = (msr >> 16) & 0xFF; in set_temperature_target()
4336 cpu, msr, target_c_local); in set_temperature_target()
4338 if (!target_c_local) in set_temperature_target()
4341 tcc_activation_temp = target_c_local; in set_temperature_target()