Lines Matching refs:TICKS_PER_CYCLE
19 #define TICKS_PER_CYCLE 3072 macro
21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
303 s->transfer_delay = TRANSFER_DELAY_TICKS - TICKS_PER_CYCLE; in amdtp_stream_set_parameters()
430 if (*last_syt_offset < TICKS_PER_CYCLE) { in calculate_syt_offset()
455 syt_offset = *last_syt_offset - TICKS_PER_CYCLE; in calculate_syt_offset()
458 if (syt_offset >= TICKS_PER_CYCLE) in calculate_syt_offset()
498 syt_offset = syt_cycle_lo * TICKS_PER_CYCLE + (syt & 0x0fff); in compute_syt_offset()
500 syt_offset += CIP_SYT_CYCLE_MODULUS * TICKS_PER_CYCLE; in compute_syt_offset()
1025 syt = ((cycle + syt_offset / TICKS_PER_CYCLE) << 12) | in compute_syt()
1026 (syt_offset % TICKS_PER_CYCLE); in compute_syt()
1787 s->ctx_data.rx.last_syt_offset = TICKS_PER_CYCLE; in amdtp_stream_start()