Home
last modified time | relevance | path

Searched refs:VRes (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DHdLcd.c67 UINT32 VRes; in LcdSetMode() local
78 &VRes,&VSync,&VBackPorch,&VFrontPorch); in LcdSetMode()
98 MmioWrite32(HDLCD_REG_FB_LINE_COUNT, VRes - 1); in LcdSetMode()
103 MmioWrite32(HDLCD_REG_V_DATA, VRes - 1); in LcdSetMode()
DPL111Lcd.c76 UINT32 VRes; in LcdSetMode() local
86 &VRes,&VSync,&VBackPorch,&VFrontPorch); in LcdSetMode()
104 MmioWrite32 (PL111_REG_LCD_TIMING_1, VER_AXIS_PANEL(VBackPorch, VFrontPorch, VSync, VRes)); in LcdSetMode()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
DHdLcdArmVExpress.c254 OUT UINT32* VRes, in LcdPlatformGetTimings() argument
268 *VRes = mResolutions[ModeNumber].VerticalResolution; in LcdPlatformGetTimings()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
DLcdPlatformLib.h209 OUT UINT32* VRes,
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
DPL111LcdArmVExpress.c339 OUT UINT32* VRes, in LcdPlatformGetTimings() argument
353 *VRes = mResolutions[ModeNumber].VerticalResolution; in LcdPlatformGetTimings()