Searched refs:cal0 (Results 1 – 1 of 1) sorted by relevance
242 auto cal0 = TempCalibration0::Get().ReadFrom(&fuse_mmio_); in RawToTemperature() local248 vts = cal0.get_vts0(); in RawToTemperature()250 vts = cal0.get_vts1(); in RawToTemperature()259 int32_t slope = cal0.slope_sign() == 0 ? cal0.slope() : -cal0.slope(); in RawToTemperature()260 temp_c = cal0.temp_offset() - ((temp_c * 100) / (165 + (cal1.id() == 0 ? 0 : slope))); in RawToTemperature()
Completed in 3 milliseconds