STG4000Reg.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. /*
  2. * linux/drivers/video/kyro/STG4000Reg.h
  3. *
  4. * Copyright (C) 2002 STMicroelectronics
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file COPYING in the main directory of this archive
  8. * for more details.
  9. */
  10. #ifndef _STG4000REG_H
  11. #define _STG4000REG_H
  12. #define DWFILL unsigned long :32
  13. #define WFILL unsigned short :16
  14. /*
  15. * Macros that access memory mapped card registers in PCI space
  16. * Add an appropraite section for your OS or processor architecture.
  17. */
  18. #if defined(__KERNEL__)
  19. #include <asm/page.h>
  20. #include <asm/io.h>
  21. #define STG_WRITE_REG(reg,data) (writel(data,&pSTGReg->reg))
  22. #define STG_READ_REG(reg) (readl(&pSTGReg->reg))
  23. #else
  24. #define STG_WRITE_REG(reg,data) (pSTGReg->reg = data)
  25. #define STG_READ_REG(reg) (pSTGReg->reg)
  26. #endif /* __KERNEL__ */
  27. #define SET_BIT(n) (1<<(n))
  28. #define CLEAR_BIT(n) (tmp &= ~(1<<n))
  29. #define CLEAR_BITS_FRM_TO(frm, to) \
  30. {\
  31. int i; \
  32. for(i = frm; i<= to; i++) \
  33. { \
  34. tmp &= ~(1<<i); \
  35. } \
  36. }
  37. #define CLEAR_BIT_2(n) (usTemp &= ~(1<<n))
  38. #define CLEAR_BITS_FRM_TO_2(frm, to) \
  39. {\
  40. int i; \
  41. for(i = frm; i<= to; i++) \
  42. { \
  43. usTemp &= ~(1<<i); \
  44. } \
  45. }
  46. /* LUT select */
  47. typedef enum _LUT_USES {
  48. NO_LUT = 0, RESERVED, GRAPHICS, OVERLAY
  49. } LUT_USES;
  50. /* Primary surface pixel format select */
  51. typedef enum _PIXEL_FORMAT {
  52. _8BPP = 0, _15BPP, _16BPP, _24BPP, _32BPP
  53. } PIXEL_FORMAT;
  54. /* Overlay blending mode select */
  55. typedef enum _BLEND_MODE {
  56. GRAPHICS_MODE = 0, COLOR_KEY, PER_PIXEL_ALPHA, GLOBAL_ALPHA,
  57. CK_PIXEL_ALPHA, CK_GLOBAL_ALPHA
  58. } OVRL_BLEND_MODE;
  59. /* Overlay Pixel format select */
  60. typedef enum _OVRL_PIX_FORMAT {
  61. UYVY, VYUY, YUYV, YVYU
  62. } OVRL_PIX_FORMAT;
  63. /* Register Table */
  64. typedef struct {
  65. /* 0h */
  66. volatile unsigned long Thread0Enable; /* 0x0000 */
  67. volatile unsigned long Thread1Enable; /* 0x0004 */
  68. volatile unsigned long Thread0Recover; /* 0x0008 */
  69. volatile unsigned long Thread1Recover; /* 0x000C */
  70. volatile unsigned long Thread0Step; /* 0x0010 */
  71. volatile unsigned long Thread1Step; /* 0x0014 */
  72. volatile unsigned long VideoInStatus; /* 0x0018 */
  73. volatile unsigned long Core2InSignStart; /* 0x001C */
  74. volatile unsigned long Core1ResetVector; /* 0x0020 */
  75. volatile unsigned long Core1ROMOffset; /* 0x0024 */
  76. volatile unsigned long Core1ArbiterPriority; /* 0x0028 */
  77. volatile unsigned long VideoInControl; /* 0x002C */
  78. volatile unsigned long VideoInReg0CtrlA; /* 0x0030 */
  79. volatile unsigned long VideoInReg0CtrlB; /* 0x0034 */
  80. volatile unsigned long VideoInReg1CtrlA; /* 0x0038 */
  81. volatile unsigned long VideoInReg1CtrlB; /* 0x003C */
  82. volatile unsigned long Thread0Kicker; /* 0x0040 */
  83. volatile unsigned long Core2InputSign; /* 0x0044 */
  84. volatile unsigned long Thread0ProgCtr; /* 0x0048 */
  85. volatile unsigned long Thread1ProgCtr; /* 0x004C */
  86. volatile unsigned long Thread1Kicker; /* 0x0050 */
  87. volatile unsigned long GPRegister1; /* 0x0054 */
  88. volatile unsigned long GPRegister2; /* 0x0058 */
  89. volatile unsigned long GPRegister3; /* 0x005C */
  90. volatile unsigned long GPRegister4; /* 0x0060 */
  91. volatile unsigned long SerialIntA; /* 0x0064 */
  92. volatile unsigned long Fill0[6]; /* GAP 0x0068 - 0x007C */
  93. volatile unsigned long SoftwareReset; /* 0x0080 */
  94. volatile unsigned long SerialIntB; /* 0x0084 */
  95. volatile unsigned long Fill1[37]; /* GAP 0x0088 - 0x011C */
  96. volatile unsigned long ROMELQV; /* 0x011C */
  97. volatile unsigned long WLWH; /* 0x0120 */
  98. volatile unsigned long ROMELWL; /* 0x0124 */
  99. volatile unsigned long dwFill_1; /* GAP 0x0128 */
  100. volatile unsigned long IntStatus; /* 0x012C */
  101. volatile unsigned long IntMask; /* 0x0130 */
  102. volatile unsigned long IntClear; /* 0x0134 */
  103. volatile unsigned long Fill2[6]; /* GAP 0x0138 - 0x014C */
  104. volatile unsigned long ROMGPIOA; /* 0x0150 */
  105. volatile unsigned long ROMGPIOB; /* 0x0154 */
  106. volatile unsigned long ROMGPIOC; /* 0x0158 */
  107. volatile unsigned long ROMGPIOD; /* 0x015C */
  108. volatile unsigned long Fill3[2]; /* GAP 0x0160 - 0x0168 */
  109. volatile unsigned long AGPIntID; /* 0x0168 */
  110. volatile unsigned long AGPIntClassCode; /* 0x016C */
  111. volatile unsigned long AGPIntBIST; /* 0x0170 */
  112. volatile unsigned long AGPIntSSID; /* 0x0174 */
  113. volatile unsigned long AGPIntPMCSR; /* 0x0178 */
  114. volatile unsigned long VGAFrameBufBase; /* 0x017C */
  115. volatile unsigned long VGANotify; /* 0x0180 */
  116. volatile unsigned long DACPLLMode; /* 0x0184 */
  117. volatile unsigned long Core1VideoClockDiv; /* 0x0188 */
  118. volatile unsigned long AGPIntStat; /* 0x018C */
  119. /*
  120. volatile unsigned long Fill4[0x0400/4 - 0x0190/4]; //GAP 0x0190 - 0x0400
  121. volatile unsigned long Fill5[0x05FC/4 - 0x0400/4]; //GAP 0x0400 - 0x05FC Fog Table
  122. volatile unsigned long Fill6[0x0604/4 - 0x0600/4]; //GAP 0x0600 - 0x0604
  123. volatile unsigned long Fill7[0x0680/4 - 0x0608/4]; //GAP 0x0608 - 0x0680
  124. volatile unsigned long Fill8[0x07FC/4 - 0x0684/4]; //GAP 0x0684 - 0x07FC
  125. */
  126. volatile unsigned long Fill4[412]; /* 0x0190 - 0x07FC */
  127. volatile unsigned long TACtrlStreamBase; /* 0x0800 */
  128. volatile unsigned long TAObjDataBase; /* 0x0804 */
  129. volatile unsigned long TAPtrDataBase; /* 0x0808 */
  130. volatile unsigned long TARegionDataBase; /* 0x080C */
  131. volatile unsigned long TATailPtrBase; /* 0x0810 */
  132. volatile unsigned long TAPtrRegionSize; /* 0x0814 */
  133. volatile unsigned long TAConfiguration; /* 0x0818 */
  134. volatile unsigned long TAObjDataStartAddr; /* 0x081C */
  135. volatile unsigned long TAObjDataEndAddr; /* 0x0820 */
  136. volatile unsigned long TAXScreenClip; /* 0x0824 */
  137. volatile unsigned long TAYScreenClip; /* 0x0828 */
  138. volatile unsigned long TARHWClamp; /* 0x082C */
  139. volatile unsigned long TARHWCompare; /* 0x0830 */
  140. volatile unsigned long TAStart; /* 0x0834 */
  141. volatile unsigned long TAObjReStart; /* 0x0838 */
  142. volatile unsigned long TAPtrReStart; /* 0x083C */
  143. volatile unsigned long TAStatus1; /* 0x0840 */
  144. volatile unsigned long TAStatus2; /* 0x0844 */
  145. volatile unsigned long TAIntStatus; /* 0x0848 */
  146. volatile unsigned long TAIntMask; /* 0x084C */
  147. volatile unsigned long Fill5[235]; /* GAP 0x0850 - 0x0BF8 */
  148. volatile unsigned long TextureAddrThresh; /* 0x0BFC */
  149. volatile unsigned long Core1Translation; /* 0x0C00 */
  150. volatile unsigned long TextureAddrReMap; /* 0x0C04 */
  151. volatile unsigned long RenderOutAGPRemap; /* 0x0C08 */
  152. volatile unsigned long _3DRegionReadTrans; /* 0x0C0C */
  153. volatile unsigned long _3DPtrReadTrans; /* 0x0C10 */
  154. volatile unsigned long _3DParamReadTrans; /* 0x0C14 */
  155. volatile unsigned long _3DRegionReadThresh; /* 0x0C18 */
  156. volatile unsigned long _3DPtrReadThresh; /* 0x0C1C */
  157. volatile unsigned long _3DParamReadThresh; /* 0x0C20 */
  158. volatile unsigned long _3DRegionReadAGPRemap; /* 0x0C24 */
  159. volatile unsigned long _3DPtrReadAGPRemap; /* 0x0C28 */
  160. volatile unsigned long _3DParamReadAGPRemap; /* 0x0C2C */
  161. volatile unsigned long ZBufferAGPRemap; /* 0x0C30 */
  162. volatile unsigned long TAIndexAGPRemap; /* 0x0C34 */
  163. volatile unsigned long TAVertexAGPRemap; /* 0x0C38 */
  164. volatile unsigned long TAUVAddrTrans; /* 0x0C3C */
  165. volatile unsigned long TATailPtrCacheTrans; /* 0x0C40 */
  166. volatile unsigned long TAParamWriteTrans; /* 0x0C44 */
  167. volatile unsigned long TAPtrWriteTrans; /* 0x0C48 */
  168. volatile unsigned long TAParamWriteThresh; /* 0x0C4C */
  169. volatile unsigned long TAPtrWriteThresh; /* 0x0C50 */
  170. volatile unsigned long TATailPtrCacheAGPRe; /* 0x0C54 */
  171. volatile unsigned long TAParamWriteAGPRe; /* 0x0C58 */
  172. volatile unsigned long TAPtrWriteAGPRe; /* 0x0C5C */
  173. volatile unsigned long SDRAMArbiterConf; /* 0x0C60 */
  174. volatile unsigned long SDRAMConf0; /* 0x0C64 */
  175. volatile unsigned long SDRAMConf1; /* 0x0C68 */
  176. volatile unsigned long SDRAMConf2; /* 0x0C6C */
  177. volatile unsigned long SDRAMRefresh; /* 0x0C70 */
  178. volatile unsigned long SDRAMPowerStat; /* 0x0C74 */
  179. volatile unsigned long Fill6[2]; /* GAP 0x0C78 - 0x0C7C */
  180. volatile unsigned long RAMBistData; /* 0x0C80 */
  181. volatile unsigned long RAMBistCtrl; /* 0x0C84 */
  182. volatile unsigned long FIFOBistKey; /* 0x0C88 */
  183. volatile unsigned long RAMBistResult; /* 0x0C8C */
  184. volatile unsigned long FIFOBistResult; /* 0x0C90 */
  185. /*
  186. volatile unsigned long Fill11[0x0CBC/4 - 0x0C94/4]; //GAP 0x0C94 - 0x0CBC
  187. volatile unsigned long Fill12[0x0CD0/4 - 0x0CC0/4]; //GAP 0x0CC0 - 0x0CD0 3DRegisters
  188. */
  189. volatile unsigned long Fill7[16]; /* 0x0c94 - 0x0cd0 */
  190. volatile unsigned long SDRAMAddrSign; /* 0x0CD4 */
  191. volatile unsigned long SDRAMDataSign; /* 0x0CD8 */
  192. volatile unsigned long SDRAMSignConf; /* 0x0CDC */
  193. /* DWFILL; //GAP 0x0CE0 */
  194. volatile unsigned long dwFill_2;
  195. volatile unsigned long ISPSignature; /* 0x0CE4 */
  196. volatile unsigned long Fill8[454]; /*GAP 0x0CE8 - 0x13FC */
  197. volatile unsigned long DACPrimAddress; /* 0x1400 */
  198. volatile unsigned long DACPrimSize; /* 0x1404 */
  199. volatile unsigned long DACCursorAddr; /* 0x1408 */
  200. volatile unsigned long DACCursorCtrl; /* 0x140C */
  201. volatile unsigned long DACOverlayAddr; /* 0x1410 */
  202. volatile unsigned long DACOverlayUAddr; /* 0x1414 */
  203. volatile unsigned long DACOverlayVAddr; /* 0x1418 */
  204. volatile unsigned long DACOverlaySize; /* 0x141C */
  205. volatile unsigned long DACOverlayVtDec; /* 0x1420 */
  206. volatile unsigned long Fill9[9]; /* GAP 0x1424 - 0x1444 */
  207. volatile unsigned long DACVerticalScal; /* 0x1448 */
  208. volatile unsigned long DACPixelFormat; /* 0x144C */
  209. volatile unsigned long DACHorizontalScal; /* 0x1450 */
  210. volatile unsigned long DACVidWinStart; /* 0x1454 */
  211. volatile unsigned long DACVidWinEnd; /* 0x1458 */
  212. volatile unsigned long DACBlendCtrl; /* 0x145C */
  213. volatile unsigned long DACHorTim1; /* 0x1460 */
  214. volatile unsigned long DACHorTim2; /* 0x1464 */
  215. volatile unsigned long DACHorTim3; /* 0x1468 */
  216. volatile unsigned long DACVerTim1; /* 0x146C */
  217. volatile unsigned long DACVerTim2; /* 0x1470 */
  218. volatile unsigned long DACVerTim3; /* 0x1474 */
  219. volatile unsigned long DACBorderColor; /* 0x1478 */
  220. volatile unsigned long DACSyncCtrl; /* 0x147C */
  221. volatile unsigned long DACStreamCtrl; /* 0x1480 */
  222. volatile unsigned long DACLUTAddress; /* 0x1484 */
  223. volatile unsigned long DACLUTData; /* 0x1488 */
  224. volatile unsigned long DACBurstCtrl; /* 0x148C */
  225. volatile unsigned long DACCrcTrigger; /* 0x1490 */
  226. volatile unsigned long DACCrcDone; /* 0x1494 */
  227. volatile unsigned long DACCrcResult1; /* 0x1498 */
  228. volatile unsigned long DACCrcResult2; /* 0x149C */
  229. volatile unsigned long DACLinecount; /* 0x14A0 */
  230. volatile unsigned long Fill10[151]; /*GAP 0x14A4 - 0x16FC */
  231. volatile unsigned long DigVidPortCtrl; /* 0x1700 */
  232. volatile unsigned long DigVidPortStat; /* 0x1704 */
  233. /*
  234. volatile unsigned long Fill11[0x1FFC/4 - 0x1708/4]; //GAP 0x1708 - 0x1FFC
  235. volatile unsigned long Fill17[0x3000/4 - 0x2FFC/4]; //GAP 0x2000 - 0x2FFC ALUT
  236. */
  237. volatile unsigned long Fill11[1598];
  238. /* DWFILL; //GAP 0x3000 ALUT 256MB offset */
  239. volatile unsigned long Fill_3;
  240. } STG4000REG;
  241. #endif /* _STG4000REG_H */