Lines Matching full:hyst
284 int temp, hyst; in jc42_read() local
304 hyst = jc42_hysteresis[(data->config & JC42_CFG_HYST_MASK) in jc42_read()
306 *val = temp - hyst; in jc42_read()
310 hyst = jc42_hysteresis[(data->config & JC42_CFG_HYST_MASK) in jc42_read()
312 *val = temp - hyst; in jc42_read()
333 int diff, hyst; in jc42_write() local
363 hyst = 0; in jc42_write()
366 hyst = 1; /* 1.5 degrees C */ in jc42_write()
368 hyst = 2; /* 3.0 degrees C */ in jc42_write()
370 hyst = 3; /* 6.0 degrees C */ in jc42_write()
373 (hyst << JC42_CFG_HYST_SHIFT); in jc42_write()