Searched refs:TEMP1_TO_REG (Results 1 – 2 of 2) sorted by relevance
235 #define TEMP1_TO_REG(val) ((val) <= -128000 ? -128 : \ macro925 data->temp1[nr] = TEMP1_TO_REG(val); in store_temp1()
244 #define TEMP1_TO_REG(val) (SENSORS_LIMIT(((val) < 0 ? (val)+0x100*1000 \ macro503 data->temp1[nr] = TEMP1_TO_REG(val); in store_temp1()