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.c1622 static u32 get_cycle_time(struct fw_ohci *ohci);
1649 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in handle_local_rom()
1699 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in handle_local_lock()
1751 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci)); in at_context_transmit()
1762 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci)); in at_context_transmit()
1829 static u32 get_cycle_time(struct fw_ohci *ohci) in get_cycle_time() function
1870 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time()
2707 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci)); in ohci_cancel_packet()
2775 return get_cycle_time(ohci); in ohci_read_csr()