Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Damlogic_thermal.c110 int temp_code) in amlogic_thermal_code_to_millicelsius() argument
121 factor = param->n * temp_code; in amlogic_thermal_code_to_millicelsius()
124 Uptat = temp_code * param->m; in amlogic_thermal_code_to_millicelsius()
/openbmc/linux/drivers/thermal/samsung/
H A Dexynos_tmu.c226 static int code_to_temp(struct exynos_tmu_data *data, u16 temp_code) in code_to_temp() argument
229 return temp_code - data->temp_error1 + EXYNOS_FIRST_POINT_TRIM; in code_to_temp()
231 return (temp_code - data->temp_error1) * in code_to_temp()