Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Ddrivetemp.c148 #define temp_from_sct(temp) (((s8)(temp)) * 1000) macro
270 *val = temp_from_sct(buf[SCT_STATUS_TEMP]); in drivetemp_get_scttemp()
275 *val = temp_from_sct(buf[SCT_STATUS_TEMP_LOWEST]); in drivetemp_get_scttemp()
280 *val = temp_from_sct(buf[SCT_STATUS_TEMP_HIGHEST]); in drivetemp_get_scttemp()
418 st->temp_max = temp_from_sct(buf[6]); in drivetemp_identify_sata()
419 st->temp_crit = temp_from_sct(buf[7]); in drivetemp_identify_sata()
420 st->temp_min = temp_from_sct(buf[8]); in drivetemp_identify_sata()
421 st->temp_lcrit = temp_from_sct(buf[9]); in drivetemp_identify_sata()