Searched refs:cycle (Results 1 – 6 of 6) sorted by relevance
/sound/firewire/ |
D | amdtp-stream.c | 507 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() argument 528 trace_amdtp_packet(s, cycle, cip_header, payload_length, data_blocks, in build_it_pkt_header() 628 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() argument 670 trace_amdtp_packet(s, cycle, cip_header, *payload_length, *data_blocks, in parse_ir_ctx_header() 685 static inline u32 increment_cycle_count(u32 cycle, unsigned int addend) in increment_cycle_count() argument 687 cycle += addend; in increment_cycle_count() 688 if (cycle >= OHCI_MAX_SECOND * CYCLES_PER_SECOND) in increment_cycle_count() 689 cycle -= OHCI_MAX_SECOND * CYCLES_PER_SECOND; in increment_cycle_count() 690 return cycle; in increment_cycle_count() 700 u32 cycle = compute_cycle_count(ctx_header_tstamp); in compute_it_cycle() local [all …]
|
D | amdtp-stream-trace.h | 21 __field(unsigned int, cycle) 35 __entry->cycle = cycles % CYCLES_PER_SECOND; 58 __entry->cycle,
|
D | amdtp-stream.h | 98 u32 cycle; member
|
D | isight.c | 165 static void isight_packet(struct fw_iso_context *context, u32 cycle, in isight_packet() argument
|
/sound/sparc/ |
D | dbri.c | 895 int length, int cycle) in link_time_slot() argument 928 if (prevpipe == 16 && cycle == 0) in link_time_slot() 929 cycle = dbri->chi_bpf; in link_time_slot() 935 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot() 940 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
|
/sound/soc/fsl/ |
D | fsl_spdif.c | 337 u32 val, cycle = 1000; in spdif_softreset() local 349 } while ((val & SCR_SOFT_RESET) && cycle--); in spdif_softreset() 355 if (cycle) in spdif_softreset()
|