Home
last modified time | relevance | path

Searched refs:TICKS_PER_CYCLE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/firewire/
Damdtp-stream.c18 #define TICKS_PER_CYCLE 3072 macro
20 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
238 s->transfer_delay = TRANSFER_DELAY_TICKS - TICKS_PER_CYCLE; in amdtp_stream_set_parameters()
332 if (s->last_syt_offset < TICKS_PER_CYCLE) { in calculate_syt()
356 syt_offset = s->last_syt_offset - TICKS_PER_CYCLE; in calculate_syt()
359 if (syt_offset < TICKS_PER_CYCLE) { in calculate_syt()
361 syt = (cycle + syt_offset / TICKS_PER_CYCLE) << 12; in calculate_syt()
362 syt += syt_offset % TICKS_PER_CYCLE; in calculate_syt()
850 s->last_syt_offset = TICKS_PER_CYCLE; in amdtp_stream_start()