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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 108 OUT UINTN* VramSize
116 *VramSize = MaxSize;
129 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
206 UINTN VramSize
253 UINTN VramSize;
256 Status = LcdPlatformGetVram (&VramBaseAddress, &VramSize);
262 Instance->Mode.FrameBufferSize = VramSize;
264 Status = HwInitializeDisplay((UINTN)VramBaseAddress, VramSize);
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 108 OUT UINTN* VramSize
116 *VramSize = MaxSize;
129 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
206 UINTN VramSize
253 UINTN VramSize;
256 Status = LcdPlatformGetVram (&VramBaseAddress, &VramSize);
262 Instance->Mode.FrameBufferSize = VramSize;
264 Status = HwInitializeDisplay((UINTN)VramBaseAddress, VramSize);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
PL111LcdArmVExpress.c 164 OUT UINTN* VramSize
177 *VramSize = LCD_VRAM_SIZE;
182 *VramSize = LCD_VRAM_SIZE;
195 Status = Cpu->SetMemoryAttributes(Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
HdLcdArmVExpress.c 118 OUT UINTN* VramSize
126 *VramSize = LCD_VRAM_SIZE;
146 Status = Cpu->SetMemoryAttributes (Cpu, *VramBaseAddress, *VramSize, EFI_MEMORY_UC);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
LcdPlatformLib.h 183 OUT UINTN* VramSize
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 113 UINTN VramSize;
115 Status = LcdPlatformGetVram (&VramBaseAddress, &VramSize);

Completed in 1274 milliseconds