Home
last modified time | relevance | path

Searched refs:LcdBpp (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DHdLcd.c72 LCD_BPP LcdBpp; in LcdSetMode() local
84 Status = LcdPlatformGetBpp (ModeNumber,&LcdBpp); in LcdSetMode()
90 BytesPerPixel = GetBytesPerPixel(LcdBpp); in LcdSetMode()
DPL111Lcd.c81 LCD_BPP LcdBpp; in LcdSetMode() local
92 Status = LcdPlatformGetBpp (ModeNumber,&LcdBpp); in LcdSetMode()
109 LcdControl = PL111_CTRL_LCD_EN | PL111_CTRL_LCD_BPP(LcdBpp) | PL111_CTRL_LCD_TFT | PL111_CTRL_BGR; in LcdSetMode()