Searched refs:start_cycle (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-ring.c | 974 int start_cycle, in cdnsp_giveback_first_trb() 983 if (start_cycle) in cdnsp_giveback_first_trb() 984 start_trb->field[3] |= cpu_to_le32(start_cycle); in cdnsp_giveback_first_trb() 1870 unsigned int start_cycle, num_sgs = 0; in cdnsp_queue_bulk_tx() 1938 start_cycle = ring->cycle_state; in cdnsp_queue_bulk_tx() 1955 if (start_cycle == 0) in cdnsp_queue_bulk_tx() 2040 start_cycle, start_trb); in cdnsp_queue_bulk_tx() 2237 int start_cycle; in cdnsp_queue_isoc_tx() 2262 start_cycle = ep_ring->cycle_state; in cdnsp_queue_isoc_tx() 2285 if (!start_cycle) in cdnsp_queue_isoc_tx() 971 cdnsp_giveback_first_trb(struct cdnsp_device * pdev,struct cdnsp_ep * pep,unsigned int stream_id,int start_cycle,struct cdnsp_generic_trb * start_trb) cdnsp_giveback_first_trb() argument 1867 unsigned int start_cycle, num_sgs = 0; cdnsp_queue_bulk_tx() local 2234 int start_cycle; cdnsp_queue_isoc_tx() local [all...] |
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 3411 unsigned int ep_index, unsigned int stream_id, int start_cycle, in count_isoc_trbs_needed() 3419 if (start_cycle) in check_trb_math() 3420 start_trb->field[3] |= cpu_to_le32(start_cycle); in check_trb_math() 3601 unsigned int start_cycle, num_sgs = 0; in xhci_align_td() 3644 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx() 3662 if (start_cycle == 0) in xhci_queue_bulk_tx() 3743 start_cycle, start_trb); in xhci_queue_bulk_tx() 3756 int start_cycle; in xhci_queue_bulk_tx() 3810 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx() 3817 if (start_cycle in xhci_queue_ctrl_tx() 3432 giveback_first_trb(struct xhci_hcd * xhci,int slot_id,unsigned int ep_index,unsigned int stream_id,int start_cycle,struct xhci_generic_trb * start_trb) giveback_first_trb() argument 3622 unsigned int start_cycle, num_sgs = 0; xhci_queue_bulk_tx() local 3777 int start_cycle; xhci_queue_ctrl_tx() local 4086 int start_cycle; xhci_queue_isoc_tx() local [all...] |
| /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()
|
| /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()
|