Searched refs:cycle_match (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp1551 int sec, cycle, cycle_match; local
1574 cycle_match = ((sec << 13) | cycle) & 0x7ffff;
1576 return(cycle_match);
1586 int cycle_match, cycle_now, s, ldesc; local
1677 cycle_match = fwohci_next_cycle(fc, cycle_now);
1680 OHCI_CNTL_CYCMATCH_S | (cycle_match << 16)
1686 printf("cycle_match: 0x%04x->0x%04x\n",
1687 cycle_now, cycle_match);

Completed in 112 milliseconds