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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm85.c128 static const int lm85_scaling[] = { /* .001 Volts */ variable
135 SENSORS_LIMIT(SCALE(val, lm85_scaling[n], 192), 0, 255)
138 SCALE(((val) << 4) + (ext), 192 << 4, lm85_scaling[n])
140 #define INS_FROM_REG(n, val) SCALE((val), 192, lm85_scaling[n])

Completed in 36 milliseconds