Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DHdLcd.c71 UINT32 BytesPerPixel; in LcdSetMode() local
90 BytesPerPixel = GetBytesPerPixel(LcdBpp); in LcdSetMode()
96 MmioWrite32(HDLCD_REG_FB_LINE_LENGTH, HRes * BytesPerPixel); in LcdSetMode()
97 MmioWrite32(HDLCD_REG_FB_LINE_PITCH, HRes * BytesPerPixel); in LcdSetMode()