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

  /src/sys/dev/ic/
bmx280var.h 35 int16_t dig_P4;
bmx280.c 265 sc->sc_cal_blob.dig_P4 = (int16_t)b[13] << 8;
266 sc->sc_cal_blob.dig_P4 = sc->sc_cal_blob.dig_P4 | (int16_t)b[12];
628 var2 = var2 + (((int64_t)b->dig_P4)<<35);
865 DPRINTF(sc, 1, ("%s: dig_P4: %d %04x\n",__func__,sc->sc_cal_blob.dig_P4,sc->sc_cal_blob.dig_P4));

Completed in 12 milliseconds