Home
last modified time | relevance | path

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

/linux-5.19.10/sound/firewire/
Damdtp-stream.c854 static inline u32 compute_ohci_cycle_count(__be32 ctx_header_tstamp) in compute_ohci_cycle_count() argument
856 u32 tstamp = be32_to_cpu(ctx_header_tstamp) & HEADER_TSTAMP_MASK; in compute_ohci_cycle_count()
882 static inline u32 compute_ohci_it_cycle(const __be32 ctx_header_tstamp, in compute_ohci_it_cycle() argument
885 u32 cycle = compute_ohci_cycle_count(ctx_header_tstamp); in compute_ohci_it_cycle()