Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/ivybridge/
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()
/external/u-boot/arch/x86/cpu/broadwell/
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()