Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/firewire/
Damdtp-stream.c19 #define TICKS_PER_CYCLE 3072 macro
21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
292 TRANSFER_DELAY_TICKS - TICKS_PER_CYCLE; in amdtp_stream_set_parameters()
392 if (*last_syt_offset < TICKS_PER_CYCLE) { in calculate_syt_offset()
417 syt_offset = *last_syt_offset - TICKS_PER_CYCLE; in calculate_syt_offset()
420 if (syt_offset >= TICKS_PER_CYCLE) in calculate_syt_offset()
755 syt = ((cycle + syt_offset / TICKS_PER_CYCLE) << 12) | in compute_syt()
756 (syt_offset % TICKS_PER_CYCLE); in compute_syt()
1441 d->last_syt_offset = TICKS_PER_CYCLE; in amdtp_domain_start()