Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dmtk_thermal.c287 s32 o_slope; member
566 tmp /= mt->conf->cali_val + mt->o_slope; in raw_to_mcelsius_v1()
597 tmp = tmp / (165 - mt->o_slope); in raw_to_mcelsius_v2()
599 tmp = tmp / (165 + mt->o_slope); in raw_to_mcelsius_v2()
864 mt->o_slope = -CALIB_BUF0_O_SLOPE_V1(buf[0]); in mtk_thermal_extract_efuse_v1()
866 mt->o_slope = CALIB_BUF0_O_SLOPE_V1(buf[0]); in mtk_thermal_extract_efuse_v1()
879 mt->o_slope = CALIB_BUF0_O_SLOPE_V2(buf[0]); in mtk_thermal_extract_efuse_v2()
901 mt->o_slope = 0; in mtk_thermal_get_calibration_data()