Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hwmon/
Dadm1021.c354 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
358 llo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(0)); in adm1021_detect()
362 if (llo < 0 || rlo < 0) in adm1021_detect()
378 if (lte == rte && lte == lhi && lte == rhi && lte == llo in adm1021_detect()
392 if ((s8)llo > lhi || (s8)rlo > rhi) in adm1021_detect()