Searched refs:tempLUT (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dvia686a.c201 we'll just use linear interpolation for 10-bit readings.) So, tempLUT
203 static const s16 tempLUT[] = variable
275 #define TEMP_FROM_REG(val) ((long)tempLUT[val] * 100)
288 return (tempLUT[eightBits] * (4 - twoBits) +
289 tempLUT[eightBits + 1] * twoBits) * 25;

Completed in 40 milliseconds