Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Demc6w201.c35 #define EMC6W201_REG_TEMP_LOW(nr) (0x56 + (nr) * 2) macro
149 EMC6W201_REG_TEMP_LOW(nr)); in emc6w201_update_device()
246 reg = (sf == min) ? EMC6W201_REG_TEMP_LOW(nr) in temp_store()