Home
last modified time | relevance | path

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

/linux-6.1.9/sound/firewire/motu/
Damdtp-motu.c309 unsigned int base_tick = cache->tx_cycle_count * TICKS_PER_CYCLE; in cache_event_offsets() local
319 if (tick < base_tick) in cache_event_offsets()
321 event_offsets[cache_tail] = tick - base_tick; in cache_event_offsets()
383 unsigned int base_tick = cache->rx_cycle_count * TICKS_PER_CYCLE; in write_sph() local
387 unsigned int tick = (base_tick + event_offsets[cache_head]) % TICKS_PER_SECOND; in write_sph()