trim_info         235 drivers/thermal/samsung/exynos_tmu.c static void sanitize_temp_error(struct exynos_tmu_data *data, u32 trim_info)
trim_info         241 drivers/thermal/samsung/exynos_tmu.c 	data->temp_error1 = trim_info & tmu_temp_mask;
trim_info         242 drivers/thermal/samsung/exynos_tmu.c 	data->temp_error2 = ((trim_info >> EXYNOS_TRIMINFO_85_SHIFT) &
trim_info         422 drivers/thermal/samsung/exynos_tmu.c 	unsigned int trim_info, ctrl;
trim_info         439 drivers/thermal/samsung/exynos_tmu.c 		trim_info = readl(data->base_second + EXYNOS_TMU_REG_TRIMINFO);
trim_info         441 drivers/thermal/samsung/exynos_tmu.c 		trim_info = readl(data->base + EXYNOS_TMU_REG_TRIMINFO);
trim_info         443 drivers/thermal/samsung/exynos_tmu.c 	sanitize_temp_error(data, trim_info);
trim_info         489 drivers/thermal/samsung/exynos_tmu.c 	unsigned int trim_info;
trim_info         492 drivers/thermal/samsung/exynos_tmu.c 	trim_info = readl(data->base + EXYNOS_TMU_REG_TRIMINFO);
trim_info         493 drivers/thermal/samsung/exynos_tmu.c 	sanitize_temp_error(data, trim_info);
trim_info         496 drivers/thermal/samsung/exynos_tmu.c 	sensor_id = (trim_info & EXYNOS5433_TRIMINFO_SENSOR_ID_MASK)
trim_info         501 drivers/thermal/samsung/exynos_tmu.c 	writel(trim_info, data->base + EXYNOS_TMU_REG_TRIMINFO);
trim_info         502 drivers/thermal/samsung/exynos_tmu.c 	cal_type = (trim_info & EXYNOS5433_TRIMINFO_CALIB_SEL_MASK)
trim_info         552 drivers/thermal/samsung/exynos_tmu.c 	unsigned int trim_info;
trim_info         554 drivers/thermal/samsung/exynos_tmu.c 	trim_info = readl(data->base + EXYNOS_TMU_REG_TRIMINFO);
trim_info         555 drivers/thermal/samsung/exynos_tmu.c 	sanitize_temp_error(data, trim_info);