HomeSort by relevance Sort by last modified time
    Searched refs:EpOutContext (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 518 // Initialize EpOutContext.
520 DebugCapabilityContext->EpOutContext.CErr = 0x3;
521 DebugCapabilityContext->EpOutContext.EPType = ED_BULK_OUT;
522 DebugCapabilityContext->EpOutContext.MaxPacketSize = XHCI_DEBUG_DEVICE_MAX_PACKET_SIZE;
523 DebugCapabilityContext->EpOutContext.AverageTRBLength = 0x1000;
567 DebugCapabilityContext->EpOutContext.PtrLo = XHC_LOW_32BIT (Handle->TransferRingOut.RingSeg0) | BIT0;
568 DebugCapabilityContext->EpOutContext.PtrHi = XHC_HIGH_32BIT (Handle->TransferRingOut.RingSeg0);
DebugCommunicationLibUsb3Internal.h 406 ENDPOINT_CONTEXT_64 EpOutContext;

Completed in 64 milliseconds