Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Ddme1737.c149 static const u8 DME1737_BIT_ALARM_TEMP[] = {4, 5, 6}; variable
901 res = (data->alarms >> DME1737_BIT_ALARM_TEMP[ix]) & 0x01; in show_temp()