Go to the documentation of this file.
5 #define UDE_BASE (PKUNITY_UNIGFX_BASE + 0x1400)
6 #define UGE_BASE (PKUNITY_UNIGFX_BASE + 0x0000)
14 #define UDE_CFG (UDE_BASE + 0x0000)
18 #define UDE_FSA (UDE_BASE + 0x0004)
22 #define UDE_LS (UDE_BASE + 0x0008)
26 #define UDE_PS (UDE_BASE + 0x000C)
30 #define UDE_HAT (UDE_BASE + 0x0010)
34 #define UDE_HBT (UDE_BASE + 0x0014)
38 #define UDE_HST (UDE_BASE + 0x0018)
42 #define UDE_VAT (UDE_BASE + 0x001C)
46 #define UDE_VBT (UDE_BASE + 0x0020)
50 #define UDE_VST (UDE_BASE + 0x0024)
54 #define UDE_CXY (UDE_BASE + 0x0028)
58 #define UDE_CC0 (UDE_BASE + 0x002C)
62 #define UDE_CC1 (UDE_BASE + 0x0030)
66 #define UDE_VXY (UDE_BASE + 0x0034)
70 #define UDE_VSA (UDE_BASE + 0x0040)
74 #define UDE_VS (UDE_BASE + 0x004C)
82 #define UGE_SRCXY (UGE_BASE + 0x0000)
86 #define UGE_DSTXY (UGE_BASE + 0x0004)
90 #define UGE_PITCH (UGE_BASE + 0x0008)
94 #define UGE_SRCSTART (UGE_BASE + 0x000C)
98 #define UGE_DSTSTART (UGE_BASE + 0x0010)
102 #define UGE_WIDHEIGHT (UGE_BASE + 0x0014)
106 #define UGE_ROPALPHA (UGE_BASE + 0x0018)
110 #define UGE_FCOLOR (UGE_BASE + 0x001C)
114 #define UGE_BCOLOR (UGE_BASE + 0x0020)
118 #define UGE_SCH (UGE_BASE + 0x0024)
122 #define UGE_DCH (UGE_BASE + 0x0028)
126 #define UGE_SCL (UGE_BASE + 0x002C)
130 #define UGE_DCL (UGE_BASE + 0x0030)
134 #define UGE_CLIP0 (UGE_BASE + 0x0034)
138 #define UGE_CLIP1 (UGE_BASE + 0x0038)
142 #define UGE_COMMAND (UGE_BASE + 0x003C)
146 #define UGE_P0 (UGE_BASE + 0x0040)
147 #define UGE_P1 (UGE_BASE + 0x0044)
148 #define UGE_P2 (UGE_BASE + 0x0048)
149 #define UGE_P3 (UGE_BASE + 0x004C)
150 #define UGE_P4 (UGE_BASE + 0x0050)
151 #define UGE_P5 (UGE_BASE + 0x0054)
152 #define UGE_P6 (UGE_BASE + 0x0058)
153 #define UGE_P7 (UGE_BASE + 0x005C)
154 #define UGE_P8 (UGE_BASE + 0x0060)
155 #define UGE_P9 (UGE_BASE + 0x0064)
156 #define UGE_P10 (UGE_BASE + 0x0068)
157 #define UGE_P11 (UGE_BASE + 0x006C)
158 #define UGE_P12 (UGE_BASE + 0x0070)
159 #define UGE_P13 (UGE_BASE + 0x0074)
160 #define UGE_P14 (UGE_BASE + 0x0078)
161 #define UGE_P15 (UGE_BASE + 0x007C)
162 #define UGE_P16 (UGE_BASE + 0x0080)
163 #define UGE_P17 (UGE_BASE + 0x0084)
164 #define UGE_P18 (UGE_BASE + 0x0088)
165 #define UGE_P19 (UGE_BASE + 0x008C)
166 #define UGE_P20 (UGE_BASE + 0x0090)
167 #define UGE_P21 (UGE_BASE + 0x0094)
168 #define UGE_P22 (UGE_BASE + 0x0098)
169 #define UGE_P23 (UGE_BASE + 0x009C)
170 #define UGE_P24 (UGE_BASE + 0x00A0)
171 #define UGE_P25 (UGE_BASE + 0x00A4)
172 #define UGE_P26 (UGE_BASE + 0x00A8)
173 #define UGE_P27 (UGE_BASE + 0x00AC)
174 #define UGE_P28 (UGE_BASE + 0x00B0)
175 #define UGE_P29 (UGE_BASE + 0x00B4)
176 #define UGE_P30 (UGE_BASE + 0x00B8)
177 #define UGE_P31 (UGE_BASE + 0x00BC)
179 #define UDE_CFG_DST_MASK FMASK(2, 8)
180 #define UDE_CFG_DST8 FIELD(0x0, 2, 8)
181 #define UDE_CFG_DST16 FIELD(0x1, 2, 8)
182 #define UDE_CFG_DST24 FIELD(0x2, 2, 8)
183 #define UDE_CFG_DST32 FIELD(0x3, 2, 8)
188 #define UDE_CFG_GDEN_ENABLE FIELD(1, 1, 3)
192 #define UDE_CFG_VDEN_ENABLE FIELD(1, 1, 4)
196 #define UDE_CFG_CDEN_ENABLE FIELD(1, 1, 5)
200 #define UDE_CFG_TIMEUP_ENABLE FIELD(1, 1, 6)