OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCD_VRAM_SIZE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
PL111LcdArmVExpress.c
177
*VramSize =
LCD_VRAM_SIZE
;
182
*VramSize =
LCD_VRAM_SIZE
;
185
Status = gBS->AllocatePages( AllocateAddress, EfiBootServicesData, EFI_SIZE_TO_PAGES(((UINTN)
LCD_VRAM_SIZE
)), VramBaseAddress);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
LcdPlatformLib.h
19
#define
LCD_VRAM_SIZE
SIZE_8MB
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
HdLcdArmVExpress.c
126
*VramSize =
LCD_VRAM_SIZE
;
136
Status = gBS->AllocatePages (AllocationType, EfiBootServicesData, EFI_SIZE_TO_PAGES(((UINTN)
LCD_VRAM_SIZE
)), VramBaseAddress);
Completed in 46 milliseconds