syt_offset 371 sound/firewire/amdtp-stream.c unsigned int syt_offset, phase, index, syt; syt_offset 375 sound/firewire/amdtp-stream.c syt_offset = s->ctx_data.rx.last_syt_offset + syt_offset 390 sound/firewire/amdtp-stream.c syt_offset = s->ctx_data.rx.last_syt_offset; syt_offset 391 sound/firewire/amdtp-stream.c syt_offset += 1386 + ((index && !(index & 3)) || syt_offset 398 sound/firewire/amdtp-stream.c syt_offset = s->ctx_data.rx.last_syt_offset - TICKS_PER_CYCLE; syt_offset 399 sound/firewire/amdtp-stream.c s->ctx_data.rx.last_syt_offset = syt_offset; syt_offset 401 sound/firewire/amdtp-stream.c if (syt_offset < TICKS_PER_CYCLE) { syt_offset 402 sound/firewire/amdtp-stream.c syt_offset += s->ctx_data.rx.transfer_delay; syt_offset 403 sound/firewire/amdtp-stream.c syt = (cycle + syt_offset / TICKS_PER_CYCLE) << 12; syt_offset 404 sound/firewire/amdtp-stream.c syt += syt_offset % TICKS_PER_CYCLE; syt_offset 901 sound/firewire/amdtp-stream.c unsigned int syt_offset; syt_offset 931 sound/firewire/amdtp-stream.c s->ctx_data.rx.syt_offset_state = entry->syt_offset;