sys/dev/i2c/lm75.c
451
lmtemp_temp_write(sc, LM75_REG_THYST_SET_POINT,
sys/dev/i2c/lm75.c
453
lmtemp_temp_write(sc, LM75_REG_TOS_SET_POINT, limit, degc);
sys/dev/i2c/lm75.c
478
lmtemp_temp_write(sc, LM77_REG_TCRIT_SET_POINT, limit, degc);
sys/dev/i2c/lm75.c
488
lmtemp_temp_write(sc, LM77_REG_THIGH_SET_POINT, limit, degc);
sys/dev/i2c/lm75.c
498
lmtemp_temp_write(sc, LM77_REG_TLOW_SET_POINT, limit, degc);
sys/dev/i2c/lm75.c
644
lmtemp_temp_write(sc, LM75_REG_THYST_SET_POINT,
sys/dev/i2c/lm75.c
646
lmtemp_temp_write(sc, LM75_REG_TOS_SET_POINT,
sys/dev/i2c/lm75.c
74
static int lmtemp_temp_write(struct lmtemp_softc *, uint8_t, uint32_t,