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

  /src/sys/dev/ic/
bmx280var.h 39 int16_t dig_P8;
bmx280.c 273 sc->sc_cal_blob.dig_P8 = (int16_t)b[21] << 8;
274 sc->sc_cal_blob.dig_P8 = sc->sc_cal_blob.dig_P8 | (int16_t)b[20];
637 var2 = (((int64_t)b->dig_P8) * p) >> 19;
869 DPRINTF(sc, 1, ("%s: dig_P8: %d %04x\n",__func__,sc->sc_cal_blob.dig_P8,sc->sc_cal_blob.dig_P8));

Completed in 14 milliseconds