Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dlm63.c128 #define TEMP8_FROM_REG(reg) ((reg) * 1000) macro
193 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg()
194 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg()
474 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8()
609 - TEMP8_FROM_REG(data->temp2_crit_hyst)); in show_temp2_crit_hyst()
620 - TEMP8_FROM_REG(data->lut_temp_hyst)); in show_lut_temp_hyst()