Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ddrivetemp.c150 #define temp_from_sct(temp) (((s8)(temp)) * 1000) macro
269 *val = temp_from_sct(buf[SCT_STATUS_TEMP]); in drivetemp_get_scttemp()
274 *val = temp_from_sct(buf[SCT_STATUS_TEMP_LOWEST]); in drivetemp_get_scttemp()
279 *val = temp_from_sct(buf[SCT_STATUS_TEMP_HIGHEST]); in drivetemp_get_scttemp()
417 st->temp_max = temp_from_sct(buf[6]); in drivetemp_identify_sata()
418 st->temp_crit = temp_from_sct(buf[7]); in drivetemp_identify_sata()
419 st->temp_min = temp_from_sct(buf[8]); in drivetemp_identify_sata()
420 st->temp_lcrit = temp_from_sct(buf[9]); in drivetemp_identify_sata()