Searched refs:llo (Results 1 – 1 of 1) sorted by relevance
1802 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local1822 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()