Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c545 unsigned long temp, temp_hist; in exynos7_tmu_initialize() local
590 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos7_tmu_initialize()
591 temp_hist = temp - (temp_hist / MCELSIUS); in exynos7_tmu_initialize()
603 threshold_code = temp_to_code(data, temp_hist); in exynos7_tmu_initialize()