Home
last modified time | relevance | path

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

/linux/drivers/thermal/samsung/
H A Dexynos_tmu.c221 static int code_to_temp(struct exynos_tmu_data *data, u16 temp_code) in code_to_temp() argument
224 return temp_code - data->temp_error1 + EXYNOS_FIRST_POINT_TRIM; in code_to_temp()
226 return (temp_code - data->temp_error1) * in code_to_temp()