Searched refs:VFrontPorch (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
D | HdLcd.c | 70 UINT32 VFrontPorch; in LcdSetMode() local 78 &VRes,&VSync,&VBackPorch,&VFrontPorch); in LcdSetMode() 104 MmioWrite32(HDLCD_REG_V_FRONT_PORCH, VFrontPorch); in LcdSetMode()
|
D | PL111Lcd.c | 79 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/ |
D | HdLcdArmVExpress.c | 44 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/ |
D | PL111LcdArmVExpress.c | 41 UINT32 VFrontPorch; member 342 OUT UINT32* VFrontPorch in LcdPlatformGetTimings() argument 356 *VFrontPorch = mResolutions[ModeNumber].VFrontPorch; in LcdPlatformGetTimings()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/ |
D | LcdPlatformLib.h | 212 OUT UINT32* VFrontPorch
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputDxe.h | 63 UINT32 VFrontPorch; member
|
D | LcdGraphicsOutputDxe.c | 175 | ((LcdModes[ModeNumber].VFrontPorch - 1) << 8) in DssSetMode()
|