Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dmxsfb.c183 panel.gdfBytesPP = 4; in video_hw_init()
187 panel.gdfBytesPP = 2; in video_hw_init()
191 panel.gdfBytesPP = 1; in video_hw_init()
199 panel.memSize = mode.xres * mode.yres * panel.gdfBytesPP; in video_hw_init()
H A Dmb862xx.c139 int cf = (dev->gdfBytesPP == 1) ? 0x0000 : 0x8000; in de_init()
307 dev->gdfBytesPP = 1; in card_init()
312 dev->gdfBytesPP = 2; in card_init()
319 dev->gdfBytesPP = 2; in card_init()
325 cf = (dev->gdfBytesPP == 1) ? 0x00000000 : 0x80000000; in card_init()
326 DISP_WR_REG (GC_L0M, ((dev->winSizeX * dev->gdfBytesPP) / 64) << 16 | in card_init()
H A Dati_radeon_fb.c692 pGD->gdfBytesPP = 4; in video_hw_init()
700 pGD->gdfBytesPP = 2; in video_hw_init()
712 pGD->gdfBytesPP = 1; in video_hw_init()
723 pGD->dprBase = (pGD->winSizeX * pGD->winSizeY * pGD->gdfBytesPP) + in video_hw_init()
737 i = pGD->winSizeX * pGD->winSizeY * pGD->gdfBytesPP / 4; in video_hw_init()
H A Dmx3fb.c538 stride_bytes = (panel.plnSizeX * panel.gdfBytesPP + 3) & ~3; in ipu_init_channel_buffer()
781 return panel.plnSizeX * panel.plnSizeY * panel.gdfBytesPP; in calc_fbsize()
870 panel.gdfBytesPP = 4; in video_hw_init()
874 panel.gdfBytesPP = 2; in video_hw_init()
878 panel.gdfBytesPP = 1; in video_hw_init()
H A Dda8xx-fb.c143 #define calc_fbsize() (panel.plnSizeX * panel.plnSizeY * panel.gdfBytesPP)
885 gpanel.gdfBytesPP = 4; in video_hw_init()
889 gpanel.gdfBytesPP = 4; in video_hw_init()
893 gpanel.gdfBytesPP = 2; in video_hw_init()
897 gpanel.gdfBytesPP = 1; in video_hw_init()
H A Domap3_dss.c161 pGD->gdfBytesPP = 4; in video_hw_init()
H A Dfsl_diu_fb.c403 ctfb.gdfBytesPP = 4; in video_hw_init()
H A Dfsl_dcu_fb.c430 ctfb.gdfBytesPP = 4; in video_hw_init()
H A Dmxc_ipuv3_fb.c557 panel.gdfBytesPP = 2; in mxcfb_probe()
H A Dcfb_console.c111 #define VIDEO_PIXEL_SIZE (pGD->gdfBytesPP)
/openbmc/u-boot/include/
H A Dvideo_fb.h44 unsigned int gdfBytesPP; member
/openbmc/u-boot/board/socrates/
H A Dsocrates.c320 mb862xx.gdfBytesPP = 2; in board_video_init()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c305 gdev.gdfBytesPP = 2; in video_hw_init()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1247 graphic_device->gdfBytesPP = 4;
1250 graphic_device->plnSizeX = mode->xres * graphic_device->gdfBytesPP;