Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c288 int tcc_offset; in configure_thermal_target() local
291 tcc_offset = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), in configure_thermal_target()
296 if ((msr.lo & (1 << 30)) && tcc_offset) { in configure_thermal_target()
299 msr.lo |= (tcc_offset & 0xf) << 24; in configure_thermal_target()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c568 int tcc_offset; in configure_thermal_target() local
571 tcc_offset = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), in configure_thermal_target()
576 if ((msr.lo & (1 << 30)) && tcc_offset) { in configure_thermal_target()
579 msr.lo |= (tcc_offset & 0xf) << 24; in configure_thermal_target()