Lines Matching defs:TICKS_PER_CYCLE
19 #define TICKS_PER_CYCLE 3072
21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
292 TRANSFER_DELAY_TICKS - TICKS_PER_CYCLE;
392 if (*last_syt_offset < TICKS_PER_CYCLE) {
399 * Modulo TICKS_PER_CYCLE, the difference between successive
417 syt_offset = *last_syt_offset - TICKS_PER_CYCLE;
420 if (syt_offset >= TICKS_PER_CYCLE)
755 syt = ((cycle + syt_offset / TICKS_PER_CYCLE) << 12) |
756 (syt_offset % TICKS_PER_CYCLE);
1441 d->last_syt_offset = TICKS_PER_CYCLE;