Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/samsung/
Dexynos_tmu.c168 #define MCELSIUS 1000 macro
332 temp = trips[i].temperature / MCELSIUS; in get_th_reg()
334 temp -= (trips[i].hysteresis / MCELSIUS); in get_th_reg()
421 reference = trips[0].temperature / MCELSIUS; in exynos4210_tmu_initialize()
430 temp = trips[i].temperature / MCELSIUS; in exynos4210_tmu_initialize()
499 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos4412_tmu_initialize()
584 temp /= MCELSIUS; in exynos5433_tmu_initialize()
593 temp_hist = temp - (temp_hist / MCELSIUS); in exynos5433_tmu_initialize()
642 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos5440_tmu_initialize()
709 temp /= MCELSIUS; in exynos7_tmu_initialize()
[all …]
/linux-4.4.14/drivers/thermal/
Drcar_thermal.c72 #define MCELSIUS(temp) ((temp) * 1000) macro
211 *temp = MCELSIUS((priv->ctemp * 5) - 65); in rcar_thermal_get_temp()
245 *temp = MCELSIUS(90); in rcar_thermal_get_trip_temp()