Lines Matching refs:hyst
230 int ret, temp, hyst;
270 hyst = jc42_hysteresis[(data->config & JC42_CFG_HYST_MASK)
272 *val = temp - hyst;
281 hyst = jc42_hysteresis[(data->config & JC42_CFG_HYST_MASK)
283 *val = temp - hyst;
321 int diff, hyst;
353 hyst = 0;
356 hyst = 1; /* 1.5 degrees C */
358 hyst = 2; /* 3.0 degrees C */
360 hyst = 3; /* 6.0 degrees C */
363 (hyst << JC42_CFG_HYST_SHIFT);