Lines Matching defs:t_fine
605 int32_t *t_fine)
611 *t_fine = var1 + var2;
612 T = (*t_fine * 5 + 128) >> 8;
622 int32_t t_fine)
625 t_fine) - 128000;
649 int32_t t_fine)
652 v_x1_u32r = (t_fine - ((int32_t)76800));
849 int32_t t_fine;
910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
912 DPRINTF(sc, 1, ("%s: Refresh compensated temp: %d - t_fine: %d\n",
913 device_xname(sc->sc_dev), comp_temp, t_fine));
947 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
949 DPRINTF(sc, 1, ("%s: Refresh compensated temp for pressure: %d - t_fine: %d\n",
950 device_xname(sc->sc_dev), comp_temp, t_fine));
952 comp_press = bmx280_compensate_P_int64(&sc->sc_cal_blob, m_press, t_fine);
989 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
991 DPRINTF(sc, 1, ("%s: Refresh compensated temp for humidity: %d - t_fine: %d\n",
992 device_xname(sc->sc_dev), comp_temp, t_fine));
994 comp_hum = bmx280_compensate_H_int32(&sc->sc_cal_blob, m_hum, t_fine);