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.c1068 u32 latest_cycle; in compute_pcm_extra_delay() local
1080 latest_cycle = desc->cycle; in compute_pcm_extra_delay()
1093 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) > 0) in compute_pcm_extra_delay()
1095 cycle_gap = decrement_ohci_cycle_count(curr_cycle, latest_cycle); in compute_pcm_extra_delay()
1107 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) < 0) in compute_pcm_extra_delay()
1109 cycle_gap = decrement_ohci_cycle_count(latest_cycle, curr_cycle); in compute_pcm_extra_delay()