Lines Matching refs:tcc_activation_temp
83 unsigned int tcc_activation_temp; variable
2010 c->core_temp_c = tcc_activation_temp - ((msr >> 16) & 0x7F); in get_counters()
2116 p->pkg_temp_c = tcc_activation_temp - ((msr >> 16) & 0x7F); in get_counters()
4457 cpu, msr, tcc_activation_temp - dts); in print_thermal()
4465 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2); in print_thermal()
4478 cpu, msr, tcc_activation_temp - dts, resolution); in print_thermal()
4486 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2); in print_thermal()
4829 tcc_activation_temp = tcc_activation_temp_override; in set_temperature_target()
4830 fprintf(outf, "Using cmdline TCC Target (%d C)\n", tcc_activation_temp); in set_temperature_target()
4834 tcc_activation_temp = read_tcc_activation_temp(); in set_temperature_target()
4835 if (tcc_activation_temp) in set_temperature_target()
4838 tcc_activation_temp = TJMAX_DEFAULT; in set_temperature_target()
4839 fprintf(outf, "Guessing tjMax %d C, Please use -T to specify\n", tcc_activation_temp); in set_temperature_target()