Lines Matching full:vga
2 * linux/include/video/vga.h -- standard VGA chipset interaction
8 * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm
22 #include <asm/vga.h>
25 #define VGA_FB_PHYS_BASE 0xA0000 /* VGA framebuffer I/O base */
26 #define VGA_FB_PHYS_SIZE 65536 /* VGA framebuffer I/O size */
39 /* VGA data register ports */
58 /* VGA index register ports */
67 /* standard VGA indexes max counts */
74 /* VGA misc register bit masks */
81 /* VGA CRT controller register indices */
109 /* VGA CRT controller bit masks */
113 /* VGA attribute controller register indices */
138 /* VGA sequencer register indices */
145 /* VGA sequencer register bit masks */
153 /* VGA graphics controller register indices */
164 /* VGA graphics controller bit masks */
167 /* macro for composing an 8-bit VGA register index and value
171 /* decide whether we should enable the faster 16-bit VGA register writes */
176 /* VGA State Save and Restore */
186 unsigned long membase; /* VGA window base, 0 for default - 0xA000 */
187 __u32 memsize; /* VGA window size, 0 for default 64K */
217 * generic VGA port read/write
282 * VGA CRTC register read/write
337 * VGA sequencer register read/write
391 * VGA graphics controller register read/write
446 * VGA attribute controller register read/write