Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dlm90.c156 #define LM90_REG_REMOTE_TEMPL 0x10 macro
1813 reg2 = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL); in lm90_detect_lm84()
1851 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) != 0xff || in lm90_detect_max1617()
1890 if (i2c_smbus_read_word_data(client, LM90_REG_REMOTE_TEMPL) != in lm90_detect_max1617()
2411 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) == 0xff && in lm90_detect_ti49()
2876 data->reg_remote_ext = LM90_REG_REMOTE_TEMPL; in lm90_probe()