Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-ring.c968 int start_cycle, in cdnsp_giveback_first_trb() argument
977 if (start_cycle) in cdnsp_giveback_first_trb()
978 start_trb->field[3] |= cpu_to_le32(start_cycle); in cdnsp_giveback_first_trb()
1864 unsigned int start_cycle, num_sgs = 0; in cdnsp_queue_bulk_tx() local
1932 start_cycle = ring->cycle_state; in cdnsp_queue_bulk_tx()
1949 if (start_cycle == 0) in cdnsp_queue_bulk_tx()
2034 start_cycle, start_trb); in cdnsp_queue_bulk_tx()
2231 int start_cycle; in cdnsp_queue_isoc_tx() local
2256 start_cycle = ep_ring->cycle_state; in cdnsp_queue_isoc_tx()
2279 if (!start_cycle) in cdnsp_queue_isoc_tx()
[all …]
/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c3369 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3377 if (start_cycle) in giveback_first_trb()
3378 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3559 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3602 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3620 if (start_cycle == 0) in xhci_queue_bulk_tx()
3701 start_cycle, start_trb); in xhci_queue_bulk_tx()
3714 int start_cycle; in xhci_queue_ctrl_tx() local
3754 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3761 if (start_cycle == 0) in xhci_queue_ctrl_tx()
[all …]
/linux-6.12.1/arch/mips/pci/
Dpcie-octeon.c592 uint64_t start_cycle; in __cvmx_pcie_rc_initialize_link_gen1() local
640 start_cycle = cvmx_get_cycle(); in __cvmx_pcie_rc_initialize_link_gen1()
642 if (cvmx_get_cycle() - start_cycle > 2 * octeon_get_clock_rate()) { in __cvmx_pcie_rc_initialize_link_gen1()
1097 uint64_t start_cycle; in __cvmx_pcie_rc_initialize_link_gen2() local
1108 start_cycle = cvmx_get_cycle(); in __cvmx_pcie_rc_initialize_link_gen2()
1110 if (cvmx_get_cycle() - start_cycle > octeon_get_clock_rate()) in __cvmx_pcie_rc_initialize_link_gen2()
/linux-6.12.1/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()