Home
last modified time | relevance | path

Searched refs:titemp_read (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Dtitemp.c82 static int titemp_read(struct titemp_softc *, uint8_t, uint8_t *);
169 if ((error = titemp_read(sc, reg_hi, &temp[0])) != 0) in titemp_sensors_refresh()
171 if ((error = titemp_read(sc, reg_lo, &temp[1])) != 0) in titemp_sensors_refresh()
188 titemp_read(struct titemp_softc *sc, uint8_t reg, uint8_t *val) in titemp_read() function