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

Completed in 73 milliseconds