Searched refs:comp_temp (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | bmx280.c | 809 int32_t comp_temp; in bmx280_refresh() local 868 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine); in bmx280_refresh() 871 device_xname(sc->sc_dev), comp_temp, t_fine)); in bmx280_refresh() 877 q = (uint32_t)comp_temp; in bmx280_refresh() 905 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine); in bmx280_refresh() 908 device_xname(sc->sc_dev), comp_temp, t_fine)); in bmx280_refresh() 947 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine); in bmx280_refresh() 950 device_xname(sc->sc_dev), comp_temp, t_fine)); in bmx280_refresh()
|