Lines Matching refs:MCELSIUS
168 #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()
712 temp_hist = temp - (temp_hist / MCELSIUS); in exynos7_tmu_initialize()
889 *temp = code_to_temp(data, data->tmu_read(data)) * MCELSIUS; in exynos_get_temp()
902 temp /= MCELSIUS; in get_emul_con_reg()
966 if (temp && temp < MCELSIUS) in exynos_tmu_set_emulation()