Searched refs:temp_to_code (Results 1 – 1 of 1) sorted by relevance
/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() 595 threshold_code = temp_to_code(data, temp_hist); in exynos5433_tmu_initialize() 643 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos5440_tmu_initialize() 716 threshold_code = temp_to_code(data, temp); in exynos7_tmu_initialize() 725 threshold_code = temp_to_code(data, temp_hist); in exynos7_tmu_initialize() 912 val |= (temp_to_code(data, temp) << in get_emul_con_reg() [all …]
|