Searched defs:graphic_device (Results 1 – 2 of 2) sorted by relevance
35 typedef struct graphic_device { struct36 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 …]
57 GraphicDevice graphic_device; member1184 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local1344 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local