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

  /src/sys/dev/ic/
bmx280var.h 40 int16_t dig_P9;
bmx280.c 275 sc->sc_cal_blob.dig_P9 = (int16_t)b[23] << 8;
276 sc->sc_cal_blob.dig_P9 = sc->sc_cal_blob.dig_P9 | (int16_t)b[22];
636 var1 = (((int64_t)b->dig_P9) * (p>>13) * (p>>13)) >> 25;
870 DPRINTF(sc, 1, ("%s: dig_P9: %d %04x\n",__func__,sc->sc_cal_blob.dig_P9,sc->sc_cal_blob.dig_P9));

Completed in 14 milliseconds