eight_bits 283 drivers/hwmon/via686a.c u16 eight_bits = val >> 2; eight_bits 287 drivers/hwmon/via686a.c if (two_bits == 0 || eight_bits == 255) eight_bits 288 drivers/hwmon/via686a.c return TEMP_FROM_REG(eight_bits); eight_bits 291 drivers/hwmon/via686a.c return (temp_lut[eight_bits] * (4 - two_bits) + eight_bits 292 drivers/hwmon/via686a.c temp_lut[eight_bits + 1] * two_bits) * 25;