Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/
Damdtp-stream-trace.h34 __entry->second = cycles / CYCLES_PER_SECOND;
35 __entry->cycle = cycles % CYCLES_PER_SECOND;
Damdtp-stream.c19 #define CYCLES_PER_SECOND 8000 macro
20 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
666 if (cycle >= 8 * CYCLES_PER_SECOND) in increment_cycle_count()
667 cycle -= 8 * CYCLES_PER_SECOND; in increment_cycle_count()