Home
last modified time | relevance | path

Searched defs:graphic_device (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dvideo_fb.h35 typedef struct graphic_device { struct
36 unsigned int isaBase;
37 unsigned int pciBase;
38 unsigned int dprBase;
39 unsigned int vprBase;
40 unsigned int cprBase;
41 unsigned int frameAdrs;
42 unsigned int memSize;
43 unsigned int mode;
44 unsigned int gdfIndex;
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c57 GraphicDevice graphic_device; member
1184 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local
1344 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local