Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Ddrivetemp.c140 #define SCT_STATUS_TEMP 200 macro
266 if (!temp_is_valid(buf[SCT_STATUS_TEMP])) in drivetemp_get_scttemp()
268 *val = temp_from_sct(buf[SCT_STATUS_TEMP]); in drivetemp_get_scttemp()
383 have_sct_temp = temp_is_valid(buf[SCT_STATUS_TEMP]); in drivetemp_identify_sata()