Searched refs:VSync (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
D | HdLcd.c | 68 UINT32 VSync; in LcdSetMode() local 78 &VRes,&VSync,&VBackPorch,&VFrontPorch); in LcdSetMode() 101 MmioWrite32(HDLCD_REG_V_SYNC, VSync); in LcdSetMode()
|
D | PL111Lcd.c | 77 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/ |
D | HdLcdArmVExpress.c | 42 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/ |
D | PL111LcdArmVExpress.c | 39 UINT32 VSync; member 340 OUT UINT32* VSync, in LcdPlatformGetTimings() argument 354 *VSync = mResolutions[ModeNumber].VSync; in LcdPlatformGetTimings()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/ |
D | LcdPlatformLib.h | 210 OUT UINT32* VSync,
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputDxe.h | 62 UINT32 VSync; member
|
D | LcdGraphicsOutputDxe.c | 174 ( (LcdModes[ModeNumber].VSync - 1) in DssSetMode()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputDxe.h | 62 UINT32 VSync; member
|
D | LcdGraphicsOutputDxe.c | 174 ( (LcdModes[ModeNumber].VSync - 1) in DssSetMode()
|