Home
last modified time | relevance | path

Searched refs:TRB_CONFIG_EP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h104 case TRB_CONFIG_EP: in cdnsp_trb_type_string()
314 case TRB_CONFIG_EP: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1096 #define TRB_CONFIG_EP 12 macro
H A Dcdnsp-ring.c2446 TRB_TYPE(TRB_CONFIG_EP) | in cdnsp_queue_configure_endpoint()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1136 #define TRB_CONFIG_EP 12 macro
1209 case TRB_CONFIG_EP: in xhci_trb_type_string()
2157 case TRB_CONFIG_EP: in xhci_decode_trb()
H A Dxhci-ring.c1839 case TRB_CONFIG_EP: in handle_cmd_completion()
4516 TRB_TYPE(TRB_CONFIG_EP) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_configure_endpoint()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h931 TRB_CONFIG_EP, /* 12 */ enumerator
H A Dxhci.c461 ctx_change ? TRB_EVAL_CONTEXT : TRB_CONFIG_EP); in xhci_configure_endpoints()