Searched refs:temp_hist (Results 1 – 1 of 1) sorted by relevance
519 int temp, temp_hist; in exynos5433_tmu_initialize() local592 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos5433_tmu_initialize()593 temp_hist = temp - (temp_hist / MCELSIUS); in exynos5433_tmu_initialize()594 threshold_code = temp_to_code(data, temp_hist); in exynos5433_tmu_initialize()666 int temp, temp_hist; in exynos7_tmu_initialize() local711 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos7_tmu_initialize()712 temp_hist = temp - (temp_hist / MCELSIUS); in exynos7_tmu_initialize()724 threshold_code = temp_to_code(data, temp_hist); in exynos7_tmu_initialize()