Lines Matching defs:degc
328 lmtemp_temp_write(struct lmtemp_softc *sc, uint8_t reg, uint32_t val, int degc)
333 sc->sc_lmtemp_encode(val, &cmdbuf[1], degc);
341 int degc)
354 *valp = sc->sc_lmtemp_decode(buf, degc);
490 lmtemp_decode_lm75(const uint8_t *buf, int degc)
503 if (degc)
512 lmtemp_decode_ds75(const uint8_t *buf, int degc)
526 if (degc)
533 lmtemp_decode_lm77(const uint8_t *buf, int degc)
547 if (degc)
555 static void lmtemp_encode_lm75(const uint32_t val, uint8_t *buf, int degc)
560 if (degc)
568 static void lmtemp_encode_ds75(const uint32_t val, uint8_t *buf, int degc)
573 if (degc)
581 static void lmtemp_encode_lm77(const uint32_t val, uint8_t *buf, int degc)
586 if (degc)