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

  /src/sys/dev/ic/
bmx280var.h 32 uint16_t dig_P1;
bmx280.c 259 sc->sc_cal_blob.dig_P1 = (uint16_t)b[7] << 8;
260 sc->sc_cal_blob.dig_P1 = sc->sc_cal_blob.dig_P1 | (uint16_t)b[6];
630 var1 = (((((int64_t)1)<<47)+var1))*((int64_t)b->dig_P1)>>33;
862 DPRINTF(sc, 1, ("%s: dig_P1: %d %04x\n",__func__,sc->sc_cal_blob.dig_P1,sc->sc_cal_blob.dig_P1));

Completed in 14 milliseconds