Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/samsung/
Dexynos_tmu.c519 int temp, temp_hist; in exynos5433_tmu_initialize() local
592 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() local
711 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()