Lines Matching defs:degc
330 lmtemp_temp_write(struct lmtemp_softc *sc, uint8_t reg, uint32_t val, int degc)
335 sc->sc_lmtemp_encode(val, &cmdbuf[1], degc);
343 int degc)
356 *valp = sc->sc_lmtemp_decode(buf, degc);
492 lmtemp_decode_lm75(const uint8_t *buf, int degc)
505 if (degc)
514 lmtemp_decode_ds75(const uint8_t *buf, int degc)
528 if (degc)
535 lmtemp_decode_lm77(const uint8_t *buf, int degc)
549 if (degc)
557 static void lmtemp_encode_lm75(const uint32_t val, uint8_t *buf, int degc)
562 if (degc)
570 static void lmtemp_encode_ds75(const uint32_t val, uint8_t *buf, int degc)
575 if (degc)
583 static void lmtemp_encode_lm77(const uint32_t val, uint8_t *buf, int degc)
588 if (degc)