Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal-generic-adc.c23 int nlookup_table; member
34 for (i = 0; i < gti->nlookup_table; i++) { in gadc_thermal_adc_to_temp()
41 } else if (i >= gti->nlookup_table) { in gadc_thermal_adc_to_temp()
42 temp = gti->lookup_table[2 * (gti->nlookup_table - 1)]; in gadc_thermal_adc_to_temp()
113 gti->nlookup_table = ntable / 2; in gadc_thermal_read_linear_lookup_table()