Home
last modified time | relevance | path

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

/linux/sound/firewire/
H A Damdtp-stream.c1094 u32 latest_cycle; in compute_pcm_extra_delay() local
1106 latest_cycle = desc->cycle; in compute_pcm_extra_delay()
1119 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) > 0) in compute_pcm_extra_delay()
1121 cycle_gap = decrement_ohci_cycle_count(curr_cycle, latest_cycle); in compute_pcm_extra_delay()
1133 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) < 0) in compute_pcm_extra_delay()
1135 cycle_gap = decrement_ohci_cycle_count(latest_cycle, curr_cycle); in compute_pcm_extra_delay()