Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-ring.c126 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
247 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
379 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
426 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
672 field |= TRB_CYCLE; in xhci_bulk_tx()
/u-boot/drivers/usb/cdns3/
A Dep0.c53 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_TYPE(TRB_NORMAL); in cdns3_ep0_run_transfer()
56 priv_ep->trb_pool[1].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
59 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
A Dgadget.c212 link_trb->control = TRB_CYCLE | TRB_TYPE(TRB_LINK) | TRB_TOGGLE; in cdns3_allocate_trb_pool()
790 priv_ep->wa1_cycle_bit = priv_ep->pcs ? TRB_CYCLE : 0; in cdns3_wa1_update_guard()
885 link_trb->control = ((priv_ep->pcs) ? TRB_CYCLE : 0) | in cdns3_ep_run_transfer()
893 control = priv_ep->pcs ? 0 : TRB_CYCLE; in cdns3_ep_run_transfer()
916 pcs = priv_ep->pcs ? TRB_CYCLE : 0; in cdns3_ep_run_transfer()
1096 if ((trb->control & TRB_CYCLE) != priv_ep->ccs) in cdns3_request_handled()
2112 link_trb->control = (link_trb->control & TRB_CYCLE) | in cdns3_gadget_ep_dequeue()
A Dgadget.h1019 #define TRB_CYCLE BIT(0) macro
/u-boot/include/usb/
A Dxhci.h854 #define TRB_CYCLE (1<<0) macro

Completed in 39 milliseconds