Searched refs:LM90_STATUS_RHIGH (Results 1 – 1 of 1) sorted by relevance
220 #define LM90_STATUS_RHIGH BIT(4) /* remote high temp limit tripped */ macro1069 if ((st & (LM90_STATUS_RLOW | LM90_STATUS_RHIGH | LM90_STATUS_RTHRM)) || in lm90_report_alarms()1092 if (st & LM90_STATUS_RHIGH) in lm90_report_alarms()