Home
last modified time | relevance | path

Searched refs:lhigh (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dlm90.c2451 int man_id, chip_id, config1, convrate, lhigh; in lm90_detect() local
2466 lhigh = i2c_smbus_read_byte_data(client, LM90_REG_LOCAL_HIGH); in lm90_detect()
2473 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0 || lhigh < 0) in lm90_detect()
2477 if (lhigh == man_id && lhigh == chip_id && lhigh == config1 && lhigh == convrate) in lm90_detect()
2485 if (man_id == lhigh && chip_id == lhigh) { in lm90_detect()