Home
last modified time | relevance | path

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

/external/u-boot/include/usb/
Dxhci.h901 #define TRB_TYPE(p) ((p) << 10) macro
979 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
982 cpu_to_le32(TRB_TYPE(TRB_LINK)))
984 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
/external/u-boot/drivers/usb/cdns3/
Dep0.c48 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_TYPE(TRB_NORMAL); in cdns3_ep0_run_transfer()
52 TRB_TYPE(TRB_NORMAL); in cdns3_ep0_run_transfer()
55 TRB_TYPE(TRB_NORMAL); in cdns3_ep0_run_transfer()
Dgadget.c207 link_trb->control = TRB_CYCLE | TRB_TYPE(TRB_LINK) | TRB_TOGGLE; in cdns3_allocate_trb_pool()
881 TRB_TYPE(TRB_LINK) | TRB_TOGGLE | ch_bit; in cdns3_ep_run_transfer()
895 control |= TRB_TYPE(TRB_NORMAL); in cdns3_ep_run_transfer()
2108 TRB_TYPE(TRB_LINK) | TRB_CHAIN | TRB_TOGGLE; in cdns3_gadget_ep_dequeue()
Dgadget.h1008 #define TRB_TYPE(p) ((p) << 10) macro
/external/u-boot/drivers/usb/host/
Dxhci-ring.c283 fields[3] = TRB_TYPE(cmd) | SLOT_ID_FOR_TRB(slot_id) | in xhci_queue_command()