Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
DHdLcd.h30 #define HDLCD_REG_FB_LINE_PITCH ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x10C) macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DHdLcd.c97 MmioWrite32(HDLCD_REG_FB_LINE_PITCH, HRes * BytesPerPixel); in LcdSetMode()