Lines Matching refs:reg_off
442 unsigned int reg_off, j; in exynos5433_tmu_set_trip_temp() local
446 reg_off = EXYNOS5433_THD_TEMP_RISE7_4; in exynos5433_tmu_set_trip_temp()
449 reg_off = EXYNOS5433_THD_TEMP_RISE3_0; in exynos5433_tmu_set_trip_temp()
453 th = readl(data->base + reg_off); in exynos5433_tmu_set_trip_temp()
456 writel(th, data->base + reg_off); in exynos5433_tmu_set_trip_temp()
462 unsigned int reg_off, j; in exynos5433_tmu_set_trip_hyst() local
466 reg_off = EXYNOS5433_THD_TEMP_FALL7_4; in exynos5433_tmu_set_trip_hyst()
469 reg_off = EXYNOS5433_THD_TEMP_FALL3_0; in exynos5433_tmu_set_trip_hyst()
473 th = readl(data->base + reg_off); in exynos5433_tmu_set_trip_hyst()
476 writel(th, data->base + reg_off); in exynos5433_tmu_set_trip_hyst()
515 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_temp() local
518 reg_off = ((7 - trip) / 2) * 4; in exynos7_tmu_set_trip_temp()
521 th = readl(data->base + EXYNOS7_THD_TEMP_RISE7_6 + reg_off); in exynos7_tmu_set_trip_temp()
524 writel(th, data->base + EXYNOS7_THD_TEMP_RISE7_6 + reg_off); in exynos7_tmu_set_trip_temp()
530 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_hyst() local
533 reg_off = ((7 - trip) / 2) * 4; in exynos7_tmu_set_trip_hyst()
536 th = readl(data->base + EXYNOS7_THD_TEMP_FALL7_6 + reg_off); in exynos7_tmu_set_trip_hyst()
539 writel(th, data->base + EXYNOS7_THD_TEMP_FALL7_6 + reg_off); in exynos7_tmu_set_trip_hyst()