Searched refs:bmp180_calc_t_fine (Results 1 – 1 of 1) sorted by relevance
2385 static s32 bmp180_calc_t_fine(struct bmp280_data *data, u32 adc_temp) in bmp180_calc_t_fine() function2404 *t_fine = bmp180_calc_t_fine(data, adc_temp); in bmp180_get_t_fine()2411 return (bmp180_calc_t_fine(data, adc_temp) + 8) / 16; in bmp180_compensate_temp()