Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dohci.c187 u32 bus_time; member
1755 ohci->bus_time = (lower_32_bits(get_seconds()) & ~0x7f) | in update_bus_time()
1760 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) in update_bus_time()
1761 ohci->bus_time += 0x40; in update_bus_time()
1763 return ohci->bus_time | cycle_time_seconds; in update_bus_time()
2703 ohci->bus_time = (update_bus_time(ohci) & 0x40) | in ohci_write_csr()