Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c520 DebugCapabilityContext->EpOutContext.CErr = 0x3; in CreateDebugCapabilityContext()
521 DebugCapabilityContext->EpOutContext.EPType = ED_BULK_OUT; in CreateDebugCapabilityContext()
522 DebugCapabilityContext->EpOutContext.MaxPacketSize = XHCI_DEBUG_DEVICE_MAX_PACKET_SIZE; in CreateDebugCapabilityContext()
523 DebugCapabilityContext->EpOutContext.AverageTRBLength = 0x1000; in CreateDebugCapabilityContext()
567 …DebugCapabilityContext->EpOutContext.PtrLo = XHC_LOW_32BIT (Handle->TransferRingOut.RingSeg0) | BI… in CreateDebugCapabilityContext()
568 DebugCapabilityContext->EpOutContext.PtrHi = XHC_HIGH_32BIT (Handle->TransferRingOut.RingSeg0); in CreateDebugCapabilityContext()
DDebugCommunicationLibUsb3Internal.h406 ENDPOINT_CONTEXT_64 EpOutContext; member