Searched refs:temp_to_code (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/thermal/samsung/ |
D | exynos_tmu.c | 245 static int temp_to_code(struct exynos_tmu_data *data, u8 temp) in temp_to_code() function 338 threshold |= temp_to_code(data, temp) << 8 * i; in get_th_reg() 422 threshold_code = temp_to_code(data, reference); in exynos4210_tmu_initialize() 499 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos4412_tmu_initialize() 585 threshold_code = temp_to_code(data, temp); in exynos5433_tmu_initialize() 594 threshold_code = temp_to_code(data, temp_hist); in exynos5433_tmu_initialize() 642 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos5440_tmu_initialize() 715 threshold_code = temp_to_code(data, temp); in exynos7_tmu_initialize() 724 threshold_code = temp_to_code(data, temp_hist); in exynos7_tmu_initialize() 911 val |= (temp_to_code(data, temp) << in get_emul_con_reg() [all …]
|