Searched refs:get_cycle_time (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/firewire/
H A Dohci.c1557 static u32 get_cycle_time(struct fw_ohci *ohci);
1584 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
1634 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
1686 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci));
1697 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ctx->ohci));
1764 static u32 get_cycle_time(struct fw_ohci *ohci) function
1805 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25;
2620 packet->timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
2694 return get_cycle_time(ohci);

Completed in 506 milliseconds