Home
last modified time | relevance | path

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

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