Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c1559 static u32 get_cycle_time(struct fw_ohci *ohci);
1586 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in handle_local_rom()
1636 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in handle_local_lock()
1691 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci)); in at_context_transmit()
1702 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci)); in at_context_transmit()
1769 static u32 get_cycle_time(struct fw_ohci *ohci) in get_cycle_time() function
1810 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time()
2626 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in ohci_cancel_packet()
2700 return get_cycle_time(ohci); in ohci_read_csr()