Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DHdLcd.c68 UINT32 VSync; in LcdSetMode() local
78 &VRes,&VSync,&VBackPorch,&VFrontPorch); in LcdSetMode()
101 MmioWrite32(HDLCD_REG_V_SYNC, VSync); in LcdSetMode()
DPL111Lcd.c77 UINT32 VSync; 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.c42 UINT32 VSync; member
255 OUT UINT32* VSync, in LcdPlatformGetTimings() argument
269 *VSync = mResolutions[ModeNumber].VSync; in LcdPlatformGetTimings()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
DPL111LcdArmVExpress.c39 UINT32 VSync; member
340 OUT UINT32* VSync, in LcdPlatformGetTimings() argument
354 *VSync = mResolutions[ModeNumber].VSync; in LcdPlatformGetTimings()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
DLcdPlatformLib.h210 OUT UINT32* VSync,
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.h62 UINT32 VSync; member
DLcdGraphicsOutputDxe.c174 ( (LcdModes[ModeNumber].VSync - 1) in DssSetMode()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.h62 UINT32 VSync; member
DLcdGraphicsOutputDxe.c174 ( (LcdModes[ModeNumber].VSync - 1) in DssSetMode()