Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c187 u32 bus_time; member
1788 * This function has to be called at least every 64 seconds. The bus_time
1799 ohci->bus_time = (lower_32_bits(ktime_get_seconds()) & ~0x7f) | in update_bus_time()
1804 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) in update_bus_time()
1805 ohci->bus_time += 0x40; in update_bus_time()
1807 return ohci->bus_time | cycle_time_seconds; in update_bus_time()
2747 ohci->bus_time = (update_bus_time(ohci) & 0x40) | in ohci_write_csr()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c187 u32 bus_time; member
1799 * This function has to be called at least every 64 seconds. The bus_time
1810 ohci->bus_time = (lower_32_bits(ktime_get_seconds()) & ~0x7f) | in update_bus_time()
1815 if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) in update_bus_time()
1816 ohci->bus_time += 0x40; in update_bus_time()
1818 return ohci->bus_time | cycle_time_seconds; in update_bus_time()
2759 ohci->bus_time = (update_bus_time(ohci) & 0x40) | in ohci_write_csr()

Completed in 10 milliseconds