Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c4796 unsigned int tcc, target_c, offset_c; in read_tcc_activation_temp() local
4805 target_c = (msr >> 16) & 0xFF; in read_tcc_activation_temp()
4809 tcc = target_c - offset_c; in read_tcc_activation_temp()
4813 base_cpu, msr, tcc, target_c, offset_c); in read_tcc_activation_temp()