Searched refs:exynos4_mct_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | exynos_mct.c | 86 static void exynos4_mct_write(unsigned int value, unsigned long offset) in exynos4_mct_write() function 157 exynos4_mct_write(reg, EXYNOS4_MCT_G_TCON); in exynos4_mct_frc_start() 257 exynos4_mct_write(tcon, EXYNOS4_MCT_G_TCON); in exynos4_mct_comp0_stop() 258 exynos4_mct_write(0, EXYNOS4_MCT_G_INT_ENB); in exynos4_mct_comp0_stop() 270 exynos4_mct_write(cycles, EXYNOS4_MCT_G_COMP0_ADD_INCR); in exynos4_mct_comp0_start() 274 exynos4_mct_write((u32)comp_cycle, EXYNOS4_MCT_G_COMP0_L); in exynos4_mct_comp0_start() 275 exynos4_mct_write((u32)(comp_cycle >> 32), EXYNOS4_MCT_G_COMP0_U); in exynos4_mct_comp0_start() 277 exynos4_mct_write(0x1, EXYNOS4_MCT_G_INT_ENB); in exynos4_mct_comp0_start() 280 exynos4_mct_write(tcon , EXYNOS4_MCT_G_TCON); in exynos4_mct_comp0_start() 325 exynos4_mct_write( in exynos4_mct_comp_isr() [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | exynos_mct.c | 92 static void exynos4_mct_write(unsigned int value, unsigned long offset) in exynos4_mct_write() function 163 exynos4_mct_write(reg, EXYNOS4_MCT_G_TCON); in exynos4_mct_frc_start() 270 exynos4_mct_write(tcon, EXYNOS4_MCT_G_TCON); in exynos4_mct_comp0_stop() 271 exynos4_mct_write(0, EXYNOS4_MCT_G_INT_ENB); in exynos4_mct_comp0_stop() 283 exynos4_mct_write(cycles, EXYNOS4_MCT_G_COMP0_ADD_INCR); in exynos4_mct_comp0_start() 287 exynos4_mct_write((u32)comp_cycle, EXYNOS4_MCT_G_COMP0_L); in exynos4_mct_comp0_start() 288 exynos4_mct_write((u32)(comp_cycle >> 32), EXYNOS4_MCT_G_COMP0_U); in exynos4_mct_comp0_start() 290 exynos4_mct_write(0x1, EXYNOS4_MCT_G_INT_ENB); in exynos4_mct_comp0_start() 293 exynos4_mct_write(tcon , EXYNOS4_MCT_G_TCON); in exynos4_mct_comp0_start() 338 exynos4_mct_write( in exynos4_mct_comp_isr() [all...] |
Completed in 2 milliseconds