therma            116 drivers/thermal/tegra/soctherm-fuse.c 	s16 therma, thermb;
therma            138 drivers/thermal/tegra/soctherm-fuse.c 	therma = div64_s64_precise(temp, (s64)delta_sens * div);
therma            144 drivers/thermal/tegra/soctherm-fuse.c 	temp = (s64)therma * sensor->fuse_corr_alpha;
therma            145 drivers/thermal/tegra/soctherm-fuse.c 	therma = div64_s64_precise(temp, CALIB_COEFFICIENT);
therma            150 drivers/thermal/tegra/soctherm-fuse.c 	calib = ((u16)therma << SENSOR_CONFIG2_THERMA_SHIFT) |