Searched refs:lhigh (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/hwmon/
H A Dlm90.c2451 int man_id, chip_id, config1, convrate, lhigh; local
2466 lhigh = i2c_smbus_read_byte_data(client, LM90_REG_LOCAL_HIGH);
2473 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0 || lhigh < 0)
2477 if (lhigh == man_id && lhigh == chip_id && lhigh == config1 && lhigh == convrate)
2481 * If reading man_id and chip_id both return the same value as lhigh,
2485 if (man_id == lhigh && chip_id == lhigh) {
[all...]

Completed in 113 milliseconds