CYCLES_PER_SECOND   34 sound/firewire/amdtp-stream-trace.h 		__entry->second = cycles / CYCLES_PER_SECOND;
CYCLES_PER_SECOND   35 sound/firewire/amdtp-stream-trace.h 		__entry->cycle = cycles % CYCLES_PER_SECOND;
CYCLES_PER_SECOND   20 sound/firewire/amdtp-stream.c #define TICKS_PER_SECOND	(TICKS_PER_CYCLE * CYCLES_PER_SECOND)
CYCLES_PER_SECOND  666 sound/firewire/amdtp-stream.c 	if (cycle >= 8 * CYCLES_PER_SECOND)
CYCLES_PER_SECOND  667 sound/firewire/amdtp-stream.c 		cycle -= 8 * CYCLES_PER_SECOND;