Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c124 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
245 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
372 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
419 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
706 field |= TRB_CYCLE; in xhci_bulk_tx()
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dep0.c48 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_TYPE(TRB_NORMAL); in cdns3_ep0_run_transfer()
51 priv_ep->trb_pool[1].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
54 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
H A Dgadget.c207 link_trb->control = TRB_CYCLE | TRB_TYPE(TRB_LINK) | TRB_TOGGLE; in cdns3_allocate_trb_pool()
785 priv_ep->wa1_cycle_bit = priv_ep->pcs ? TRB_CYCLE : 0; in cdns3_wa1_update_guard()
880 link_trb->control = ((priv_ep->pcs) ? TRB_CYCLE : 0) | in cdns3_ep_run_transfer()
888 control = priv_ep->pcs ? 0 : TRB_CYCLE; in cdns3_ep_run_transfer()
911 pcs = priv_ep->pcs ? TRB_CYCLE : 0; in cdns3_ep_run_transfer()
1091 if ((trb->control & TRB_CYCLE) != priv_ep->ccs) in cdns3_request_handled()
2107 link_trb->control = (link_trb->control & TRB_CYCLE) | in cdns3_gadget_ep_dequeue()
H A Dgadget.h1018 #define TRB_CYCLE BIT(0) macro
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h859 #define TRB_CYCLE (1<<0) macro