Searched refs:adc_hi (Results 1 – 1 of 1) sorted by relevance
28 int temp, temp_hi, temp_lo, adc_hi, adc_lo; in gadc_thermal_adc_to_temp() local44 adc_hi = gti->lookup_table[2 * i - 1]; in gadc_thermal_adc_to_temp()50 temp = temp_hi + mult_frac(temp_lo - temp_hi, val - adc_hi, in gadc_thermal_adc_to_temp()51 adc_lo - adc_hi); in gadc_thermal_adc_to_temp()