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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
FdtUpdateLib.h 29 }PHY_MEM_REGION;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/
FdtUpdateLib.c 169 PHY_MEM_REGION *mRegion;
223 Pages1 = EFI_SIZE_TO_PAGES (sizeof(PHY_MEM_REGION) *( MemoryMapSize / DescriptorSize));
224 mRegion = (PHY_MEM_REGION*)AllocatePages(Pages1);
270 Error = fdt_setprop(Fdt, node, "reg",mRegion,sizeof(PHY_MEM_REGION) *(MemIndex+1));
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/
FdtUpdateLib.c 63 PHY_MEM_REGION *NodemRegion[4] = {NULL, NULL, NULL, NULL};
299 PHY_MEM_REGION *mRegion;
343 Pages1 = EFI_SIZE_TO_PAGES (sizeof(PHY_MEM_REGION) *( MemoryMapSize / DescriptorSize));
345 mRegion = (PHY_MEM_REGION*)AllocatePool(Pages1);
391 Error = fdt_setprop(Fdt, node, "reg",mRegion,sizeof(PHY_MEM_REGION) *(MemIndex+1));

Completed in 414 milliseconds