Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c1624 static u32 get_cycle_time(struct fw_ohci *ohci);
1651 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in handle_local_rom()
1701 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in handle_local_lock()
1755 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in at_context_transmit()
1766 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in at_context_transmit()
1833 static u32 get_cycle_time(struct fw_ohci *ohci) in get_cycle_time() function
1874 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time()
2713 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in ohci_cancel_packet()
2781 return get_cycle_time(ohci); in ohci_read_csr()