Searched refs:cycle (Results 1 – 6 of 6) sorted by relevance
/sound/firewire/ |
D | amdtp-stream.c | 369 unsigned int cycle) in calculate_syt() argument 403 syt = (cycle + syt_offset / TICKS_PER_CYCLE) << 12; in calculate_syt() 491 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() argument 512 trace_amdtp_packet(s, cycle, cip_header, payload_length, data_blocks, in build_it_pkt_header() 612 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() argument 648 trace_amdtp_packet(s, cycle, cip_header, *payload_length, *data_blocks, in parse_ir_ctx_header() 663 static inline u32 increment_cycle_count(u32 cycle, unsigned int addend) in increment_cycle_count() argument 665 cycle += addend; in increment_cycle_count() 666 if (cycle >= 8 * CYCLES_PER_SECOND) in increment_cycle_count() 667 cycle -= 8 * CYCLES_PER_SECOND; in increment_cycle_count() [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 | 301 u32 val, cycle = 1000; in spdif_softreset() local 313 } while ((val & SCR_SOFT_RESET) && cycle--); in spdif_softreset() 319 if (cycle) in spdif_softreset()
|