Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hwmon/
Dlm90.c1802 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local
1822 llo = i2c_smbus_read_byte_data(client, LM90_REG_LOCAL_LOW); in lm90_detect_max1617()
1828 if (llo < 0 || rlo < 0) in lm90_detect_max1617()
1848 if ((s8)llo >= lhi || (s8)rlo >= rhi) in lm90_detect_max1617()