TICKS_PER_CYCLE    20 sound/firewire/amdtp-stream.c #define TICKS_PER_SECOND	(TICKS_PER_CYCLE * CYCLES_PER_SECOND)
TICKS_PER_CYCLE   274 sound/firewire/amdtp-stream.c 					TRANSFER_DELAY_TICKS - TICKS_PER_CYCLE;
TICKS_PER_CYCLE   373 sound/firewire/amdtp-stream.c 	if (s->ctx_data.rx.last_syt_offset < TICKS_PER_CYCLE) {
TICKS_PER_CYCLE   398 sound/firewire/amdtp-stream.c 		syt_offset = s->ctx_data.rx.last_syt_offset - TICKS_PER_CYCLE;
TICKS_PER_CYCLE   401 sound/firewire/amdtp-stream.c 	if (syt_offset < TICKS_PER_CYCLE) {
TICKS_PER_CYCLE   403 sound/firewire/amdtp-stream.c 		syt = (cycle + syt_offset / TICKS_PER_CYCLE) << 12;
TICKS_PER_CYCLE   404 sound/firewire/amdtp-stream.c 		syt += syt_offset % TICKS_PER_CYCLE;
TICKS_PER_CYCLE   932 sound/firewire/amdtp-stream.c 		s->ctx_data.rx.last_syt_offset = TICKS_PER_CYCLE;