Lines Matching full:controller
32 #define VGA_CRT_DC 0x3D5 /* CRT Controller Data Register - color emulation */
33 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */
34 #define VGA_ATT_R 0x3C1 /* Attribute Controller Data Read Register */
35 #define VGA_ATT_W 0x3C0 /* Attribute Controller Data Write Register */
36 #define VGA_GFX_D 0x3CF /* Graphics Controller Data Register */
51 #define VGA_CRT_IC 0x3D4 /* CRT Controller Index - color emulation */
52 #define VGA_CRT_IM 0x3B4 /* CRT Controller Index - mono emulation */
53 #define VGA_ATT_IW 0x3C0 /* Attribute Controller Index & Data Write Register */
54 #define VGA_GFX_I 0x3CE /* Graphics Controller Index */
60 #define VGA_CRT_C 0x19 /* Number of CRT Controller Registers */
61 #define VGA_ATT_C 0x15 /* Number of Attribute Controller Registers */
62 #define VGA_GFX_C 0x09 /* Number of Graphics Controller Registers */
73 /* VGA CRT controller register indices */
101 /* VGA CRT controller bit masks */
107 /* VGA attribute controller register indices */
147 /* VGA graphics controller register indices */
158 /* VGA graphics controller bit masks */