Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c3129 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3137 if (start_cycle) in giveback_first_trb()
3138 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3316 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3359 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3377 if (start_cycle == 0) in xhci_queue_bulk_tx()
3458 start_cycle, start_trb); in xhci_queue_bulk_tx()
3471 int start_cycle; in xhci_queue_ctrl_tx() local
3511 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3518 if (start_cycle == 0) in xhci_queue_ctrl_tx()
[all …]
/Linux-v5.10/sound/firewire/
Damdtp-stream.h173 u32 start_cycle; member
Damdtp-stream.c1019 s->start_cycle = cycle; in amdtp_stream_first_callback()
1039 int start_cycle, unsigned int queue_size, in amdtp_stream_start() argument
1154 err = fw_iso_context_start(s->context, start_cycle, 0, tag); in amdtp_stream_start()
/Linux-v5.10/arch/mips/pci/
Dpcie-octeon.c586 uint64_t start_cycle; in __cvmx_pcie_rc_initialize_link_gen1() local
634 start_cycle = cvmx_get_cycle(); in __cvmx_pcie_rc_initialize_link_gen1()
636 if (cvmx_get_cycle() - start_cycle > 2 * octeon_get_clock_rate()) { in __cvmx_pcie_rc_initialize_link_gen1()
1091 uint64_t start_cycle; in __cvmx_pcie_rc_initialize_link_gen2() local
1102 start_cycle = cvmx_get_cycle(); in __cvmx_pcie_rc_initialize_link_gen2()
1104 if (cvmx_get_cycle() - start_cycle > octeon_get_clock_rate()) in __cvmx_pcie_rc_initialize_link_gen2()
/Linux-v5.10/arch/mips/include/asm/octeon/
Dcvmx-pow.h1328 uint64_t start_cycle = cvmx_get_cycle(); in cvmx_pow_tag_sw_wait() local
1333 if (unlikely(cvmx_get_cycle() > start_cycle + MAX_CYCLES)) { in cvmx_pow_tag_sw_wait()
1335 start_cycle = -MAX_CYCLES - 1; in cvmx_pow_tag_sw_wait()
/Linux-v5.10/sound/firewire/motu/
Damdtp-motu.c389 next_cycles = (s->start_cycle + p->next_cycles) % 8000; in write_sph()