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