Searched refs:start_cycle (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 360 int start_cycle, in giveback_first_trb() argument 369 if (start_cycle) in giveback_first_trb() 370 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 561 int start_cycle; in xhci_bulk_tx() local 632 start_cycle = ring->cycle_state; in xhci_bulk_tx() 663 if (start_cycle == 0) in xhci_bulk_tx() 713 giveback_first_trb(udev, ep_index, start_cycle, start_trb); in xhci_bulk_tx() 752 int start_cycle; in xhci_ctrl_tx() local 819 start_cycle = ep_ring->cycle_state; in xhci_ctrl_tx() 821 debug("start_trb %p, start_cycle %d\n", start_trb, start_cycle); in xhci_ctrl_tx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 3403 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument 3411 if (start_cycle) in giveback_first_trb() 3412 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 3594 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local 3637 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx() 3655 if (start_cycle == 0) in xhci_queue_bulk_tx() 3738 start_cycle, start_trb); in xhci_queue_bulk_tx() 3751 int start_cycle; in xhci_queue_ctrl_tx() local 3792 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx() 3799 if (start_cycle == 0) in xhci_queue_ctrl_tx() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pcie-octeon.c | 586 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()
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | amdtp-stream.h | 173 u32 start_cycle; member
|
| H A D | amdtp-stream.c | 1028 s->start_cycle = cycle; in amdtp_stream_first_callback() 1048 int start_cycle, unsigned int queue_size, in amdtp_stream_start() argument 1162 err = fw_iso_context_start(s->context, start_cycle, 0, tag); in amdtp_stream_start()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/firewire/motu/ |
| H A D | amdtp-motu.c | 389 next_cycles = (s->start_cycle + p->next_cycles) % 8000; in write_sph()
|