Home
last modified time | relevance | path

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

/linux-3.3/drivers/hwmon/
Dexynos4_tmu.c151 int ret = 0, threshold_code; in exynos4_tmu_initialize() local
168 threshold_code = temp_to_code(data, pdata->threshold); in exynos4_tmu_initialize()
169 if (threshold_code < 0) { in exynos4_tmu_initialize()
170 ret = threshold_code; in exynos4_tmu_initialize()
173 writeb(threshold_code, in exynos4_tmu_initialize()