Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1388 #define TRB_EVAL_CONTEXT 13 macro
1461 case TRB_EVAL_CONTEXT: in xhci_trb_type_string()
2441 case TRB_EVAL_CONTEXT: in xhci_decode_trb()
H A Dxhci-ring.c1777 case TRB_EVAL_CONTEXT: in handle_cmd_completion()
4409 TRB_TYPE(TRB_EVAL_CONTEXT) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_evaluate_context()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h934 TRB_EVAL_CONTEXT, /* 13 */ 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()