Home
last modified time | relevance | path

Searched refs:exynos4_mct_write (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/clocksource/
Dexynos_mct.c95 static void exynos4_mct_write(unsigned int value, unsigned long offset) in exynos4_mct_write() function
166 exynos4_mct_write(reg, EXYNOS4_MCT_G_TCON); in exynos4_mct_frc_start()
266 exynos4_mct_write(tcon, EXYNOS4_MCT_G_TCON); in exynos4_mct_comp0_stop()
267 exynos4_mct_write(0, EXYNOS4_MCT_G_INT_ENB); in exynos4_mct_comp0_stop()
279 exynos4_mct_write(cycles, EXYNOS4_MCT_G_COMP0_ADD_INCR); in exynos4_mct_comp0_start()
283 exynos4_mct_write((u32)comp_cycle, EXYNOS4_MCT_G_COMP0_L); in exynos4_mct_comp0_start()
284 exynos4_mct_write((u32)(comp_cycle >> 32), EXYNOS4_MCT_G_COMP0_U); in exynos4_mct_comp0_start()
286 exynos4_mct_write(0x1, EXYNOS4_MCT_G_INT_ENB); in exynos4_mct_comp0_start()
289 exynos4_mct_write(tcon , EXYNOS4_MCT_G_TCON); in exynos4_mct_comp0_start()
334 exynos4_mct_write(0x1, EXYNOS4_MCT_G_INT_CSTAT); in exynos4_mct_comp_isr()
[all …]