Home
last modified time | relevance | path

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

/sound/firewire/
Damdtp-stream-trace.h34 __entry->second = cycles / CYCLES_PER_SECOND;
35 __entry->cycle = cycles % CYCLES_PER_SECOND;
Damdtp-stream.c20 #define CYCLES_PER_SECOND 8000 macro
21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
217 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()
688 if (cycle >= OHCI_MAX_SECOND * CYCLES_PER_SECOND) in increment_cycle_count()
689 cycle -= OHCI_MAX_SECOND * CYCLES_PER_SECOND; in increment_cycle_count()
1429 queue_size = DIV_ROUND_UP(CYCLES_PER_SECOND * events_per_buffer, in amdtp_domain_start()
1455 if ((cycle & 0x00001fff) >= CYCLES_PER_SECOND) { in amdtp_domain_start()
1461 ((cycle & 0x00001fff) / CYCLES_PER_SECOND); in amdtp_domain_start()
1495 idle_irq_interval = DIV_ROUND_UP(CYCLES_PER_SECOND * events_per_period, in amdtp_domain_start()