Home
last modified time | relevance | path

Searched refs:VFrontPorch (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DHdLcd.c70 UINT32 VFrontPorch; in LcdSetMode() local
78 &VRes,&VSync,&VBackPorch,&VFrontPorch); in LcdSetMode()
104 MmioWrite32(HDLCD_REG_V_FRONT_PORCH, VFrontPorch); in LcdSetMode()
DPL111Lcd.c79 UINT32 VFrontPorch; 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.c44 UINT32 VFrontPorch; member
257 OUT UINT32* VFrontPorch in LcdPlatformGetTimings() argument
271 *VFrontPorch = mResolutions[ModeNumber].VFrontPorch; in LcdPlatformGetTimings()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
DPL111LcdArmVExpress.c41 UINT32 VFrontPorch; member
342 OUT UINT32* VFrontPorch in LcdPlatformGetTimings() argument
356 *VFrontPorch = mResolutions[ModeNumber].VFrontPorch; in LcdPlatformGetTimings()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
DLcdPlatformLib.h212 OUT UINT32* VFrontPorch
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.h63 UINT32 VFrontPorch; member
DLcdGraphicsOutputDxe.c175 | ((LcdModes[ModeNumber].VFrontPorch - 1) << 8) in DssSetMode()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.h63 UINT32 VFrontPorch; member
DLcdGraphicsOutputDxe.c175 | ((LcdModes[ModeNumber].VFrontPorch - 1) << 8) in DssSetMode()