Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dmb862xx.c140 int cf = (dev->gdfBytesPP == 1) ? 0x0000 : 0x8000; in de_init()
308 dev->gdfBytesPP = 1; in card_init()
313 dev->gdfBytesPP = 2; in card_init()
320 dev->gdfBytesPP = 2; in card_init()
326 cf = (dev->gdfBytesPP == 1) ? 0x00000000 : 0x80000000; in card_init()
327 DISP_WR_REG (GC_L0M, ((dev->winSizeX * dev->gdfBytesPP) / 64) << 16 | in card_init()
H A Dmxsfb.c184 panel.gdfBytesPP = 4; in video_hw_init()
188 panel.gdfBytesPP = 2; in video_hw_init()
192 panel.gdfBytesPP = 1; in video_hw_init()
200 panel.memSize = mode.xres * mode.yres * panel.gdfBytesPP; in video_hw_init()
H A Dati_radeon_fb.c693 pGD->gdfBytesPP = 4; in video_hw_init()
701 pGD->gdfBytesPP = 2; in video_hw_init()
713 pGD->gdfBytesPP = 1; in video_hw_init()
724 pGD->dprBase = (pGD->winSizeX * pGD->winSizeY * pGD->gdfBytesPP) + in video_hw_init()
738 i = pGD->winSizeX * pGD->winSizeY * pGD->gdfBytesPP / 4; in video_hw_init()
H A Dmx3fb.c541 stride_bytes = (panel.plnSizeX * panel.gdfBytesPP + 3) & ~3; in ipu_init_channel_buffer()
784 return panel.plnSizeX * panel.plnSizeY * panel.gdfBytesPP; in calc_fbsize()
873 panel.gdfBytesPP = 4; in video_hw_init()
877 panel.gdfBytesPP = 2; in video_hw_init()
881 panel.gdfBytesPP = 1; in video_hw_init()
H A Dda8xx-fb.c144 #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 Dmvebu_lcd.c524 pGD->gdfBytesPP = 2; in video_hw_init()
H A Domap3_dss.c161 pGD->gdfBytesPP = 4; in video_hw_init()
H A Dfsl_diu_fb.c404 ctfb.gdfBytesPP = 4; in video_hw_init()
H A Dfsl_dcu_fb.c431 ctfb.gdfBytesPP = 4; in video_hw_init()
H A Dmxc_ipuv3_fb.c558 panel.gdfBytesPP = 2; in mxcfb_probe()
H A Dcfb_console.c112 #define VIDEO_PIXEL_SIZE (pGD->gdfBytesPP)
/OK3568_Linux_fs/u-boot/include/
H A Dvideo_fb.h45 unsigned int gdfBytesPP; member
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsocrates.c321 mb862xx.gdfBytesPP = 2; in board_video_init()
/OK3568_Linux_fs/u-boot/board/nokia/rx51/
H A Drx51.c306 gdev.gdfBytesPP = 2; in video_hw_init()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1330 graphic_device->gdfBytesPP = 4;
1333 graphic_device->plnSizeX = mode->xres * graphic_device->gdfBytesPP;