Searched refs:cycle_state (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 30 unsigned int cycle_state, in cdnsp_segment_alloc() argument 55 if (cycle_state == 0) { in cdnsp_segment_alloc() 312 ring->cycle_state = 1; in cdnsp_initialize_ring_info() 326 unsigned int cycle_state, in cdnsp_alloc_segments_for_ring() argument 334 prev = cdnsp_segment_alloc(pdev, cycle_state, max_packet, flags); in cdnsp_alloc_segments_for_ring() 345 next = cdnsp_segment_alloc(pdev, cycle_state, in cdnsp_alloc_segments_for_ring() 439 ring->cycle_state, ring->type, in cdnsp_ring_expansion() 611 cur_ring->cycle_state; in cdnsp_alloc_stream_info() 723 ep0_ctx->deq = cpu_to_le64(dma | ep_ring->cycle_state); in cdnsp_copy_ep0_dequeue_into_input_ctx() 771 pdev->eps[0].ring->cycle_state); in cdnsp_setup_addressable_priv_dev() [all …]
|
| H A D | cdnsp-gadget.c | 522 u32 cycle_state; in cdnsp_invalidate_ep_events() local 527 cycle_state = pdev->event_ring->cycle_state; in cdnsp_invalidate_ep_events() 533 if ((data & TRB_CYCLE) != cycle_state) in cdnsp_invalidate_ep_events() 543 cycle_state ^= 1; in cdnsp_invalidate_ep_events() 558 u32 cycle_state; in cdnsp_wait_for_cmd_compl() local 581 cycle_state = pdev->event_ring->cycle_state; in cdnsp_wait_for_cmd_compl() 591 if ((flags & TRB_CYCLE) != cycle_state) { in cdnsp_wait_for_cmd_compl() 624 cycle_state ^= 1; in cdnsp_wait_for_cmd_compl() 1432 pdev->cmd_ring->cycle_state; in cdnsp_clear_cmd_ring() 1452 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_consume_all_events()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 208 ring->cycle_state = 1; in xdbc_reset_ring() 326 ep_out->deq = cpu_to_le64(xdbc.out_seg.dma | xdbc.out_ring.cycle_state); in xdbc_mem_init() 333 ep_in->deq = cpu_to_le64(xdbc.in_seg.dma | xdbc.in_ring.cycle_state); in xdbc_mem_init() 403 if (ring->cycle_state) in xdbc_queue_trb() 409 ring->cycle_state ^= 1; in xdbc_queue_trb() 488 cycle = ring->cycle_state; in xdbc_bulk_transfer() 809 while ((le32_to_cpu(evt_trb->field[3]) & TRB_CYCLE) == xdbc.evt_ring.cycle_state) { in xdbc_handle_events() 830 xdbc.evt_ring.cycle_state ^= 1; in xdbc_handle_events()
|
| H A D | xhci-dbc.h | 120 u32 cycle_state; member
|
| /linux/drivers/usb/host/ |
| H A D | xhci-trace.h | 484 __field(unsigned int, cycle_state) 492 __entry->cycle_state = ring->cycle_state; 504 __entry->cycle_state
|
| H A D | xhci-dbgcap.c | 74 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_out->cycle_state); in xhci_dbc_init_ep_contexts() 81 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_in->cycle_state); in xhci_dbc_init_ep_contexts() 282 ring->cycle_state ^= 1; in xhci_dbc_queue_trb() 303 cycle = ring->cycle_state; in xhci_dbc_queue_bulk_tx() 915 ring->cycle_state ^= 1; in inc_evt_deq() 1029 dbc->ring_evt->cycle_state) { in xhci_dbc_do_handle_events()
|
| H A D | xhci-debugfs.c | 191 seq_printf(s, "%d\n", ring->cycle_state); in xhci_ring_cycle_show()
|
| H A D | xhci.h | 1379 u32 cycle_state; member
|
| H A D | xhci.c | 502 crcr |= xhci->cmd_ring->cycle_state; in xhci_set_cmd_ring_deq()
|