Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/chemical/
H A Dbme680_core.c363 *t_fine = bme680_calc_t_fine(data, adc_temp); in bme680_get_t_fine()
407 u32 adc_press, s32 t_fine) in bme680_compensate_press() argument
412 var1 = (t_fine >> 1) - 64000; in bme680_compensate_press()
472 u16 adc_humid, s32 t_fine) in bme680_compensate_humid() argument
477 temp_scaled = (t_fine * 5 + 128) >> 8; in bme680_compensate_humid()
754 s32 t_fine; in bme680_read_press() local
756 ret = bme680_get_t_fine(data, &t_fine); in bme680_read_press()
772 s32 t_fine; in bme680_read_humid() local
774 ret = bme680_get_t_fine(data, &t_fine); in bme680_read_humid()
1064 s32 t_fine; in bme680_trigger_handler() local
[all …]
/linux-6.15/drivers/iio/pressure/
H A Dbmp280-core.c434 var = t_fine - (s32)76800; in bme280_compensate_humidity()
579 s32 t_fine; in bmp280_read_press() local
598 s32 t_fine; in bme280_read_humid() local
1109 s32 t_fine, comp_temp; in bmp280_trigger_handler() local
1229 s32 t_fine, comp_temp; in bme280_trigger_handler() local
1537 var1 = (s64)t_fine * (s64)t_fine; in bmp380_compensate_press()
1587 u32 adc_press, t_fine; in bmp380_read_press() local
1903 s32 t_fine, comp_temp; in bmp380_trigger_handler() local
2883 s32 t_fine) in bmp180_compensate_press() argument
2891 b6 = t_fine - 4000; in bmp180_compensate_press()
[all …]