Lines Matching refs:CYCLES_PER_SECOND
20 #define CYCLES_PER_SECOND 8000 macro
21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)
222 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()
480 unsigned int cycle_lo = (cycle % CYCLES_PER_SECOND) & 0x0f; in compute_syt_offset()
859 return (((tstamp >> 13) & 0x07) * CYCLES_PER_SECOND) + (tstamp & 0x1fff); in compute_ohci_iso_ctx_cycle_count()
871 if (cycle >= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND) in increment_ohci_cycle_count()
872 cycle -= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in increment_ohci_cycle_count()
879 minuend += OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in decrement_ohci_cycle_count()
888 else if (lval < rval && rval - lval < OHCI_SECOND_MODULUS * CYCLES_PER_SECOND / 2) in compare_ohci_cycle_count()
2092 queue_size = DIV_ROUND_UP(CYCLES_PER_SECOND * events_per_buffer, in amdtp_domain_start()
2099 idle_irq_interval = DIV_ROUND_UP(CYCLES_PER_SECOND * events_per_period, in amdtp_domain_start()