Searched refs:dig_H2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dbmx280var.h42 int16_t dig_H2; member in struct:bmx280_calibration_blob
H A Dbmx280.c269 sc->sc_cal_blob.dig_H2 = (int16_t)b[2] << 8;
270 sc->sc_cal_blob.dig_H2 = sc->sc_cal_blob.dig_H2 | (int16_t)b[1];
614 ((int32_t)32768))) >> 10) + ((int32_t)2097152)) * ((int32_t)b->dig_H2) +
832 DPRINTF(sc, 1, ("%s: dig_H2: %d %04x\n",__func__,sc->sc_cal_blob.dig_H2,sc->sc_cal_blob.dig_H2));

Completed in 133 milliseconds