Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dlm73.c35 #define LM73_ID 0x9001 /* 0x0190, byte-swapped */ macro
252 if (id < 0 || id != (LM73_ID & 0xff)) in lm73_detect()
257 if (id < 0 || id != LM73_ID) in lm73_detect()