comp_cycle        264 drivers/clocksource/exynos_mct.c 	u64 comp_cycle;
comp_cycle        273 drivers/clocksource/exynos_mct.c 	comp_cycle = exynos4_read_count_64() + cycles;
comp_cycle        274 drivers/clocksource/exynos_mct.c 	exynos4_mct_write((u32)comp_cycle, EXYNOS4_MCT_G_COMP0_L);
comp_cycle        275 drivers/clocksource/exynos_mct.c 	exynos4_mct_write((u32)(comp_cycle >> 32), EXYNOS4_MCT_G_COMP0_U);