Searched refs:start_cycle (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-ring.c | 359 int start_cycle, in giveback_first_trb() argument 368 if (start_cycle) in giveback_first_trb() 369 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 560 int start_cycle; in xhci_bulk_tx() local 631 start_cycle = ring->cycle_state; in xhci_bulk_tx() 662 if (start_cycle == 0) in xhci_bulk_tx() 712 giveback_first_trb(udev, ep_index, start_cycle, start_trb); in xhci_bulk_tx() 751 int start_cycle; in xhci_ctrl_tx() local 818 start_cycle = ep_ring->cycle_state; in xhci_ctrl_tx() 820 debug("start_trb %p, start_cycle %d\n", start_trb, start_cycle); in xhci_ctrl_tx() [all …]
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 968 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() 2244 int start_cycle; in cdnsp_queue_isoc_tx() local 2269 start_cycle = ep_ring->cycle_state; in cdnsp_queue_isoc_tx() 2292 if (!start_cycle) in cdnsp_queue_isoc_tx() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 3508 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument 3516 if (start_cycle) in giveback_first_trb() 3517 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 3699 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local 3742 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx() 3760 if (start_cycle == 0) in xhci_queue_bulk_tx() 3843 start_cycle, start_trb); in xhci_queue_bulk_tx() 3856 int start_cycle; in xhci_queue_ctrl_tx() local 3911 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx() 3918 if (start_cycle == 0) in xhci_queue_ctrl_tx() [all …]
|
/openbmc/linux/arch/mips/pci/ |
H A D | pcie-octeon.c | 592 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()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 1328 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()
|