Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dohci.c1760 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time() local
1765 (cycle_time_seconds & 0x40); in update_bus_time()
1769 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) in update_bus_time()
1772 return ohci->bus_time | cycle_time_seconds; in update_bus_time()