Searched defs:_vgaHWRec (Results 1 – 1 of 1) sorted by relevance
109 typedef struct _vgaHWRec { struct110 void *Base; /* Address of "VGA" memory */111 int MapSize; /* Size of "VGA" memory */112 unsigned long MapPhys; /* phys location of VGA mem */113 int IOBase; /* I/O Base address */114 CARD8 *MMIOBase; /* Pointer to MMIO start */115 int MMIOOffset; /* base + offset + vgareg117 void *FontInfo1; /* save area for fonts in119 void *FontInfo2; /* save area for fonts in121 void *TextInfo; /* save area for text */[all …]