Home
last modified time | relevance | path

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

/drivers/iio/humidity/
Dhts221_core.c268 s16 cal_x0, cal_x1, cal_y0, cal_y1; in hts221_parse_temp_caldata() local
295 cal_x1 = le16_to_cpu(val); in hts221_parse_temp_caldata()
300 *slope = ((cal_y1 - cal_y0) * 8000) / (cal_x1 - cal_x0); in hts221_parse_temp_caldata()
301 *b_gen = (((s32)cal_x1 * cal_y0 - (s32)cal_x0 * cal_y1) * 1000) / in hts221_parse_temp_caldata()
302 (cal_x1 - cal_x0); in hts221_parse_temp_caldata()
311 s16 cal_x0, cal_x1, cal_y0, cal_y1; in hts221_parse_rh_caldata() local
334 cal_x1 = le16_to_cpu(val); in hts221_parse_rh_caldata()
339 *slope = ((cal_y1 - cal_y0) * 8000) / (cal_x1 - cal_x0); in hts221_parse_rh_caldata()
340 *b_gen = (((s32)cal_x1 * cal_y0 - (s32)cal_x0 * cal_y1) * 1000) / in hts221_parse_rh_caldata()
341 (cal_x1 - cal_x0); in hts221_parse_rh_caldata()