Lines Matching refs:reg_off
452 unsigned int reg_off, j; in exynos5433_tmu_set_trip_temp() local
456 reg_off = EXYNOS5433_THD_TEMP_RISE7_4; in exynos5433_tmu_set_trip_temp()
459 reg_off = EXYNOS5433_THD_TEMP_RISE3_0; in exynos5433_tmu_set_trip_temp()
463 th = readl(data->base + reg_off); in exynos5433_tmu_set_trip_temp()
466 writel(th, data->base + reg_off); in exynos5433_tmu_set_trip_temp()
472 unsigned int reg_off, j; in exynos5433_tmu_set_trip_hyst() local
476 reg_off = EXYNOS5433_THD_TEMP_FALL7_4; in exynos5433_tmu_set_trip_hyst()
479 reg_off = EXYNOS5433_THD_TEMP_FALL3_0; in exynos5433_tmu_set_trip_hyst()
483 th = readl(data->base + reg_off); in exynos5433_tmu_set_trip_hyst()
486 writel(th, data->base + reg_off); in exynos5433_tmu_set_trip_hyst()
525 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_temp() local
528 reg_off = ((7 - trip) / 2) * 4; in exynos7_tmu_set_trip_temp()
531 th = readl(data->base + EXYNOS7_THD_TEMP_RISE7_6 + reg_off); in exynos7_tmu_set_trip_temp()
534 writel(th, data->base + EXYNOS7_THD_TEMP_RISE7_6 + reg_off); in exynos7_tmu_set_trip_temp()
540 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_hyst() local
543 reg_off = ((7 - trip) / 2) * 4; in exynos7_tmu_set_trip_hyst()
546 th = readl(data->base + EXYNOS7_THD_TEMP_FALL7_6 + reg_off); in exynos7_tmu_set_trip_hyst()
549 writel(th, data->base + EXYNOS7_THD_TEMP_FALL7_6 + reg_off); in exynos7_tmu_set_trip_hyst()