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

/linux-4.1.27/drivers/hwmon/
H A 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)); show_therm_crit_alarm()
1048 return sprintf(buf, "%u\n", !!(data->temp_status[nr] & TEMP_ALM_CRIT)); show_temp_crit_alarm()
1425 #define TEMP_RW1C_MASK (VIN_RW1C_MASK|TEMP_ALM_CRIT|TEMP_FAULT) /* 0xCF */

Completed in 69 milliseconds