Searched refs:CYCLES_PER_SECOND (Results 1 – 3 of 3) sorted by relevance
20 #define CYCLES_PER_SECOND 8000 macro21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)328 cache->tx_cycle_count = (cache->tx_cycle_count + 1) % CYCLES_PER_SECOND; in cache_event_offsets()341 p->cache->tx_cycle_count = (s->domain->processing_cycle.tx_start % CYCLES_PER_SECOND); in process_ir_ctx_payloads()392 cache->rx_cycle_count = (cache->rx_cycle_count + 1) % CYCLES_PER_SECOND; in write_sph()404 p->cache->rx_cycle_count = (s->domain->processing_cycle.rx_start % CYCLES_PER_SECOND); in process_it_ctx_payloads()
36 __entry->second = cycles / CYCLES_PER_SECOND;37 __entry->cycle = cycles % CYCLES_PER_SECOND;
20 #define CYCLES_PER_SECOND 8000 macro21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)228 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()487 unsigned int cycle_lo = (cycle % CYCLES_PER_SECOND) & 0x0f; in compute_syt_offset()872 return (((tstamp >> 13) & 0x07) * CYCLES_PER_SECOND) + (tstamp & 0x1fff); in compute_ohci_iso_ctx_cycle_count()884 if (cycle >= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND) in increment_ohci_cycle_count()885 cycle -= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in increment_ohci_cycle_count()892 minuend += OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in decrement_ohci_cycle_count()901 else if (lval < rval && rval - lval < OHCI_SECOND_MODULUS * CYCLES_PER_SECOND / 2) in compare_ohci_cycle_count()2109 queue_size = DIV_ROUND_UP(CYCLES_PER_SECOND * events_per_buffer, in amdtp_domain_start()[all …]