tgareg.h Source File
Back to the index.
Go to the documentation of this file.
3 #ifndef _ALPHA_INCLUDE_TGAREG_H_
4 #define _ALPHA_INCLUDE_TGAREG_H_
37 #define TGA_PCIREG_PVRR 0x40
39 #define TGA_PCIREG_PAER 0x44
45 #define TGA_MEM_ALTROM 0x0000000
46 #define TGA2_MEM_EXTDEV 0x0000000
47 #define TGA_MEM_CREGS 0x0100000
48 #define TGA_CREGS_SIZE 0x0100000
49 #define TGA_CREGS_ALIAS 0x0000400
51 #define TGA2_MEM_CLOCK 0x0060000
52 #define TGA2_MEM_RAMDAC 0x0080000
62 #define TGA_REG_GCBR0 0x000
63 #define TGA_REG_GCBR1 0x001
64 #define TGA_REG_GCBR2 0x002
65 #define TGA_REG_GCBR3 0x003
66 #define TGA_REG_GCBR4 0x004
67 #define TGA_REG_GCBR5 0x005
68 #define TGA_REG_GCBR6 0x006
69 #define TGA_REG_GCBR7 0x007
71 #define TGA_REG_GFGR 0x008
72 #define TGA_REG_GBGR 0x009
73 #define TGA_REG_GPMR 0x00a
74 #define TGA_REG_GPXR_S 0x00b
75 #define TGA_REG_GMOR 0x00c
76 #define TGA_REG_GOPR 0x00d
77 #define TGA_REG_GPSR 0x00e
78 #define TGA_REG_GADR 0x00f
80 #define TGA_REG_GB1R 0x010
81 #define TGA_REG_GB2R 0x011
82 #define TGA_REG_GB3R 0x012
84 #define TGA_REG_GCTR 0x013
85 #define TGA_REG_GDER 0x014
86 #define TGA_REG_GREV 0x015
88 #define TGA_REG_GSMR 0x016
89 #define TGA_REG_GPXR_P 0x017
90 #define TGA_REG_CCBR 0x018
91 #define TGA_REG_VHCR 0x019
92 #define TGA_REG_VVCR 0x01a
93 #define TGA_REG_VVBR 0x01b
94 #define TGA_REG_VVVR 0x01c
95 #define TGA_REG_CXYR 0x01d
96 #define TGA_REG_VSAR 0x01e
97 #define TGA_REG_SISR 0x01f
98 #define TGA_REG_GDAR 0x020
99 #define TGA_REG_GRIR 0x021
100 #define TGA_REG_GGIR 0x022
101 #define TGA_REG_GBIR 0x023
102 #define TGA_REG_GZIR_L 0x024
103 #define TGA_REG_GZIR_H 0x025
104 #define TGA_REG_GDBR 0x026
105 #define TGA_REG_GBWR 0x027
106 #define TGA_REG_GZVR_L 0x028
107 #define TGA_REG_GZVR_H 0x029
108 #define TGA_REG_GZBR 0x02a
110 #define TGA_REG_GRVR 0x02c
111 #define TGA_REG_GGVR 0x02d
112 #define TGA_REG_GBVR 0x02e
113 #define TGA_REG_GSWR 0x02f
114 #define TGA_REG_EPSR 0x030
118 #define TGA_REG_GSNR0 0x040
119 #define TGA_REG_GSNR1 0x041
120 #define TGA_REG_GSNR2 0x042
121 #define TGA_REG_GSNR3 0x043
122 #define TGA_REG_GSNR4 0x044
123 #define TGA_REG_GSNR5 0x045
124 #define TGA_REG_GSNR6 0x046
125 #define TGA_REG_GSNR7 0x047
127 #define TGA_REG_GSLR0 0x048
128 #define TGA_REG_GSLR1 0x049
129 #define TGA_REG_GSLR2 0x04a
130 #define TGA_REG_GSLR3 0x04b
131 #define TGA_REG_GSLR4 0x04c
132 #define TGA_REG_GSLR5 0x04d
133 #define TGA_REG_GSLR6 0x04e
134 #define TGA_REG_GSLR7 0x04f
136 #define TGA_REG_GBCR0 0x050
137 #define TGA_REG_GBCR1 0x051
138 #define TGA_REG_GBCR2 0x052
139 #define TGA_REG_GBCR3 0x053
140 #define TGA_REG_GBCR4 0x054
141 #define TGA_REG_GBCR5 0x055
142 #define TGA_REG_GBCR6 0x056
143 #define TGA_REG_GBCR7 0x057
145 #define TGA_REG_GCSR 0x058
146 #define TGA_REG_GCDR 0x059
151 #define TGA_REG_ERWR 0x078
155 #define TGA_REG_ECGR 0x07a
159 #define TGA_REG_EPDR 0x07c
163 #define TGA_REG_SCSR 0x07e
170 #define VVR_VIDEOVALID 0x00000001
171 #define VVR_BLANK 0x00000002
172 #define VVR_CURSOR 0x00000004
173 #define VVR_INTERLACE 0x00000008
174 #define VVR_DPMS_MASK 0x00000030
175 #define VVR_DPMS_SHIFT 4
176 #define VVR_DDC 0x00000040
177 #define VVR_TILED 0x00000400
178 #define VVR_LDDLY_MASK 0x01ff0000
180 #define VVR_LDDLY_SHIFT 16
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17