Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm63.c116 #define TEMP8_FROM_REG(reg) ((reg) * 1000) macro
181 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg()
182 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg()
462 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8()
597 - TEMP8_FROM_REG(data->temp2_crit_hyst)); in temp2_crit_hyst_show()
608 - TEMP8_FROM_REG(data->lut_temp_hyst)); in show_lut_temp_hyst()