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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm92.c256 u16 temp_low, temp_high, temp_hyst, temp_crit; local
262 temp_low = i2c_smbus_read_word_data(client, LM92_REG_TEMP_LOW);
263 if (i2c_smbus_read_word_data(client, LM92_REG_MAN_ID) != temp_low)
270 if ((temp_low & 0x7f00) || (temp_high & 0x7f00))
287 || temp_low != i2c_smbus_read_word_data(client,
H A Dtmp401.c120 u16 temp_low[2]; member in struct:tmp401_data
188 data->temp_low[i] = i2c_smbus_read_byte_data(client,
190 data->temp_low[i] |= i2c_smbus_read_byte_data(client,
256 tmp401_register_to_temp(data->temp_low[index], data->config));
349 data->temp_low[index] = reg;
H A Dlm87.c206 s8 temp_low[3]; /* register value */ member in struct:lm87_data
325 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_low[offset-1])); \
345 data->temp_low[nr] = TEMP_TO_REG(val);
346 lm87_write_value(client, LM87_REG_TEMP_LOW[nr], data->temp_low[nr]);
933 data->temp_low[i] = lm87_read_value(client,
H A Dit87.c290 s8 temp_low[3]; /* Register value */ member in struct:it87_data
476 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_low[nr]));
509 data->temp_low[nr] = TEMP_TO_REG(val);
510 it87_write_value(data, IT87_REG_TEMP_LOW(nr), data->temp_low[nr]);
2028 data->temp_low[i] =
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c4196 uint32 temp_high, temp_low; local
4227 bcm_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * ndiv_int, 1 << 24, 0);
4228 bcm_uint64_divide(&ndiv_frac, temp_high, temp_low, xtal);
4250 bcm_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * ndiv_int, 1 << 20, 0);
4251 bcm_uint64_divide(&ndiv_frac, temp_high, temp_low, xtal);

Completed in 59 milliseconds