Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dlm75.h37 static inline u16 LM75_TEMP_TO_REG(long temp) in LM75_TEMP_TO_REG() function
Dad7418.c138 data->temp[attr->index] = LM75_TEMP_TO_REG(temp); in set_temp()
Dasb100.c457 data->reg[nr] = LM75_TEMP_TO_REG(val); \
Dw83627hf.c756 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val); in store_temp_max()
778 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val); in store_temp_max_hyst()
Dw83781d.c391 data->temp_##reg##_add[nr-2] = LM75_TEMP_TO_REG(val); \
Dw83627ehf.c1237 data->reg[nr] = LM75_TEMP_TO_REG(val); \
Dnct6775.c1999 data->temp[index][nr] = LM75_TEMP_TO_REG(val); in store_temp()