Home
last modified time | relevance | path

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

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