Searched refs:EpInContext (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
H A DDebugCommunicationLibUsb3Common.c526 // Initialize EpInContext.
528 DebugCapabilityContext->EpInContext.CErr = 0x3;
529 DebugCapabilityContext->EpInContext.EPType = ED_BULK_IN;
530 DebugCapabilityContext->EpInContext.MaxPacketSize = XHCI_DEBUG_DEVICE_MAX_PACKET_SIZE;
531 DebugCapabilityContext->EpInContext.AverageTRBLength = 0x1000;
559 DebugCapabilityContext->EpInContext.PtrLo = XHC_LOW_32BIT (Handle->TransferRingIn.RingSeg0) | BIT0;
560 DebugCapabilityContext->EpInContext.PtrHi = XHC_HIGH_32BIT (Handle->TransferRingIn.RingSeg0);
H A DDebugCommunicationLibUsb3Internal.h407 ENDPOINT_CONTEXT_64 EpInContext; member in struct:_XHC_DC_CONTEXT

Completed in 32 milliseconds