Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c287 int tcc_offset; in configure_thermal_target() local
290 tcc_offset = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), in configure_thermal_target()
295 if ((msr.lo & (1 << 30)) && tcc_offset) { in configure_thermal_target()
298 msr.lo |= (tcc_offset & 0xf) << 24; in configure_thermal_target()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c567 int tcc_offset; in configure_thermal_target() local
570 tcc_offset = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), in configure_thermal_target()
575 if ((msr.lo & (1 << 30)) && tcc_offset) { in configure_thermal_target()
578 msr.lo |= (tcc_offset & 0xf) << 24; in configure_thermal_target()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c5264 unsigned int tcc_default, tcc_offset; in set_temperature_target() local
5302 tcc_offset = (msr >> 24) & 0xF; in set_temperature_target()
5304 cpu, msr, tcc_default - tcc_offset, tcc_default, tcc_offset); in set_temperature_target()
5307 tcc_offset = (msr >> 24) & 0x3F; in set_temperature_target()
5309 cpu, msr, tcc_default - tcc_offset, tcc_default, tcc_offset); in set_temperature_target()