Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dpc87360.c532 #define TEMP_ALM_CRIT 0x08 /* temp crit exceeded (temp only) */ macro
822 return sprintf(buf, "%u\n", !!(data->in_status[nr] & TEMP_ALM_CRIT)); in show_therm_crit_alarm()
1048 return sprintf(buf, "%u\n", !!(data->temp_status[nr] & TEMP_ALM_CRIT)); in show_temp_crit_alarm()
1425 #define TEMP_RW1C_MASK (VIN_RW1C_MASK|TEMP_ALM_CRIT|TEMP_FAULT) /* 0xCF */