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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Ddme1737.c283 static const int TEMP_RANGE[] = {2000, 2500, 3333, 4000, 5000, 6666, 8000, variable
289 return TEMP_RANGE[(reg >> 4) & 0x0f];
297 if (val > (TEMP_RANGE[i] + TEMP_RANGE[i - 1] + 1) / 2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Ddme1737.c283 static const int TEMP_RANGE[] = {2000, 2500, 3333, 4000, 5000, 6666, 8000, variable
289 return TEMP_RANGE[(reg >> 4) & 0x0f];
297 if (val > (TEMP_RANGE[i] + TEMP_RANGE[i - 1] + 1) / 2) {

Completed in 75 milliseconds