Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dlm90.c157 #define LM90_REG_REMOTE_TEMPL 0x10 macro
1814 reg2 = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL); in lm90_detect_lm84()
1852 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) != 0xff || in lm90_detect_max1617()
1891 if (i2c_smbus_read_word_data(client, LM90_REG_REMOTE_TEMPL) != in lm90_detect_max1617()
2412 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) == 0xff && in lm90_detect_ti49()
2861 data->reg_remote_ext = LM90_REG_REMOTE_TEMPL; in lm90_probe()