Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1386 #define TRB_CONFIG_EP 12 macro
1459 case TRB_CONFIG_EP: in xhci_trb_type_string()
2432 case TRB_CONFIG_EP: in xhci_decode_trb()
H A Dxhci-ring.c1773 case TRB_CONFIG_EP: in handle_cmd_completion()
4399 TRB_TYPE(TRB_CONFIG_EP) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_configure_endpoint()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h932 TRB_CONFIG_EP, /* 12 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c462 ctx_change ? TRB_EVAL_CONTEXT : TRB_CONFIG_EP); in xhci_configure_endpoints()