thermb            116 drivers/thermal/tegra/soctherm-fuse.c 	s16 therma, thermb;
thermb            142 drivers/thermal/tegra/soctherm-fuse.c 	thermb = div64_s64_precise(temp, delta_sens);
thermb            147 drivers/thermal/tegra/soctherm-fuse.c 	temp = (s64)thermb * sensor->fuse_corr_alpha + sensor->fuse_corr_beta;
thermb            148 drivers/thermal/tegra/soctherm-fuse.c 	thermb = div64_s64_precise(temp, CALIB_COEFFICIENT);
thermb            151 drivers/thermal/tegra/soctherm-fuse.c 		((u16)thermb << SENSOR_CONFIG2_THERMB_SHIFT);