HomeSort by: relevance | last modified time | path
    Searched defs:reg_hi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
titemp.c 154 uint8_t reg_hi, reg_lo, temp[2]; local in function:titemp_sensors_refresh
158 reg_hi = TITEMP_LTEMP_HI_REG;
161 reg_hi = TITEMP_RTEMP_HI_REG;
169 if ((error = titemp_read(sc, reg_hi, &temp[0])) != 0)
titemp.c 154 uint8_t reg_hi, reg_lo, temp[2]; local in function:titemp_sensors_refresh
158 reg_hi = TITEMP_LTEMP_HI_REG;
161 reg_hi = TITEMP_RTEMP_HI_REG;
169 if ((error = titemp_read(sc, reg_hi, &temp[0])) != 0)

Completed in 49 milliseconds