Lines Matching refs:reg_off
463 unsigned int reg_off, j; in exynos5433_tmu_set_trip_temp() local
467 reg_off = EXYNOS5433_THD_TEMP_RISE7_4; in exynos5433_tmu_set_trip_temp()
470 reg_off = EXYNOS5433_THD_TEMP_RISE3_0; in exynos5433_tmu_set_trip_temp()
474 th = readl(data->base + reg_off); in exynos5433_tmu_set_trip_temp()
477 writel(th, data->base + reg_off); in exynos5433_tmu_set_trip_temp()
483 unsigned int reg_off, j; in exynos5433_tmu_set_trip_hyst() local
487 reg_off = EXYNOS5433_THD_TEMP_FALL7_4; in exynos5433_tmu_set_trip_hyst()
490 reg_off = EXYNOS5433_THD_TEMP_FALL3_0; in exynos5433_tmu_set_trip_hyst()
494 th = readl(data->base + reg_off); in exynos5433_tmu_set_trip_hyst()
497 writel(th, data->base + reg_off); in exynos5433_tmu_set_trip_hyst()
536 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_temp() local
539 reg_off = ((7 - trip) / 2) * 4; in exynos7_tmu_set_trip_temp()
542 th = readl(data->base + EXYNOS7_THD_TEMP_RISE7_6 + reg_off); in exynos7_tmu_set_trip_temp()
545 writel(th, data->base + EXYNOS7_THD_TEMP_RISE7_6 + reg_off); in exynos7_tmu_set_trip_temp()
551 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_hyst() local
554 reg_off = ((7 - trip) / 2) * 4; in exynos7_tmu_set_trip_hyst()
557 th = readl(data->base + EXYNOS7_THD_TEMP_FALL7_6 + reg_off); in exynos7_tmu_set_trip_hyst()
560 writel(th, data->base + EXYNOS7_THD_TEMP_FALL7_6 + reg_off); in exynos7_tmu_set_trip_hyst()