HomeSort by: relevance | last modified time | path
    Searched defs:reg_lo (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
159 reg_lo = TITEMP_LTEMP_LO_REG;
162 reg_lo = TITEMP_RTEMP_LO_REG;
171 if ((error = titemp_read(sc, reg_lo, &temp[1])) != 0)
titemp.c 154 uint8_t reg_hi, reg_lo, temp[2]; local in function:titemp_sensors_refresh
159 reg_lo = TITEMP_LTEMP_LO_REG;
162 reg_lo = TITEMP_RTEMP_LO_REG;
171 if ((error = titemp_read(sc, reg_lo, &temp[1])) != 0)

Completed in 21 milliseconds