Searched refs:MCELSIUS (Results 1 – 3 of 3) sorted by relevance
103 #define MCELSIUS(temp) ((temp) * 1000) macro265 *temp = MCELSIUS((ctemp * 5) - 65); in rcar_thermal_get_current_temp()267 *temp = MCELSIUS(((ctemp * 55) - 720) / 10); in rcar_thermal_get_current_temp()269 *temp = MCELSIUS((ctemp * 5) - 60); in rcar_thermal_get_current_temp()316 *temp = MCELSIUS(90); in rcar_thermal_get_trip_temp()
60 #define MCELSIUS(temp) ((temp) * 1000) macro
125 #define MCELSIUS 1000 macro310 temp /= MCELSIUS; in exynos_tmu_initialize()317 hyst /= MCELSIUS; in exynos_tmu_initialize()369 ref = trips[0].temperature / MCELSIUS; in exynos4210_tmu_set_trip_temp()674 *temp = code_to_temp(data, value) * MCELSIUS; in exynos_get_temp()687 temp /= MCELSIUS; in get_emul_con_reg()739 if (temp && temp < MCELSIUS) in exynos_tmu_set_emulation()