Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c494 UINT8 *ManufacturerStrDesc; in CreateDebugCapabilityContext() local
542 ManufacturerStrDesc = String0Desc + STRING0_DESC_LEN; in CreateDebugCapabilityContext()
543 CopyMem (ManufacturerStrDesc, mManufacturerStrDesc, MANU_DESC_LEN); in CreateDebugCapabilityContext()
544 …gCapabilityContext->DbcInfoContext.ManufacturerStrDescAddress = (UINT64)(UINTN)ManufacturerStrDesc; in CreateDebugCapabilityContext()
546 ProductStrDesc = ManufacturerStrDesc + MANU_DESC_LEN; in CreateDebugCapabilityContext()