Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/
H A Damdtp-stream.c894 static int compare_ohci_cycle_count(u32 lval, u32 rval) in compare_ohci_cycle_count() function
964 lost = (compare_ohci_cycle_count(safe_cycle, cycle) < 0); in generate_tx_packet_descs()
1093 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) > 0) in compute_pcm_extra_delay()
1107 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) < 0) in compute_pcm_extra_delay()
1273 if (compare_ohci_cycle_count(cycle, d->processing_cycle.rx_start) >= 0) in process_rx_packets_intermediately()
1402 if (compare_ohci_cycle_count(cycle, d->processing_cycle.tx_start) >= 0) in process_tx_packets_intermediately()
1516 compare_ohci_cycle_count(next_cycle, cycle) > 0) in drop_tx_packets_initially()
1612 if (compare_ohci_cycle_count(s->next_cycle, cycle) > 0) in irq_target_callback_skip()