Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c1628 static u32 get_cycle_time(struct fw_ohci *ohci);
1642 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci)); in at_context_transmit()
1653 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci)); in at_context_transmit()
1720 static u32 get_cycle_time(struct fw_ohci *ohci) in get_cycle_time() function
1758 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time()
2570 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in ohci_cancel_packet()
2644 return get_cycle_time(ohci); in ohci_read_csr()