Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Ddrivetemp.c141 #define SCT_STATUS_TEMP_LOWEST 201 macro
275 if (!temp_is_valid(buf[SCT_STATUS_TEMP_LOWEST])) in drivetemp_get_scttemp()
277 *val = temp_from_sct(buf[SCT_STATUS_TEMP_LOWEST]); in drivetemp_get_scttemp()
391 st->have_temp_lowest = temp_is_valid(buf[SCT_STATUS_TEMP_LOWEST]); in drivetemp_identify_sata()