Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/samsung/
Dexynos_tmu.c224 static int code_to_temp(struct exynos_tmu_data *data, u16 temp_code) in code_to_temp() argument
227 return temp_code - data->temp_error1 + EXYNOS_FIRST_POINT_TRIM; in code_to_temp()
229 return (temp_code - data->temp_error1) * in code_to_temp()