Searched refs:temp_hist (Results 1 – 1 of 1) sorted by relevance
519 int temp, temp_hist; in exynos5433_tmu_initialize() local593 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos5433_tmu_initialize()594 temp_hist = temp - (temp_hist / MCELSIUS); in exynos5433_tmu_initialize()595 threshold_code = temp_to_code(data, temp_hist); in exynos5433_tmu_initialize()667 int temp, temp_hist; in exynos7_tmu_initialize() local712 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos7_tmu_initialize()713 temp_hist = temp - (temp_hist / MCELSIUS); in exynos7_tmu_initialize()725 threshold_code = temp_to_code(data, temp_hist); in exynos7_tmu_initialize()