temp_lut 202 drivers/hwmon/via686a.c static const s16 temp_lut[] = { temp_lut 278 drivers/hwmon/via686a.c #define TEMP_FROM_REG(val) ((long)temp_lut[val] * 100) temp_lut 291 drivers/hwmon/via686a.c return (temp_lut[eight_bits] * (4 - two_bits) + temp_lut 292 drivers/hwmon/via686a.c temp_lut[eight_bits + 1] * two_bits) * 25;