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

/linux-4.1.27/drivers/hwmon/
H A Dadm1021.c385 int lte, rte, lhi, rhi, llo, rlo; adm1021_detect() local
389 llo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(0)); adm1021_detect()
393 if (llo < 0 || rlo < 0) adm1021_detect()
409 if (lte == rte && lte == lhi && lte == rhi && lte == llo adm1021_detect()
423 if ((s8)llo > lhi || (s8)rlo > rhi) adm1021_detect()

Completed in 66 milliseconds