Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlm63.c119 #define TEMP8_FROM_REG(reg) ((reg) * 1000) macro
184 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg()
185 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg()
557 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8()
698 - TEMP8_FROM_REG(data->temp2_crit_hyst); in temp2_crit_hyst_show()
713 - TEMP8_FROM_REG(data->lut_temp_hyst); in show_lut_temp_hyst()
736 return sprintf(buf, "%d\n", TEMP8_FROM_REG(hyst)); in pwm1_auto_point_temp_hyst_show()