Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c85 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData; in MemorySubClassEntryPoint() local
127 ArrayLocationData.MemoryArrayLocation = EfiMemoryArrayLocationSystemBoard; in MemorySubClassEntryPoint()
128 ArrayLocationData.MemoryArrayUse = EfiMemoryArrayUseSystemMemory; in MemorySubClassEntryPoint()
130 ArrayLocationData.MemoryErrorCorrection = EfiMemoryErrorCorrectionNone; in MemorySubClassEntryPoint()
134 ArrayLocationData.MaximumMemoryCapacity.Exponent = (UINT16) LowBitSet32 (Data); in MemorySubClassEntryPoint()
135ArrayLocationData.MaximumMemoryCapacity.Value = (UINT16) (Data >> ArrayLocationData.MaximumMemo… in MemorySubClassEntryPoint()
138 ArrayLocationData.NumberMemoryDevices = (UINT16)(NumSlots); in MemorySubClassEntryPoint()
150 Type16Record->Location = (UINT8)ArrayLocationData.MemoryArrayLocation; in MemorySubClassEntryPoint()
152 Type16Record->Use = (UINT8)ArrayLocationData.MemoryArrayUse; in MemorySubClassEntryPoint()
154 Type16Record->MemoryErrorCorrection = (UINT8)ArrayLocationData.MemoryErrorCorrection; in MemorySubClassEntryPoint()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DDataHubSubClassMemory.h413 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DDataHubRecords.h1670 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData; member