Home
last modified time | relevance | path

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

/linux/sound/firewire/
H A Damdtp-stream.c23 #define OHCI_SECOND_MODULUS 8 macro
900 if (cycle >= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND) in increment_ohci_cycle_count()
901 cycle -= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in increment_ohci_cycle_count()
908 minuend += OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in decrement_ohci_cycle_count()
917 else if (lval < rval && rval - lval < OHCI_SECOND_MODULUS * CYCLES_PER_SECOND / 2) in compare_ohci_cycle_count()