Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/chemical/
Dbme680_core.c466 u8 heatr_res; in bme680_calc_heater_res() local
479 heatr_res = DIV_ROUND_CLOSEST(heatr_res_x100, 100); in bme680_calc_heater_res()
481 return heatr_res; in bme680_calc_heater_res()
616 u8 heatr_res, heatr_dur; in bme680_gas_config() local
623 heatr_res = bme680_calc_heater_res(data, data->heater_temp); in bme680_gas_config()
626 ret = regmap_write(data->regmap, BME680_REG_RES_HEAT_0, heatr_res); in bme680_gas_config()