temp_to_code      369 drivers/thermal/samsung/exynos_tmu.c 		th_code = temp_to_code(data, ref);
temp_to_code      397 drivers/thermal/samsung/exynos_tmu.c 	th |= temp_to_code(data, temp) << 8 * trip;
temp_to_code      415 drivers/thermal/samsung/exynos_tmu.c 		th |= temp_to_code(data, temp - hyst) << 8 * trip;
temp_to_code      462 drivers/thermal/samsung/exynos_tmu.c 	th |= (temp_to_code(data, temp) << j * 8);
temp_to_code      482 drivers/thermal/samsung/exynos_tmu.c 	th |= (temp_to_code(data, temp - hyst) << j * 8);
temp_to_code      530 drivers/thermal/samsung/exynos_tmu.c 	th |= temp_to_code(data, temp) << (16 * bit_off);
temp_to_code      545 drivers/thermal/samsung/exynos_tmu.c 	th |= temp_to_code(data, temp - hyst) << (16 * bit_off);
temp_to_code      691 drivers/thermal/samsung/exynos_tmu.c 			val |= (temp_to_code(data, temp) <<
temp_to_code      697 drivers/thermal/samsung/exynos_tmu.c 			val |= (temp_to_code(data, temp) <<