Home
last modified time | relevance | path

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

/linux-3.3/drivers/hwmon/
Dw83791d.c235 #define TEMP1_TO_REG(val) ((val) <= -128000 ? -128 : \ macro
925 data->temp1[nr] = TEMP1_TO_REG(val); in store_temp1()
Dw83792d.c244 #define TEMP1_TO_REG(val) (SENSORS_LIMIT(((val) < 0 ? (val)+0x100*1000 \ macro
503 data->temp1[nr] = TEMP1_TO_REG(val); in store_temp1()