Home
last modified time | relevance | path

Searched refs:SCT_STATUS_TEMP_HIGHEST (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddrivetemp.c142 #define SCT_STATUS_TEMP_HIGHEST 202 macro
277 if (!temp_is_valid(buf[SCT_STATUS_TEMP_HIGHEST])) in drivetemp_get_scttemp()
279 *val = temp_from_sct(buf[SCT_STATUS_TEMP_HIGHEST]); in drivetemp_get_scttemp()
389 st->have_temp_highest = temp_is_valid(buf[SCT_STATUS_TEMP_HIGHEST]); in drivetemp_identify_sata()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddrivetemp.c142 #define SCT_STATUS_TEMP_HIGHEST 202 macro
276 if (!temp_is_valid(buf[SCT_STATUS_TEMP_HIGHEST])) in drivetemp_get_scttemp()
278 *val = temp_from_sct(buf[SCT_STATUS_TEMP_HIGHEST]); in drivetemp_get_scttemp()
388 st->have_temp_highest = temp_is_valid(buf[SCT_STATUS_TEMP_HIGHEST]); in drivetemp_identify_sata()

Completed in 3 milliseconds