Searched refs:TICKS_PER_CYCLE (Results 1 – 1 of 1) sorted by relevance
19 #define TICKS_PER_CYCLE 3072 macro21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)309 unsigned int base_tick = cache->tx_cycle_count * TICKS_PER_CYCLE; in cache_event_offsets()316 tick = ((sph & CIP_SPH_CYCLE_MASK) >> CIP_SPH_CYCLE_SHIFT) * TICKS_PER_CYCLE + in cache_event_offsets()379 unsigned int base_tick = cache->rx_cycle_count * TICKS_PER_CYCLE; in write_sph()384 u32 sph = ((tick / TICKS_PER_CYCLE) << CIP_SPH_CYCLE_SHIFT) | (tick % TICKS_PER_CYCLE); in write_sph()