HomeSort by: relevance | last modified time | path
    Searched defs:temp_b (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
334 temp_b = tegra_soctherm_divide(tmp, d_sensor);
337 temp_b = (uint16_t)tegra_soctherm_divide(
338 temp_b * s->s_fuse_corr_alpha + s->s_fuse_corr_beta, 1000000);
341 s->s_therm_b = (int16_t)temp_b;
tegra_soctherm.c 314 int64_t temp_a, temp_b, tmp; local in function:tegra_soctherm_init_sensor
334 temp_b = tegra_soctherm_divide(tmp, d_sensor);
337 temp_b = (uint16_t)tegra_soctherm_divide(
338 temp_b * s->s_fuse_corr_alpha + s->s_fuse_corr_beta, 1000000);
341 s->s_therm_b = (int16_t)temp_b;

Completed in 59 milliseconds