Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dpc87360.c48 #define TEMP_RW1C_MASK (VIN_RW1C_MASK|TEMP_ALM_CRIT|TEMP_FAULT) /* 0xCF */
539 #define TEMP_ALM_CRIT 0x08 /* temp crit exceeded (temp only) */ macro
848 return sprintf(buf, "%u\n", !!(data->in_status[nr] & TEMP_ALM_CRIT)); in therm_crit_alarm_show()
1055 return sprintf(buf, "%u\n", !!(data->temp_status[nr] & TEMP_ALM_CRIT)); in temp_crit_alarm_show()