Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dadm1021.c378 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
382 llo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(0)); in adm1021_detect()
386 if (llo < 0 || rlo < 0) in adm1021_detect()
402 if (lte == rte && lte == lhi && lte == rhi && lte == llo in adm1021_detect()
421 if ((s8)llo > lhi || (s8)rlo > rhi) in adm1021_detect()
Dlm90.c1838 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local
1858 llo = i2c_smbus_read_byte_data(client, LM90_REG_LOCAL_LOW); in lm90_detect_max1617()
1864 if (llo < 0 || rlo < 0) in lm90_detect_max1617()
1884 if ((s8)llo >= lhi || (s8)rlo >= rhi) in lm90_detect_max1617()