Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/
Damdtp-stream.c18 #define TICKS_PER_CYCLE 3072 macro
20 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
274 TRANSFER_DELAY_TICKS - TICKS_PER_CYCLE; in amdtp_stream_set_parameters()
373 if (s->ctx_data.rx.last_syt_offset < TICKS_PER_CYCLE) { in calculate_syt()
398 syt_offset = s->ctx_data.rx.last_syt_offset - TICKS_PER_CYCLE; in calculate_syt()
401 if (syt_offset < TICKS_PER_CYCLE) { in calculate_syt()
403 syt = (cycle + syt_offset / TICKS_PER_CYCLE) << 12; in calculate_syt()
404 syt += syt_offset % TICKS_PER_CYCLE; in calculate_syt()
932 s->ctx_data.rx.last_syt_offset = TICKS_PER_CYCLE; in amdtp_stream_start()