Home
last modified time | relevance | path

Searched refs:adc_hi (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/
A Dthermal-generic-adc.c26 int temp, temp_hi, temp_lo, adc_hi, adc_lo; in gadc_thermal_adc_to_temp() local
42 adc_hi = gti->lookup_table[2 * i - 1]; in gadc_thermal_adc_to_temp()
48 temp = temp_hi + mult_frac(temp_lo - temp_hi, val - adc_hi, in gadc_thermal_adc_to_temp()
49 adc_lo - adc_hi); in gadc_thermal_adc_to_temp()

Completed in 3 milliseconds