Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c492 XHC_DC_CONTEXT *DebugCapabilityContext; in CreateDebugCapabilityContext() local
506 DebugCapabilityContext = (XHC_DC_CONTEXT *)(UINTN) Buf; in CreateDebugCapabilityContext()
507 Handle->DebugCapabilityContext = (EFI_PHYSICAL_ADDRESS)(UINTN) DebugCapabilityContext; in CreateDebugCapabilityContext()
512 DebugCapabilityContext->DbcInfoContext.String0Length = STRING0_DESC_LEN; in CreateDebugCapabilityContext()
513 DebugCapabilityContext->DbcInfoContext.ManufacturerStrLength = MANU_DESC_LEN; in CreateDebugCapabilityContext()
514 DebugCapabilityContext->DbcInfoContext.ProductStrLength = PRODUCT_DESC_LEN; in CreateDebugCapabilityContext()
515 DebugCapabilityContext->DbcInfoContext.SerialNumberStrLength = SERIAL_DESC_LEN; in CreateDebugCapabilityContext()
520 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()
[all …]
DDebugCommunicationLibUsb3Internal.h496 EFI_PHYSICAL_ADDRESS DebugCapabilityContext; member