Lines Matching defs:cycles
168 * Returns the number of cycles in the global counter.
190 * Returns the number of cycles in the global counter (lower 32 bits).
261 static void exynos4_mct_comp0_start(bool periodic, unsigned long cycles)
270 exynos4_mct_write(cycles, EXYNOS4_MCT_G_COMP0_ADD_INCR);
273 comp_cycle = exynos4_read_count_64() + cycles;
283 static int exynos4_comp_set_next_event(unsigned long cycles,
286 exynos4_mct_comp0_start(false, cycles);
361 static void exynos4_mct_tick_start(unsigned long cycles,
368 tmp = (1 << 31) | cycles; /* MCT_L_UPDATE_ICNTB */
389 static int exynos4_tick_set_next_event(unsigned long cycles,
395 exynos4_mct_tick_start(cycles, mevt);