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

/linux-master/drivers/firewire/
H A Dohci.c1806 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; local
1811 (cycle_time_seconds & 0x40);
1815 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40))
1818 return ohci->bus_time | cycle_time_seconds;

Completed in 108 milliseconds