HomeSort by relevance Sort by last modified time
    Searched refs:ArrayLocationData (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
MemorySubClass.c 85 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData;
127 ArrayLocationData.MemoryArrayLocation = EfiMemoryArrayLocationSystemBoard;
128 ArrayLocationData.MemoryArrayUse = EfiMemoryArrayUseSystemMemory;
130 ArrayLocationData.MemoryErrorCorrection = EfiMemoryErrorCorrectionNone;
134 ArrayLocationData.MaximumMemoryCapacity.Exponent = (UINT16) LowBitSet32 (Data);
135 ArrayLocationData.MaximumMemoryCapacity.Value = (UINT16) (Data >> ArrayLocationData.MaximumMemoryCapacity.Exponent);
138 ArrayLocationData.NumberMemoryDevices = (UINT16)(NumSlots);
150 Type16Record->Location = (UINT8)ArrayLocationData.MemoryArrayLocation;
152 Type16Record->Use = (UINT8)ArrayLocationData.MemoryArrayUse;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassMemory.h 413 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DataHubRecords.h     [all...]

Completed in 906 milliseconds