Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c495 UINT8 *ProductStrDesc; in CreateDebugCapabilityContext() local
546 ProductStrDesc = ManufacturerStrDesc + MANU_DESC_LEN; in CreateDebugCapabilityContext()
547 CopyMem (ProductStrDesc, mProductStrDesc, PRODUCT_DESC_LEN); in CreateDebugCapabilityContext()
548 DebugCapabilityContext->DbcInfoContext.ProductStrDescAddress = (UINT64)(UINTN)ProductStrDesc; in CreateDebugCapabilityContext()
550 SerialNumberStrDesc = ProductStrDesc + PRODUCT_DESC_LEN; in CreateDebugCapabilityContext()