HomeSort by relevance Sort by last modified time
    Searched refs:LcdBpp (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
HdLcd.c 72 LCD_BPP LcdBpp;
84 Status = LcdPlatformGetBpp (ModeNumber,&LcdBpp);
90 BytesPerPixel = GetBytesPerPixel(LcdBpp);
PL111Lcd.c 81 LCD_BPP LcdBpp;
92 Status = LcdPlatformGetBpp (ModeNumber,&LcdBpp);
109 LcdControl = PL111_CTRL_LCD_EN | PL111_CTRL_LCD_BPP(LcdBpp) | PL111_CTRL_LCD_TFT | PL111_CTRL_BGR;

Completed in 64 milliseconds