Home
last modified time | relevance | path

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

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