Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/humidity/
Dhts221_core.c269 s16 cal_x0, cal_x1, cal_y0, cal_y1; in hts221_parse_temp_caldata() local
290 cal_x0 = le16_to_cpu(val); in hts221_parse_temp_caldata()
301 *slope = ((cal_y1 - cal_y0) * 8000) / (cal_x1 - cal_x0); in hts221_parse_temp_caldata()
302 *b_gen = (((s32)cal_x1 * cal_y0 - (s32)cal_x0 * cal_y1) * 1000) / in hts221_parse_temp_caldata()
303 (cal_x1 - cal_x0); in hts221_parse_temp_caldata()
312 s16 cal_x0, cal_x1, cal_y0, cal_y1; in hts221_parse_rh_caldata() local
329 cal_x0 = le16_to_cpu(val); in hts221_parse_rh_caldata()
340 *slope = ((cal_y1 - cal_y0) * 8000) / (cal_x1 - cal_x0); in hts221_parse_rh_caldata()
341 *b_gen = (((s32)cal_x1 * cal_y0 - (s32)cal_x0 * cal_y1) * 1000) / in hts221_parse_rh_caldata()
342 (cal_x1 - cal_x0); in hts221_parse_rh_caldata()