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

/linux-master/drivers/firewire/
H A Dohci.c1673 static u32 get_cycle_time(struct fw_ohci *ohci);
1687 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci));
1698 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci));
1765 static u32 get_cycle_time(struct fw_ohci *ohci) function
1806 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25;
2622 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
2696 return get_cycle_time(ohci);

Completed in 109 milliseconds