Lines Matching +full:gfx +full:- +full:mem
2 * linux/include/video/vga.h -- standard VGA chipset interaction
30 /* VGAlib version 1.2 - (c) 1993 Tommy Frandsen */
36 /* Multi-chipset support Copyright 1993 Harm Hanemaayer */
40 #define VGA_CRT_DC 0x3D5 /* CRT Controller Data Register - color emulation */
41 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */
49 #define VGA_IS1_RC 0x3DA /* Input Status Register 1 - color emulation */
50 #define VGA_IS1_RM 0x3BA /* Input Status Register 1 - mono emulation */
54 /* EGA-specific registers */
59 #define VGA_CRT_IC 0x3D4 /* CRT Controller Index - color emulation */
60 #define VGA_CRT_IM 0x3B4 /* CRT Controller Index - mono emulation */
110 #define VGA_CR11_LOCK_CR0_CR7 0x80 /* lock writes to CR0 - CR7 */
148 #define VGA_SR02_ALL_PLANES 0x0F /* bits 3-0: enable access to all planes */
149 #define VGA_SR04_EXT_MEM 0x02 /* bit 1: allows complete mem access to 256K */
167 /* macro for composing an 8-bit VGA register index and value
168 * into a single 16-bit quantity */
171 /* decide whether we should enable the faster 16-bit VGA register writes */
186 unsigned long membase; /* VGA window base, 0 for default - 0xA000 */
192 __u32 num_gfx; /* number of gfx registers, 0 for default */