Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c30 ( USB_DESC_TYPE_STRING << 8 ) + MANU_DESC_LEN,
513 DebugCapabilityContext->DbcInfoContext.ManufacturerStrLength = MANU_DESC_LEN; in CreateDebugCapabilityContext()
536 …String0Desc = (UINT8 *) AllocateAlignBuffer (STRING0_DESC_LEN + MANU_DESC_LEN + PRODUCT_DESC_LEN +… in CreateDebugCapabilityContext()
538 ZeroMem (String0Desc, STRING0_DESC_LEN + MANU_DESC_LEN + PRODUCT_DESC_LEN + SERIAL_DESC_LEN); in CreateDebugCapabilityContext()
543 CopyMem (ManufacturerStrDesc, mManufacturerStrDesc, MANU_DESC_LEN); in CreateDebugCapabilityContext()
546 ProductStrDesc = ManufacturerStrDesc + MANU_DESC_LEN; in CreateDebugCapabilityContext()
DDebugCommunicationLibUsb3Internal.h96 #define MANU_DESC_LEN 12 macro