Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dk10temp.c103 #define HAVE_TEMP(d, channel) ((d)->show_temp & BIT(channel)) macro
104 #define HAVE_TDIE(d) HAVE_TEMP(d, TDIE_BIT)
280 if (!HAVE_TEMP(data, channel)) in k10temp_is_visible()
304 if (!data->is_zen || !HAVE_TEMP(data, channel)) in k10temp_is_visible()