Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/firewire/
H A Damdtp-stream.c679 static inline u32 compute_cycle_count(__be32 ctx_header_tstamp) in compute_cycle_count() argument
681 u32 tstamp = be32_to_cpu(ctx_header_tstamp) & HEADER_TSTAMP_MASK; in compute_cycle_count()
697 static inline u32 compute_it_cycle(const __be32 ctx_header_tstamp, in compute_it_cycle() argument
700 u32 cycle = compute_cycle_count(ctx_header_tstamp); in compute_it_cycle()
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-stream.c862 static inline u32 compute_ohci_cycle_count(__be32 ctx_header_tstamp) in compute_ohci_cycle_count() argument
864 u32 tstamp = be32_to_cpu(ctx_header_tstamp) & HEADER_TSTAMP_MASK; in compute_ohci_cycle_count()
898 static inline u32 compute_ohci_it_cycle(const __be32 ctx_header_tstamp, in compute_ohci_it_cycle() argument
901 u32 cycle = compute_ohci_cycle_count(ctx_header_tstamp); in compute_ohci_it_cycle()

Completed in 6 milliseconds