Lines Matching refs:hyst
240 int ret, temp, hyst;
280 hyst = jc42_hysteresis[FIELD_GET(JC42_CFG_HYST_MASK,
282 *val = temp - hyst;
291 hyst = jc42_hysteresis[FIELD_GET(JC42_CFG_HYST_MASK,
293 *val = temp - hyst;
331 int diff, hyst;
363 hyst = 0;
366 hyst = 1; /* 1.5 degrees C */
368 hyst = 2; /* 3.0 degrees C */
370 hyst = 3; /* 6.0 degrees C */
373 FIELD_PREP(JC42_CFG_HYST_MASK, hyst);