Searched refs:LM75_TEMP_TO_REG (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm75.h37 static inline u16 LM75_TEMP_TO_REG(long temp) function
H A Dad7418.c184 data->temp[attr->index] = LM75_TEMP_TO_REG(temp);
H A Dds1621.c176 u16 val = LM75_TEMP_TO_REG(simple_strtol(buf, NULL, 10));
H A Dlm75.c109 data->temp[nr] = LM75_TEMP_TO_REG(temp);
H A Dasb100.c427 data->reg[nr] = LM75_TEMP_TO_REG(val); \
H A Dw83627hf.c647 u16 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val);
663 u16 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val);
H A Dw83627ehf.c904 data->reg[nr] = LM75_TEMP_TO_REG(val); \
H A Dw83781d.c382 data->temp_##reg##_add[nr-2] = LM75_TEMP_TO_REG(val); \

Completed in 137 milliseconds