Home
last modified time | relevance | path

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

/openbsd/sys/dev/i2c/
H A Dtmp451.c35 #define TITMP_RT 1 macro
90 sc->sc_sensor[TITMP_RT].type = SENSOR_TEMP; in titmp_attach()
91 strlcpy(sc->sc_sensor[TITMP_RT].desc, "Remote", in titmp_attach()
92 sizeof(sc->sc_sensor[TITMP_RT].desc)); in titmp_attach()
118 sc->sc_offset[TITMP_RT] = 1000000 * hi + (lo >> 4) * 1000000 / 16; in titmp_read_offsets()
154 titmp_read_sensor(sc, TMP451_RT_HI, TMP451_RT_LO, TITMP_RT); in titmp_refresh_sensors()