Home
last modified time | relevance | path

Searched refs:bmp180_calc_t_fine (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iio/pressure/
Dbmp280-core.c2385 static s32 bmp180_calc_t_fine(struct bmp280_data *data, u32 adc_temp) in bmp180_calc_t_fine() function
2404 *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()