Lines Matching defs:cycles
174 * Returns the number of cycles in the global counter.
196 * Returns the number of cycles in the global counter (lower 32 bits).
274 static void exynos4_mct_comp0_start(bool periodic, unsigned long cycles)
283 exynos4_mct_write(cycles, EXYNOS4_MCT_G_COMP0_ADD_INCR);
286 comp_cycle = exynos4_read_count_64() + cycles;
296 static int exynos4_comp_set_next_event(unsigned long cycles,
299 exynos4_mct_comp0_start(false, cycles);
374 static void exynos4_mct_tick_start(unsigned long cycles,
381 tmp = (1 << 31) | cycles; /* MCT_L_UPDATE_ICNTB */
402 static int exynos4_tick_set_next_event(unsigned long cycles,
408 exynos4_mct_tick_start(cycles, mevt);