Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c971 int start_cycle, in cdnsp_giveback_first_trb() argument
980 if (start_cycle) in cdnsp_giveback_first_trb()
981 start_trb->field[3] |= cpu_to_le32(start_cycle); in cdnsp_giveback_first_trb()
1867 unsigned int start_cycle, num_sgs = 0; in cdnsp_queue_bulk_tx() local
1935 start_cycle = ring->cycle_state; in cdnsp_queue_bulk_tx()
1952 if (start_cycle == 0) in cdnsp_queue_bulk_tx()
2037 start_cycle, start_trb); in cdnsp_queue_bulk_tx()
2234 int start_cycle; in cdnsp_queue_isoc_tx() local
2259 start_cycle = ep_ring->cycle_state; in cdnsp_queue_isoc_tx()
2282 if (!start_cycle) in cdnsp_queue_isoc_tx()
[all …]
/linux/drivers/usb/host/
H A Dxhci-ring.c3432 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3440 if (start_cycle) in giveback_first_trb()
3441 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3622 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3665 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3683 if (start_cycle == 0) in xhci_queue_bulk_tx()
3764 start_cycle, start_trb); in xhci_queue_bulk_tx()
3777 int start_cycle; in xhci_queue_ctrl_tx() local
3831 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3838 if (start_cycle == 0) in xhci_queue_ctrl_tx()
[all …]
/linux/arch/mips/pci/
H A 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/arch/mips/include/asm/octeon/
H A 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()