Searched refs:temp_a (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c466 int temp_a, temp_b; local
490 temp_a = div64_s64_precise((int64_t) delta_temp * (1LL << 13) * mult,
497 temp_a = div64_s64_precise((int64_t)temp_a * sensor->fuse_corr_alpha,
501 sensor->therm_a = (int16_t)temp_a;

Completed in 57 milliseconds