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

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c4428 int32_t tempera; local
4462 tempera = TEMPERATURE_CALIB_A_VAL * (r4_s - r2);
4463 tempera /= (r3 - r1);
4464 tempera = (tempera*97) / 100 + TEMPERATURE_CALIB_KELVIN_OFFSET;
4467 tempera, KELVIN_TO_CELSIUS(tempera)));
4469 return (tempera);

Completed in 76 milliseconds