titemp_read
if ((error = titemp_read(sc, reg_hi, &temp[0])) != 0)
if ((error = titemp_read(sc, reg_lo, &temp[1])) != 0)
static int titemp_read(struct titemp_softc *, uint8_t, uint8_t *);