bus_time 187 drivers/firewire/ohci.c u32 bus_time; bus_time 1755 drivers/firewire/ohci.c ohci->bus_time = (lower_32_bits(get_seconds()) & ~0x7f) | bus_time 1760 drivers/firewire/ohci.c if ((ohci->bus_time & 0x40) != (cycle_time_seconds & 0x40)) bus_time 1761 drivers/firewire/ohci.c ohci->bus_time += 0x40; bus_time 1763 drivers/firewire/ohci.c return ohci->bus_time | cycle_time_seconds; bus_time 2703 drivers/firewire/ohci.c ohci->bus_time = (update_bus_time(ohci) & 0x40) |