Home
last modified time | relevance | path

Searched refs:TRB_CYCLE (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h199 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
214 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
219 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
241 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
257 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
270 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
291 field3 & TRB_CYCLE ? 'C' : 'c', in cdnsp_decode_trb()
298 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
304 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
312 field3 & TRB_CYCLE ? 'C' : 'c'); in cdnsp_decode_trb()
[all …]
H A Dcdnsp-ring.c119 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in cdnsp_trb_to_noop()
218 next->link.control ^= cpu_to_le32(TRB_CYCLE); in cdnsp_inc_enq()
516 trb->generic.field[3] ^= cpu_to_le32(TRB_CYCLE); in cdnsp_td_to_noop()
980 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in cdnsp_giveback_first_trb()
1451 cycle_bit = (flags & TRB_CYCLE); in cdnsp_handle_event()
1662 ep_ring->enqueue->link.control ^= cpu_to_le32(TRB_CYCLE); in cdnsp_prepare_ring()
1920 field ^= TRB_CYCLE; in cdnsp_queue_bulk_tx()
1950 field |= TRB_CYCLE; in cdnsp_queue_bulk_tx()
2024 field |= TRB_CYCLE; in cdnsp_queue_bulk_tx()
2293 field |= TRB_CYCLE; in cdnsp_queue_isoc_tx()
H A Dcdns3-ep0.c45 priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
48 priv_ep->trb_pool[1].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
51 priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
H A Dcdns3-gadget.c251 link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_LINK) | TRB_TOGGLE); in cdns3_allocate_trb_pool()
967 priv_ep->wa1_cycle_bit = priv_ep->pcs ? TRB_CYCLE : 0; in cdns3_wa1_update_guard()
1023 control = TRB_TYPE(TRB_NORMAL) | TRB_CYCLE | in cdns3_ep_run_stream_transfer()
1189 link_trb->control = cpu_to_le32(((priv_ep->pcs) ? TRB_CYCLE : 0) | in cdns3_ep_run_transfer()
1217 control = priv_ep->pcs ? 0 : TRB_CYCLE; in cdns3_ep_run_transfer()
1281 pcs = priv_ep->pcs ? TRB_CYCLE : 0; in cdns3_ep_run_transfer()
1516 if ((le32_to_cpu(trb->control) & TRB_CYCLE) != priv_ep->ccs) in cdns3_trb_handled()
2737 link_trb->control = cpu_to_le32((le32_to_cpu(link_trb->control) & TRB_CYCLE) | in cdns3_gadget_ep_dequeue()
2799 trb->control = trb->control ^ cpu_to_le32(TRB_CYCLE); in __cdns3_gadget_ep_clear_halt()
H A Dcdnsp-gadget.c503 if ((data & TRB_CYCLE) != cycle_state) in cdnsp_invalidate_ep_events()
560 if ((flags & TRB_CYCLE) != cycle_state) in cdnsp_wait_for_cmd_compl()
1399 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
H A Dcdns3-trace.h411 __entry->control & TRB_CYCLE ? "C=1, " : "C=0, ",
H A Dcdns3-gadget.h1032 #define TRB_CYCLE BIT(0) macro
H A Dcdnsp-gadget.h1014 #define TRB_CYCLE BIT(0) macro
H A Dcdnsp-mem.c57 seg->trbs[i].link.control |= cpu_to_le32(TRB_CYCLE); in cdnsp_segment_alloc()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1061 #define TRB_CYCLE (1<<0) macro
2049 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2068 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2087 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2101 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2112 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2130 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2138 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2146 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2155 field3 & TRB_CYCLE in xhci_decode_trb()
[all...]
H A Dxhci-dbgcap.c166 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in trb_to_noop()
241 next->link.control ^= cpu_to_le32(TRB_CYCLE); in xhci_dbc_queue_trb()
269 control &= cpu_to_le32(~TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
271 control |= cpu_to_le32(TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
287 trb->generic.field[3] |= cpu_to_le32(TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
289 trb->generic.field[3] &= cpu_to_le32(~TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
774 if ((ep_ctx->deq & ~TRB_CYCLE) == event->trans_event.buffer) { in dbc_handle_xfer_event()
881 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()
H A Dxhci-ring.c134 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in trb_to_noop()
256 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
774 trb->generic.field[3] ^= cpu_to_le32(TRB_CYCLE); in td_to_noop()
3083 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()
3376 ep_ring->enqueue->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
3519 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
3761 field |= TRB_CYCLE; in xhci_queue_bulk_tx()
H A Dxhci-mem.c61 seg->trbs[i].link.control = cpu_to_le32(TRB_CYCLE); in xhci_segment_alloc()
H A Dxhci.c741 cpu_to_le32(~TRB_CYCLE); in xhci_clear_command_ring()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c123 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
244 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
371 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
418 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
663 field |= TRB_CYCLE; in xhci_bulk_tx()
H A Dxhci.h858 #define TRB_CYCLE (1<<0) macro
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c404 link_trb->field[3] |= cpu_to_le32(TRB_CYCLE); in xdbc_queue_trb()
406 link_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in xdbc_queue_trb()
493 control &= cpu_to_le32(~TRB_CYCLE); in xdbc_bulk_transfer()
495 control |= cpu_to_le32(TRB_CYCLE); in xdbc_bulk_transfer()
517 trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in xdbc_bulk_transfer()
805 while ((le32_to_cpu(evt_trb->field[3]) & TRB_CYCLE) == xdbc.evt_ring.cycle_state) { in xdbc_handle_events()
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h172 flags & TRB_CYCLE ? 'C' : 'c', in cdns2_decode_trb()
185 flags & TRB_CYCLE ? 'C' : 'c', in cdns2_decode_trb()
H A Dcdns2-ep0.c52 ring->trbs[0].control = cpu_to_le32(TRB_CYCLE | in cdns2_ep0_enqueue()
56 ring->trbs[1].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns2_ep0_enqueue()
59 ring->trbs[0].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns2_ep0_enqueue()
H A Dcdns2-gadget.c143 link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_LINK) | in cdns2_alloc_tr_segment()
291 pep->wa1_cycle_bit = pep->ring.pcs ? TRB_CYCLE : 0; in cdns2_wa1_update_guard()
356 link_trb->control = cpu_to_le32(((ring->pcs) ? TRB_CYCLE : 0) | in cdns2_prepare_ring()
575 control |= TRB_CYCLE; in cdns2_ep_tx_isoc()
664 control = control ^ TRB_CYCLE; in cdns2_ep_tx_bulk()
738 trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) | TRB_TYPE(TRB_NORMAL)); in cdns2_prepare_first_isoc_transfer()
747 trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) | in cdns2_prepare_first_isoc_transfer()
918 if ((le32_to_cpu(trb->control) & TRB_CYCLE) != ring->ccs) in cdns2_trb_handled()
1800 & TRB_CYCLE) | TRB_CHAIN | in cdns2_gadget_ep_dequeue()
1849 trb->control = trb->control ^ cpu_to_le32(TRB_CYCLE); in cdns2_halt_endpoint()
H A Dcdns2-gadget.h469 #define TRB_CYCLE BIT(0) macro