Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DMrcWrapper.c551 UINT8 NumRanges; in InstallEfiMemory() local
585 NumRanges = MAX_RANGES; in InstallEfiMemory()
587 ZeroMem (MemoryMap, sizeof (PEI_DUAL_CHANNEL_DDR_MEMORY_MAP_RANGE) * NumRanges); in InstallEfiMemory()
593 &NumRanges in InstallEfiMemory()
622 for (Index = 0; Index < NumRanges; Index++) in InstallEfiMemory()
643 for (Index = 0; Index < NumRanges; Index++) { in InstallEfiMemory()
729 for (Index = 0; Index < NumRanges; Index++) { in InstallEfiMemory()
823 for (Index = 0; Index < NumRanges; Index++) { in InstallEfiMemory()
888 UINT8 NumRanges; in InstallS3Memory() local
901 NumRanges = MAX_RANGES; in InstallS3Memory()
[all …]
DMrcWrapper.h199 IN OUT UINT8 *NumRanges