Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c1795 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time() local
1800 (cycle_time_seconds & 0x40); in update_bus_time()
1804 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) in update_bus_time()
1807 return ohci->bus_time | cycle_time_seconds; in update_bus_time()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c1806 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time() local
1811 (cycle_time_seconds & 0x40); in update_bus_time()
1815 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) in update_bus_time()
1818 return ohci->bus_time | cycle_time_seconds; in update_bus_time()

Completed in 11 milliseconds