Searched refs:tcc_offset (Results 1 – 2 of 2) sorted by relevance
288 int tcc_offset; in configure_thermal_target() local291 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()
568 int tcc_offset; in configure_thermal_target() local571 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()