Searched refs:cycle (Results 1 – 6 of 6) sorted by relevance
/sound/firewire/ |
D | amdtp-stream.c | 472 static unsigned int compute_syt_offset(unsigned int syt, unsigned int cycle, in compute_syt_offset() argument 475 unsigned int cycle_lo = (cycle % CYCLES_PER_SECOND) & 0x0f; in compute_syt_offset() 523 dst->syt_offset = compute_syt_offset(src->syt, src->cycle, transfer_delay); in cache_seq() 678 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() argument 698 trace_amdtp_packet(s, cycle, cip_header, payload_length + header_length, data_blocks, in build_it_pkt_header() 797 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() argument 845 trace_amdtp_packet(s, cycle, cip_header, payload_length, *data_blocks, in parse_ir_ctx_header() 860 static inline u32 increment_ohci_cycle_count(u32 cycle, unsigned int addend) in increment_ohci_cycle_count() argument 862 cycle += addend; in increment_ohci_cycle_count() 863 if (cycle >= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND) in increment_ohci_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 | 101 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 | 894 int length, int cycle) in link_time_slot() argument 927 if (prevpipe == 16 && cycle == 0) in link_time_slot() 928 cycle = dbri->chi_bpf; in link_time_slot() 934 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot() 939 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
|
/sound/soc/fsl/ |
D | fsl_spdif.c | 415 u32 val, cycle = 1000; in spdif_softreset() local 427 } while ((val & SCR_SOFT_RESET) && cycle--); in spdif_softreset() 433 if (cycle) in spdif_softreset()
|