adc_hi             26 drivers/thermal/thermal-generic-adc.c 	int temp, temp_hi, temp_lo, adc_hi, adc_lo;
adc_hi             42 drivers/thermal/thermal-generic-adc.c 		adc_hi = gti->lookup_table[2 * i - 1];
adc_hi             48 drivers/thermal/thermal-generic-adc.c 		temp = temp_hi + mult_frac(temp_lo - temp_hi, val - adc_hi,
adc_hi             49 drivers/thermal/thermal-generic-adc.c 					   adc_lo - adc_hi);