tegra_soctherm.c | 314 int64_t temp_a, temp_b, tmp; local in function:tegra_soctherm_init_sensor 330 temp_a = tegra_soctherm_divide(d_temp * 0x2000 * mult, 335 temp_a = tegra_soctherm_divide( 336 temp_a * s->s_fuse_corr_alpha, 1000000); 340 s->s_therm_a = (int16_t)temp_a;
|