Lines Matching defs:high
238 int low, high, intr;
241 high = avs_tmon_get_trip_temp(priv, TMON_TRIP_TYPE_HIGH);
244 dev_dbg(priv->dev, "low/intr/high: %d/%d/%d\n",
245 low, intr, high);
247 /* Disable high-temp until next threshold shift */
248 if (intr >= high)
263 static int brcmstb_set_trips(void *data, int low, int high)
267 dev_dbg(priv->dev, "set trips %d <--> %d\n", low, high);
280 /* Disable high-temp if "high" is too big. */
281 if (high == INT_MAX) {
284 avs_tmon_set_trip_temp(priv, TMON_TRIP_TYPE_HIGH, high);