HomeSort by: relevance | last modified time | path
    Searched defs:temp_a (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nvidia/
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;
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;

Completed in 26 milliseconds