Lines Matching full:hyst
217 int ret, temp, hyst; in jc42_read() local
257 hyst = jc42_hysteresis[FIELD_GET(JC42_CFG_HYST_MASK, in jc42_read()
259 *val = temp - hyst; in jc42_read()
268 hyst = jc42_hysteresis[FIELD_GET(JC42_CFG_HYST_MASK, in jc42_read()
270 *val = temp - hyst; in jc42_read()
308 int diff, hyst; in jc42_write() local
340 hyst = 0; in jc42_write()
343 hyst = 1; /* 1.5 degrees C */ in jc42_write()
345 hyst = 2; /* 3.0 degrees C */ in jc42_write()
347 hyst = 3; /* 6.0 degrees C */ in jc42_write()
350 FIELD_PREP(JC42_CFG_HYST_MASK, hyst); in jc42_write()