Searched refs:eightBits (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.c280 u16 eightBits = val >> 2; local
284 if (twoBits == 0 || eightBits == 255)
285 return TEMP_FROM_REG(eightBits);
288 return (tempLUT[eightBits] * (4 - twoBits) +
289 tempLUT[eightBits + 1] * twoBits) * 25;

Completed in 50 milliseconds