Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlm90.c162 #define LM90_REG_REMOTE_TEMPL 0x10 macro
1805 reg2 = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL); in lm90_detect_lm84()
1843 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) != 0xff || in lm90_detect_max1617()
1882 if (i2c_smbus_read_word_data(client, LM90_REG_REMOTE_TEMPL) != in lm90_detect_max1617()
2435 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) == 0xff && in lm90_detect_ti49()
2888 data->reg_remote_ext = LM90_REG_REMOTE_TEMPL; in lm90_probe()