Hal8723BPhyReg.h 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. *
  19. ******************************************************************************/
  20. #ifndef __INC_HAL8723BPHYREG_H__
  21. #define __INC_HAL8723BPHYREG_H__
  22. #define rSYM_WLBT_PAPE_SEL 0x64
  23. /*
  24. * BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF
  25. * 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF
  26. * 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00
  27. * 3. RF register 0x00-2E
  28. * 4. Bit Mask for BB/RF register
  29. * 5. Other defintion for BB/RF R/W
  30. * */
  31. /*
  32. * 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF
  33. * 1. Page1(0x100)
  34. * */
  35. #define rPMAC_Reset 0x100
  36. #define rPMAC_TxStart 0x104
  37. #define rPMAC_TxLegacySIG 0x108
  38. #define rPMAC_TxHTSIG1 0x10c
  39. #define rPMAC_TxHTSIG2 0x110
  40. #define rPMAC_PHYDebug 0x114
  41. #define rPMAC_TxPacketNum 0x118
  42. #define rPMAC_TxIdle 0x11c
  43. #define rPMAC_TxMACHeader0 0x120
  44. #define rPMAC_TxMACHeader1 0x124
  45. #define rPMAC_TxMACHeader2 0x128
  46. #define rPMAC_TxMACHeader3 0x12c
  47. #define rPMAC_TxMACHeader4 0x130
  48. #define rPMAC_TxMACHeader5 0x134
  49. #define rPMAC_TxDataType 0x138
  50. #define rPMAC_TxRandomSeed 0x13c
  51. #define rPMAC_CCKPLCPPreamble 0x140
  52. #define rPMAC_CCKPLCPHeader 0x144
  53. #define rPMAC_CCKCRC16 0x148
  54. #define rPMAC_OFDMRxCRC32OK 0x170
  55. #define rPMAC_OFDMRxCRC32Er 0x174
  56. #define rPMAC_OFDMRxParityEr 0x178
  57. #define rPMAC_OFDMRxCRC8Er 0x17c
  58. #define rPMAC_CCKCRxRC16Er 0x180
  59. #define rPMAC_CCKCRxRC32Er 0x184
  60. #define rPMAC_CCKCRxRC32OK 0x188
  61. #define rPMAC_TxStatus 0x18c
  62. /*
  63. * 2. Page2(0x200)
  64. *
  65. * The following two definition are only used for USB interface. */
  66. #define RF_BB_CMD_ADDR 0x02c0 /* RF/BB read/write command address. */
  67. #define RF_BB_CMD_DATA 0x02c4 /* RF/BB read/write command data. */
  68. /*
  69. * 3. Page8(0x800)
  70. * */
  71. #define rFPGA0_RFMOD 0x800 /* RF mode & CCK TxSC */ /* RF BW Setting?? */
  72. #define rFPGA0_TxInfo 0x804 /* Status report?? */
  73. #define rFPGA0_PSDFunction 0x808
  74. #define rFPGA0_TxGainStage 0x80c /* Set TX PWR init gain? */
  75. #define rFPGA0_RFTiming1 0x810 /* Useless now */
  76. #define rFPGA0_RFTiming2 0x814
  77. #define rFPGA0_XA_HSSIParameter1 0x820 /* RF 3 wire register */
  78. #define rFPGA0_XA_HSSIParameter2 0x824
  79. #define rFPGA0_XB_HSSIParameter1 0x828
  80. #define rFPGA0_XB_HSSIParameter2 0x82c
  81. #define rTxAGC_B_Rate18_06 0x830
  82. #define rTxAGC_B_Rate54_24 0x834
  83. #define rTxAGC_B_CCK1_55_Mcs32 0x838
  84. #define rTxAGC_B_Mcs03_Mcs00 0x83c
  85. #define rTxAGC_B_Mcs07_Mcs04 0x848
  86. #define rTxAGC_B_Mcs11_Mcs08 0x84c
  87. #define rFPGA0_XA_LSSIParameter 0x840
  88. #define rFPGA0_XB_LSSIParameter 0x844
  89. #define rFPGA0_RFWakeUpParameter 0x850 /* Useless now */
  90. #define rFPGA0_RFSleepUpParameter 0x854
  91. #define rFPGA0_XAB_SwitchControl 0x858 /* RF Channel switch */
  92. #define rFPGA0_XCD_SwitchControl 0x85c
  93. #define rFPGA0_XA_RFInterfaceOE 0x860 /* RF Channel switch */
  94. #define rFPGA0_XB_RFInterfaceOE 0x864
  95. #define rTxAGC_B_Mcs15_Mcs12 0x868
  96. #define rTxAGC_B_CCK11_A_CCK2_11 0x86c
  97. #define rFPGA0_XAB_RFInterfaceSW 0x870 /* RF Interface Software Control */
  98. #define rFPGA0_XCD_RFInterfaceSW 0x874
  99. #define rFPGA0_XAB_RFParameter 0x878 /* RF Parameter */
  100. #define rFPGA0_XCD_RFParameter 0x87c
  101. #define rFPGA0_AnalogParameter1 0x880 /* Crystal cap setting RF-R/W protection for parameter4?? */
  102. #define rFPGA0_AnalogParameter2 0x884
  103. #define rFPGA0_AnalogParameter3 0x888 /* Useless now */
  104. #define rFPGA0_AnalogParameter4 0x88c
  105. #define rFPGA0_XA_LSSIReadBack 0x8a0 /* Tranceiver LSSI Readback */
  106. #define rFPGA0_XB_LSSIReadBack 0x8a4
  107. #define rFPGA0_XC_LSSIReadBack 0x8a8
  108. #define rFPGA0_XD_LSSIReadBack 0x8ac
  109. #define rFPGA0_PSDReport 0x8b4 /* Useless now */
  110. #define TransceiverA_HSPI_Readback 0x8b8 /* Transceiver A HSPI Readback */
  111. #define TransceiverB_HSPI_Readback 0x8bc /* Transceiver B HSPI Readback */
  112. #define rFPGA0_XAB_RFInterfaceRB 0x8e0 /* Useless now */ /* RF Interface Readback Value */
  113. #define rFPGA0_XCD_RFInterfaceRB 0x8e4 /* Useless now */
  114. /*
  115. * 4. Page9(0x900)
  116. * */
  117. #define rFPGA1_RFMOD 0x900 /* RF mode & OFDM TxSC */ /* RF BW Setting?? */
  118. #define rFPGA1_TxBlock 0x904 /* Useless now */
  119. #define rFPGA1_DebugSelect 0x908 /* Useless now */
  120. #define rFPGA1_TxInfo 0x90c /* Useless now */ /* Status report?? */
  121. #define rDPDT_control 0x92c
  122. #define rfe_ctrl_anta_src 0x930
  123. #define rS0S1_PathSwitch 0x948
  124. /*
  125. * 5. PageA(0xA00)
  126. *
  127. * Set Control channel to upper or lower. These settings are required only for 40MHz */
  128. #define rCCK0_System 0xa00
  129. #define rCCK0_AFESetting 0xa04 /* Disable init gain now */ /* Select RX path by RSSI */
  130. #define rCCK0_CCA 0xa08 /* Disable init gain now */ /* Init gain */
  131. #define rCCK0_RxAGC1 0xa0c /* AGC default value, saturation level */ /* Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series */
  132. #define rCCK0_RxAGC2 0xa10 /* AGC & DAGC */
  133. #define rCCK0_RxHP 0xa14
  134. #define rCCK0_DSPParameter1 0xa18 /* Timing recovery & Channel estimation threshold */
  135. #define rCCK0_DSPParameter2 0xa1c /* SQ threshold */
  136. #define rCCK0_TxFilter1 0xa20
  137. #define rCCK0_TxFilter2 0xa24
  138. #define rCCK0_DebugPort 0xa28 /* debug port and Tx filter3 */
  139. #define rCCK0_FalseAlarmReport 0xa2c /* 0xa2d useless now 0xa30-a4f channel report */
  140. #define rCCK0_TRSSIReport 0xa50
  141. #define rCCK0_RxReport 0xa54 /* 0xa57 */
  142. #define rCCK0_FACounterLower 0xa5c /* 0xa5b */
  143. #define rCCK0_FACounterUpper 0xa58 /* 0xa5c */
  144. /*
  145. * PageB(0xB00)
  146. * */
  147. #define rPdp_AntA 0xb00
  148. #define rPdp_AntA_4 0xb04
  149. #define rPdp_AntA_8 0xb08
  150. #define rPdp_AntA_C 0xb0c
  151. #define rPdp_AntA_10 0xb10
  152. #define rPdp_AntA_14 0xb14
  153. #define rPdp_AntA_18 0xb18
  154. #define rPdp_AntA_1C 0xb1c
  155. #define rPdp_AntA_20 0xb20
  156. #define rPdp_AntA_24 0xb24
  157. #define rConfig_Pmpd_AntA 0xb28
  158. #define rConfig_ram64x16 0xb2c
  159. #define rBndA 0xb30
  160. #define rHssiPar 0xb34
  161. #define rConfig_AntA 0xb68
  162. #define rConfig_AntB 0xb6c
  163. #define rPdp_AntB 0xb70
  164. #define rPdp_AntB_4 0xb74
  165. #define rPdp_AntB_8 0xb78
  166. #define rPdp_AntB_C 0xb7c
  167. #define rPdp_AntB_10 0xb80
  168. #define rPdp_AntB_14 0xb84
  169. #define rPdp_AntB_18 0xb88
  170. #define rPdp_AntB_1C 0xb8c
  171. #define rPdp_AntB_20 0xb90
  172. #define rPdp_AntB_24 0xb94
  173. #define rConfig_Pmpd_AntB 0xb98
  174. #define rBndB 0xba0
  175. #define rAPK 0xbd8
  176. #define rPm_Rx0_AntA 0xbdc
  177. #define rPm_Rx1_AntA 0xbe0
  178. #define rPm_Rx2_AntA 0xbe4
  179. #define rPm_Rx3_AntA 0xbe8
  180. #define rPm_Rx0_AntB 0xbec
  181. #define rPm_Rx1_AntB 0xbf0
  182. #define rPm_Rx2_AntB 0xbf4
  183. #define rPm_Rx3_AntB 0xbf8
  184. /*
  185. * 6. PageC(0xC00)
  186. * */
  187. #define rOFDM0_LSTF 0xc00
  188. #define rOFDM0_TRxPathEnable 0xc04
  189. #define rOFDM0_TRMuxPar 0xc08
  190. #define rOFDM0_TRSWIsolation 0xc0c
  191. #define rOFDM0_XARxAFE 0xc10 /* RxIQ DC offset, Rx digital filter, DC notch filter */
  192. #define rOFDM0_XARxIQImbalance 0xc14 /* RxIQ imblance matrix */
  193. #define rOFDM0_XBRxAFE 0xc18
  194. #define rOFDM0_XBRxIQImbalance 0xc1c
  195. #define rOFDM0_XCRxAFE 0xc20
  196. #define rOFDM0_XCRxIQImbalance 0xc24
  197. #define rOFDM0_XDRxAFE 0xc28
  198. #define rOFDM0_XDRxIQImbalance 0xc2c
  199. #define rOFDM0_RxDetector1 0xc30 /* PD, BW & SBD */ /* DM tune init gain */
  200. #define rOFDM0_RxDetector2 0xc34 /* SBD & Fame Sync. */
  201. #define rOFDM0_RxDetector3 0xc38 /* Frame Sync. */
  202. #define rOFDM0_RxDetector4 0xc3c /* PD, SBD, Frame Sync & Short-GI */
  203. #define rOFDM0_RxDSP 0xc40 /* Rx Sync Path */
  204. #define rOFDM0_CFOandDAGC 0xc44 /* CFO & DAGC */
  205. #define rOFDM0_CCADropThreshold 0xc48 /* CCA Drop threshold */
  206. #define rOFDM0_ECCAThreshold 0xc4c /* energy CCA */
  207. #define rOFDM0_XAAGCCore1 0xc50 /* DIG */
  208. #define rOFDM0_XAAGCCore2 0xc54
  209. #define rOFDM0_XBAGCCore1 0xc58
  210. #define rOFDM0_XBAGCCore2 0xc5c
  211. #define rOFDM0_XCAGCCore1 0xc60
  212. #define rOFDM0_XCAGCCore2 0xc64
  213. #define rOFDM0_XDAGCCore1 0xc68
  214. #define rOFDM0_XDAGCCore2 0xc6c
  215. #define rOFDM0_AGCParameter1 0xc70
  216. #define rOFDM0_AGCParameter2 0xc74
  217. #define rOFDM0_AGCRSSITable 0xc78
  218. #define rOFDM0_HTSTFAGC 0xc7c
  219. #define rOFDM0_XATxIQImbalance 0xc80 /* TX PWR TRACK and DIG */
  220. #define rOFDM0_XATxAFE 0xc84
  221. #define rOFDM0_XBTxIQImbalance 0xc88
  222. #define rOFDM0_XBTxAFE 0xc8c
  223. #define rOFDM0_XCTxIQImbalance 0xc90
  224. #define rOFDM0_XCTxAFE 0xc94
  225. #define rOFDM0_XDTxIQImbalance 0xc98
  226. #define rOFDM0_XDTxAFE 0xc9c
  227. #define rOFDM0_RxIQExtAnta 0xca0
  228. #define rOFDM0_TxCoeff1 0xca4
  229. #define rOFDM0_TxCoeff2 0xca8
  230. #define rOFDM0_TxCoeff3 0xcac
  231. #define rOFDM0_TxCoeff4 0xcb0
  232. #define rOFDM0_TxCoeff5 0xcb4
  233. #define rOFDM0_TxCoeff6 0xcb8
  234. #define rOFDM0_RxHPParameter 0xce0
  235. #define rOFDM0_TxPseudoNoiseWgt 0xce4
  236. #define rOFDM0_FrameSync 0xcf0
  237. #define rOFDM0_DFSReport 0xcf4
  238. /*
  239. * 7. PageD(0xD00)
  240. * */
  241. #define rOFDM1_LSTF 0xd00
  242. #define rOFDM1_TRxPathEnable 0xd04
  243. #define rOFDM1_CFO 0xd08 /* No setting now */
  244. #define rOFDM1_CSI1 0xd10
  245. #define rOFDM1_SBD 0xd14
  246. #define rOFDM1_CSI2 0xd18
  247. #define rOFDM1_CFOTracking 0xd2c
  248. #define rOFDM1_TRxMesaure1 0xd34
  249. #define rOFDM1_IntfDet 0xd3c
  250. #define rOFDM1_PseudoNoiseStateAB 0xd50
  251. #define rOFDM1_PseudoNoiseStateCD 0xd54
  252. #define rOFDM1_RxPseudoNoiseWgt 0xd58
  253. #define rOFDM_PHYCounter1 0xda0 /* cca, parity fail */
  254. #define rOFDM_PHYCounter2 0xda4 /* rate illegal, crc8 fail */
  255. #define rOFDM_PHYCounter3 0xda8 /* MCS not support */
  256. #define rOFDM_ShortCFOAB 0xdac /* No setting now */
  257. #define rOFDM_ShortCFOCD 0xdb0
  258. #define rOFDM_LongCFOAB 0xdb4
  259. #define rOFDM_LongCFOCD 0xdb8
  260. #define rOFDM_TailCFOAB 0xdbc
  261. #define rOFDM_TailCFOCD 0xdc0
  262. #define rOFDM_PWMeasure1 0xdc4
  263. #define rOFDM_PWMeasure2 0xdc8
  264. #define rOFDM_BWReport 0xdcc
  265. #define rOFDM_AGCReport 0xdd0
  266. #define rOFDM_RxSNR 0xdd4
  267. #define rOFDM_RxEVMCSI 0xdd8
  268. #define rOFDM_SIGReport 0xddc
  269. /*
  270. * 8. PageE(0xE00)
  271. * */
  272. #define rTxAGC_A_Rate18_06 0xe00
  273. #define rTxAGC_A_Rate54_24 0xe04
  274. #define rTxAGC_A_CCK1_Mcs32 0xe08
  275. #define rTxAGC_A_Mcs03_Mcs00 0xe10
  276. #define rTxAGC_A_Mcs07_Mcs04 0xe14
  277. #define rTxAGC_A_Mcs11_Mcs08 0xe18
  278. #define rTxAGC_A_Mcs15_Mcs12 0xe1c
  279. #define rFPGA0_IQK 0xe28
  280. #define rTx_IQK_Tone_A 0xe30
  281. #define rRx_IQK_Tone_A 0xe34
  282. #define rTx_IQK_PI_A 0xe38
  283. #define rRx_IQK_PI_A 0xe3c
  284. #define rTx_IQK 0xe40
  285. #define rRx_IQK 0xe44
  286. #define rIQK_AGC_Pts 0xe48
  287. #define rIQK_AGC_Rsp 0xe4c
  288. #define rTx_IQK_Tone_B 0xe50
  289. #define rRx_IQK_Tone_B 0xe54
  290. #define rTx_IQK_PI_B 0xe58
  291. #define rRx_IQK_PI_B 0xe5c
  292. #define rIQK_AGC_Cont 0xe60
  293. #define rBlue_Tooth 0xe6c
  294. #define rRx_Wait_CCA 0xe70
  295. #define rTx_CCK_RFON 0xe74
  296. #define rTx_CCK_BBON 0xe78
  297. #define rTx_OFDM_RFON 0xe7c
  298. #define rTx_OFDM_BBON 0xe80
  299. #define rTx_To_Rx 0xe84
  300. #define rTx_To_Tx 0xe88
  301. #define rRx_CCK 0xe8c
  302. #define rTx_Power_Before_IQK_A 0xe94
  303. #define rTx_Power_After_IQK_A 0xe9c
  304. #define rRx_Power_Before_IQK_A 0xea0
  305. #define rRx_Power_Before_IQK_A_2 0xea4
  306. #define rRx_Power_After_IQK_A 0xea8
  307. #define rRx_Power_After_IQK_A_2 0xeac
  308. #define rTx_Power_Before_IQK_B 0xeb4
  309. #define rTx_Power_After_IQK_B 0xebc
  310. #define rRx_Power_Before_IQK_B 0xec0
  311. #define rRx_Power_Before_IQK_B_2 0xec4
  312. #define rRx_Power_After_IQK_B 0xec8
  313. #define rRx_Power_After_IQK_B_2 0xecc
  314. #define rRx_OFDM 0xed0
  315. #define rRx_Wait_RIFS 0xed4
  316. #define rRx_TO_Rx 0xed8
  317. #define rStandby 0xedc
  318. #define rSleep 0xee0
  319. #define rPMPD_ANAEN 0xeec
  320. /*
  321. * 7. RF Register 0x00-0x2E (RF 8256)
  322. * RF-0222D 0x00-3F
  323. *
  324. * Zebra1 */
  325. #define rZebra1_HSSIEnable 0x0 /* Useless now */
  326. #define rZebra1_TRxEnable1 0x1
  327. #define rZebra1_TRxEnable2 0x2
  328. #define rZebra1_AGC 0x4
  329. #define rZebra1_ChargePump 0x5
  330. #define rZebra1_Channel 0x7 /* RF channel switch */
  331. /* #endif */
  332. #define rZebra1_TxGain 0x8 /* Useless now */
  333. #define rZebra1_TxLPF 0x9
  334. #define rZebra1_RxLPF 0xb
  335. #define rZebra1_RxHPFCorner 0xc
  336. /* Zebra4 */
  337. #define rGlobalCtrl 0 /* Useless now */
  338. #define rRTL8256_TxLPF 19
  339. #define rRTL8256_RxLPF 11
  340. /* RTL8258 */
  341. #define rRTL8258_TxLPF 0x11 /* Useless now */
  342. #define rRTL8258_RxLPF 0x13
  343. #define rRTL8258_RSSILPF 0xa
  344. /*
  345. * RL6052 Register definition
  346. * */
  347. #define RF_AC 0x00 /* */
  348. #define RF_IQADJ_G1 0x01 /* */
  349. #define RF_IQADJ_G2 0x02 /* */
  350. #define RF_BS_PA_APSET_G1_G4 0x03
  351. #define RF_BS_PA_APSET_G5_G8 0x04
  352. #define RF_POW_TRSW 0x05 /* */
  353. #define RF_GAIN_RX 0x06 /* */
  354. #define RF_GAIN_TX 0x07 /* */
  355. #define RF_TXM_IDAC 0x08 /* */
  356. #define RF_IPA_G 0x09 /* */
  357. #define RF_TXBIAS_G 0x0A
  358. #define RF_TXPA_AG 0x0B
  359. #define RF_IPA_A 0x0C /* */
  360. #define RF_TXBIAS_A 0x0D
  361. #define RF_BS_PA_APSET_G9_G11 0x0E
  362. #define RF_BS_IQGEN 0x0F /* */
  363. #define RF_MODE1 0x10 /* */
  364. #define RF_MODE2 0x11 /* */
  365. #define RF_RX_AGC_HP 0x12 /* */
  366. #define RF_TX_AGC 0x13 /* */
  367. #define RF_BIAS 0x14 /* */
  368. #define RF_IPA 0x15 /* */
  369. #define RF_TXBIAS 0x16
  370. #define RF_POW_ABILITY 0x17 /* */
  371. #define RF_MODE_AG 0x18 /* */
  372. #define rRfChannel 0x18 /* RF channel and BW switch */
  373. #define RF_CHNLBW 0x18 /* RF channel and BW switch */
  374. #define RF_TOP 0x19 /* */
  375. #define RF_RX_G1 0x1A /* */
  376. #define RF_RX_G2 0x1B /* */
  377. #define RF_RX_BB2 0x1C /* */
  378. #define RF_RX_BB1 0x1D /* */
  379. #define RF_RCK1 0x1E /* */
  380. #define RF_RCK2 0x1F /* */
  381. #define RF_TX_G1 0x20 /* */
  382. #define RF_TX_G2 0x21 /* */
  383. #define RF_TX_G3 0x22 /* */
  384. #define RF_TX_BB1 0x23 /* */
  385. #define RF_T_METER 0x24 /* */
  386. #define RF_SYN_G1 0x25 /* RF TX Power control */
  387. #define RF_SYN_G2 0x26 /* RF TX Power control */
  388. #define RF_SYN_G3 0x27 /* RF TX Power control */
  389. #define RF_SYN_G4 0x28 /* RF TX Power control */
  390. #define RF_SYN_G5 0x29 /* RF TX Power control */
  391. #define RF_SYN_G6 0x2A /* RF TX Power control */
  392. #define RF_SYN_G7 0x2B /* RF TX Power control */
  393. #define RF_SYN_G8 0x2C /* RF TX Power control */
  394. #define RF_RCK_OS 0x30 /* RF TX PA control */
  395. #define RF_TXPA_G1 0x31 /* RF TX PA control */
  396. #define RF_TXPA_G2 0x32 /* RF TX PA control */
  397. #define RF_TXPA_G3 0x33 /* RF TX PA control */
  398. #define RF_TX_BIAS_A 0x35
  399. #define RF_TX_BIAS_D 0x36
  400. #define RF_LOBF_9 0x38
  401. #define RF_RXRF_A3 0x3C /* */
  402. #define RF_TRSW 0x3F
  403. #define RF_TXRF_A2 0x41
  404. #define RF_TXPA_G4 0x46
  405. #define RF_TXPA_A4 0x4B
  406. #define RF_0x52 0x52
  407. #define RF_WE_LUT 0xEF
  408. #define RF_S0S1 0xB0
  409. /*
  410. * Bit Mask
  411. *
  412. * 1. Page1(0x100) */
  413. #define bBBResetB 0x100 /* Useless now? */
  414. #define bGlobalResetB 0x200
  415. #define bOFDMTxStart 0x4
  416. #define bCCKTxStart 0x8
  417. #define bCRC32Debug 0x100
  418. #define bPMACLoopback 0x10
  419. #define bTxLSIG 0xffffff
  420. #define bOFDMTxRate 0xf
  421. #define bOFDMTxReserved 0x10
  422. #define bOFDMTxLength 0x1ffe0
  423. #define bOFDMTxParity 0x20000
  424. #define bTxHTSIG1 0xffffff
  425. #define bTxHTMCSRate 0x7f
  426. #define bTxHTBW 0x80
  427. #define bTxHTLength 0xffff00
  428. #define bTxHTSIG2 0xffffff
  429. #define bTxHTSmoothing 0x1
  430. #define bTxHTSounding 0x2
  431. #define bTxHTReserved 0x4
  432. #define bTxHTAggreation 0x8
  433. #define bTxHTSTBC 0x30
  434. #define bTxHTAdvanceCoding 0x40
  435. #define bTxHTShortGI 0x80
  436. #define bTxHTNumberHT_LTF 0x300
  437. #define bTxHTCRC8 0x3fc00
  438. #define bCounterReset 0x10000
  439. #define bNumOfOFDMTx 0xffff
  440. #define bNumOfCCKTx 0xffff0000
  441. #define bTxIdleInterval 0xffff
  442. #define bOFDMService 0xffff0000
  443. #define bTxMACHeader 0xffffffff
  444. #define bTxDataInit 0xff
  445. #define bTxHTMode 0x100
  446. #define bTxDataType 0x30000
  447. #define bTxRandomSeed 0xffffffff
  448. #define bCCKTxPreamble 0x1
  449. #define bCCKTxSFD 0xffff0000
  450. #define bCCKTxSIG 0xff
  451. #define bCCKTxService 0xff00
  452. #define bCCKLengthExt 0x8000
  453. #define bCCKTxLength 0xffff0000
  454. #define bCCKTxCRC16 0xffff
  455. #define bCCKTxStatus 0x1
  456. #define bOFDMTxStatus 0x2
  457. #define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff))
  458. /* 2. Page8(0x800) */
  459. #define bRFMOD 0x1 /* Reg 0x800 rFPGA0_RFMOD */
  460. #define bJapanMode 0x2
  461. #define bCCKTxSC 0x30
  462. #define bCCKEn 0x1000000
  463. #define bOFDMEn 0x2000000
  464. #define bOFDMRxADCPhase 0x10000 /* Useless now */
  465. #define bOFDMTxDACPhase 0x40000
  466. #define bXATxAGC 0x3f
  467. #define bAntennaSelect 0x0300
  468. #define bXBTxAGC 0xf00 /* Reg 80c rFPGA0_TxGainStage */
  469. #define bXCTxAGC 0xf000
  470. #define bXDTxAGC 0xf0000
  471. #define bPAStart 0xf0000000 /* Useless now */
  472. #define bTRStart 0x00f00000
  473. #define bRFStart 0x0000f000
  474. #define bBBStart 0x000000f0
  475. #define bBBCCKStart 0x0000000f
  476. #define bPAEnd 0xf /* Reg0x814 */
  477. #define bTREnd 0x0f000000
  478. #define bRFEnd 0x000f0000
  479. #define bCCAMask 0x000000f0 /* T2R */
  480. #define bR2RCCAMask 0x00000f00
  481. #define bHSSI_R2TDelay 0xf8000000
  482. #define bHSSI_T2RDelay 0xf80000
  483. #define bContTxHSSI 0x400 /* chane gain at continue Tx */
  484. #define bIGFromCCK 0x200
  485. #define bAGCAddress 0x3f
  486. #define bRxHPTx 0x7000
  487. #define bRxHPT2R 0x38000
  488. #define bRxHPCCKIni 0xc0000
  489. #define bAGCTxCode 0xc00000
  490. #define bAGCRxCode 0x300000
  491. #define b3WireDataLength 0x800 /* Reg 0x820~84f rFPGA0_XA_HSSIParameter1 */
  492. #define b3WireAddressLength 0x400
  493. #define b3WireRFPowerDown 0x1 /* Useless now
  494. * #define bHWSISelect 0x8 */
  495. #define b5GPAPEPolarity 0x40000000
  496. #define b2GPAPEPolarity 0x80000000
  497. #define bRFSW_TxDefaultAnt 0x3
  498. #define bRFSW_TxOptionAnt 0x30
  499. #define bRFSW_RxDefaultAnt 0x300
  500. #define bRFSW_RxOptionAnt 0x3000
  501. #define bRFSI_3WireData 0x1
  502. #define bRFSI_3WireClock 0x2
  503. #define bRFSI_3WireLoad 0x4
  504. #define bRFSI_3WireRW 0x8
  505. #define bRFSI_3Wire 0xf
  506. #define bRFSI_RFENV 0x10 /* Reg 0x870 rFPGA0_XAB_RFInterfaceSW */
  507. #define bRFSI_TRSW 0x20 /* Useless now */
  508. #define bRFSI_TRSWB 0x40
  509. #define bRFSI_ANTSW 0x100
  510. #define bRFSI_ANTSWB 0x200
  511. #define bRFSI_PAPE 0x400
  512. #define bRFSI_PAPE5G 0x800
  513. #define bBandSelect 0x1
  514. #define bHTSIG2_GI 0x80
  515. #define bHTSIG2_Smoothing 0x01
  516. #define bHTSIG2_Sounding 0x02
  517. #define bHTSIG2_Aggreaton 0x08
  518. #define bHTSIG2_STBC 0x30
  519. #define bHTSIG2_AdvCoding 0x40
  520. #define bHTSIG2_NumOfHTLTF 0x300
  521. #define bHTSIG2_CRC8 0x3fc
  522. #define bHTSIG1_MCS 0x7f
  523. #define bHTSIG1_BandWidth 0x80
  524. #define bHTSIG1_HTLength 0xffff
  525. #define bLSIG_Rate 0xf
  526. #define bLSIG_Reserved 0x10
  527. #define bLSIG_Length 0x1fffe
  528. #define bLSIG_Parity 0x20
  529. #define bCCKRxPhase 0x4
  530. #define bLSSIReadAddress 0x7f800000 /* T65 RF */
  531. #define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */
  532. #define bLSSIReadBackData 0xfffff /* T65 RF */
  533. #define bLSSIReadOKFlag 0x1000 /* Useless now */
  534. #define bCCKSampleRate 0x8 /* 0: 44MHz, 1:88MHz */
  535. #define bRegulator0Standby 0x1
  536. #define bRegulatorPLLStandby 0x2
  537. #define bRegulator1Standby 0x4
  538. #define bPLLPowerUp 0x8
  539. #define bDPLLPowerUp 0x10
  540. #define bDA10PowerUp 0x20
  541. #define bAD7PowerUp 0x200
  542. #define bDA6PowerUp 0x2000
  543. #define bXtalPowerUp 0x4000
  544. #define b40MDClkPowerUP 0x8000
  545. #define bDA6DebugMode 0x20000
  546. #define bDA6Swing 0x380000
  547. #define bADClkPhase 0x4000000 /* Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ */
  548. #define b80MClkDelay 0x18000000 /* Useless */
  549. #define bAFEWatchDogEnable 0x20000000
  550. #define bXtalCap01 0xc0000000 /* Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap */
  551. #define bXtalCap23 0x3
  552. #define bXtalCap92x 0x0f000000
  553. #define bXtalCap 0x0f000000
  554. #define bIntDifClkEnable 0x400 /* Useless */
  555. #define bExtSigClkEnable 0x800
  556. #define bBandgapMbiasPowerUp 0x10000
  557. #define bAD11SHGain 0xc0000
  558. #define bAD11InputRange 0x700000
  559. #define bAD11OPCurrent 0x3800000
  560. #define bIPathLoopback 0x4000000
  561. #define bQPathLoopback 0x8000000
  562. #define bAFELoopback 0x10000000
  563. #define bDA10Swing 0x7e0
  564. #define bDA10Reverse 0x800
  565. #define bDAClkSource 0x1000
  566. #define bAD7InputRange 0x6000
  567. #define bAD7Gain 0x38000
  568. #define bAD7OutputCMMode 0x40000
  569. #define bAD7InputCMMode 0x380000
  570. #define bAD7Current 0xc00000
  571. #define bRegulatorAdjust 0x7000000
  572. #define bAD11PowerUpAtTx 0x1
  573. #define bDA10PSAtTx 0x10
  574. #define bAD11PowerUpAtRx 0x100
  575. #define bDA10PSAtRx 0x1000
  576. #define bCCKRxAGCFormat 0x200
  577. #define bPSDFFTSamplepPoint 0xc000
  578. #define bPSDAverageNum 0x3000
  579. #define bIQPathControl 0xc00
  580. #define bPSDFreq 0x3ff
  581. #define bPSDAntennaPath 0x30
  582. #define bPSDIQSwitch 0x40
  583. #define bPSDRxTrigger 0x400000
  584. #define bPSDTxTrigger 0x80000000
  585. #define bPSDSineToneScale 0x7f000000
  586. #define bPSDReport 0xffff
  587. /* 3. Page9(0x900) */
  588. #define bOFDMTxSC 0x30000000 /* Useless */
  589. #define bCCKTxOn 0x1
  590. #define bOFDMTxOn 0x2
  591. #define bDebugPage 0xfff /* reset debug page and also HWord, LWord */
  592. #define bDebugItem 0xff /* reset debug page and LWord */
  593. #define bAntL 0x10
  594. #define bAntNonHT 0x100
  595. #define bAntHT1 0x1000
  596. #define bAntHT2 0x10000
  597. #define bAntHT1S1 0x100000
  598. #define bAntNonHTS1 0x1000000
  599. /* 4. PageA(0xA00) */
  600. #define bCCKBBMode 0x3 /* Useless */
  601. #define bCCKTxPowerSaving 0x80
  602. #define bCCKRxPowerSaving 0x40
  603. #define bCCKSideBand 0x10 /* Reg 0xa00 rCCK0_System 20/40 switch */
  604. #define bCCKScramble 0x8 /* Useless */
  605. #define bCCKAntDiversity 0x8000
  606. #define bCCKCarrierRecovery 0x4000
  607. #define bCCKTxRate 0x3000
  608. #define bCCKDCCancel 0x0800
  609. #define bCCKISICancel 0x0400
  610. #define bCCKMatchFilter 0x0200
  611. #define bCCKEqualizer 0x0100
  612. #define bCCKPreambleDetect 0x800000
  613. #define bCCKFastFalseCCA 0x400000
  614. #define bCCKChEstStart 0x300000
  615. #define bCCKCCACount 0x080000
  616. #define bCCKcs_lim 0x070000
  617. #define bCCKBistMode 0x80000000
  618. #define bCCKCCAMask 0x40000000
  619. #define bCCKTxDACPhase 0x4
  620. #define bCCKRxADCPhase 0x20000000 /* r_rx_clk */
  621. #define bCCKr_cp_mode0 0x0100
  622. #define bCCKTxDCOffset 0xf0
  623. #define bCCKRxDCOffset 0xf
  624. #define bCCKCCAMode 0xc000
  625. #define bCCKFalseCS_lim 0x3f00
  626. #define bCCKCS_ratio 0xc00000
  627. #define bCCKCorgBit_sel 0x300000
  628. #define bCCKPD_lim 0x0f0000
  629. #define bCCKNewCCA 0x80000000
  630. #define bCCKRxHPofIG 0x8000
  631. #define bCCKRxIG 0x7f00
  632. #define bCCKLNAPolarity 0x800000
  633. #define bCCKRx1stGain 0x7f0000
  634. #define bCCKRFExtend 0x20000000 /* CCK Rx Iinital gain polarity */
  635. #define bCCKRxAGCSatLevel 0x1f000000
  636. #define bCCKRxAGCSatCount 0xe0
  637. #define bCCKRxRFSettle 0x1f /* AGCsamp_dly */
  638. #define bCCKFixedRxAGC 0x8000
  639. /* #define bCCKRxAGCFormat 0x4000 */ /* remove to HSSI register 0x824 */
  640. #define bCCKAntennaPolarity 0x2000
  641. #define bCCKTxFilterType 0x0c00
  642. #define bCCKRxAGCReportType 0x0300
  643. #define bCCKRxDAGCEn 0x80000000
  644. #define bCCKRxDAGCPeriod 0x20000000
  645. #define bCCKRxDAGCSatLevel 0x1f000000
  646. #define bCCKTimingRecovery 0x800000
  647. #define bCCKTxC0 0x3f0000
  648. #define bCCKTxC1 0x3f000000
  649. #define bCCKTxC2 0x3f
  650. #define bCCKTxC3 0x3f00
  651. #define bCCKTxC4 0x3f0000
  652. #define bCCKTxC5 0x3f000000
  653. #define bCCKTxC6 0x3f
  654. #define bCCKTxC7 0x3f00
  655. #define bCCKDebugPort 0xff0000
  656. #define bCCKDACDebug 0x0f000000
  657. #define bCCKFalseAlarmEnable 0x8000
  658. #define bCCKFalseAlarmRead 0x4000
  659. #define bCCKTRSSI 0x7f
  660. #define bCCKRxAGCReport 0xfe
  661. #define bCCKRxReport_AntSel 0x80000000
  662. #define bCCKRxReport_MFOff 0x40000000
  663. #define bCCKRxRxReport_SQLoss 0x20000000
  664. #define bCCKRxReport_Pktloss 0x10000000
  665. #define bCCKRxReport_Lockedbit 0x08000000
  666. #define bCCKRxReport_RateError 0x04000000
  667. #define bCCKRxReport_RxRate 0x03000000
  668. #define bCCKRxFACounterLower 0xff
  669. #define bCCKRxFACounterUpper 0xff000000
  670. #define bCCKRxHPAGCStart 0xe000
  671. #define bCCKRxHPAGCFinal 0x1c00
  672. #define bCCKRxFalseAlarmEnable 0x8000
  673. #define bCCKFACounterFreeze 0x4000
  674. #define bCCKTxPathSel 0x10000000
  675. #define bCCKDefaultRxPath 0xc000000
  676. #define bCCKOptionRxPath 0x3000000
  677. /* 5. PageC(0xC00) */
  678. #define bNumOfSTF 0x3 /* Useless */
  679. #define bShift_L 0xc0
  680. #define bGI_TH 0xc
  681. #define bRxPathA 0x1
  682. #define bRxPathB 0x2
  683. #define bRxPathC 0x4
  684. #define bRxPathD 0x8
  685. #define bTxPathA 0x1
  686. #define bTxPathB 0x2
  687. #define bTxPathC 0x4
  688. #define bTxPathD 0x8
  689. #define bTRSSIFreq 0x200
  690. #define bADCBackoff 0x3000
  691. #define bDFIRBackoff 0xc000
  692. #define bTRSSILatchPhase 0x10000
  693. #define bRxIDCOffset 0xff
  694. #define bRxQDCOffset 0xff00
  695. #define bRxDFIRMode 0x1800000
  696. #define bRxDCNFType 0xe000000
  697. #define bRXIQImb_A 0x3ff
  698. #define bRXIQImb_B 0xfc00
  699. #define bRXIQImb_C 0x3f0000
  700. #define bRXIQImb_D 0xffc00000
  701. #define bDC_dc_Notch 0x60000
  702. #define bRxNBINotch 0x1f000000
  703. #define bPD_TH 0xf
  704. #define bPD_TH_Opt2 0xc000
  705. #define bPWED_TH 0x700
  706. #define bIfMF_Win_L 0x800
  707. #define bPD_Option 0x1000
  708. #define bMF_Win_L 0xe000
  709. #define bBW_Search_L 0x30000
  710. #define bwin_enh_L 0xc0000
  711. #define bBW_TH 0x700000
  712. #define bED_TH2 0x3800000
  713. #define bBW_option 0x4000000
  714. #define bRatio_TH 0x18000000
  715. #define bWindow_L 0xe0000000
  716. #define bSBD_Option 0x1
  717. #define bFrame_TH 0x1c
  718. #define bFS_Option 0x60
  719. #define bDC_Slope_check 0x80
  720. #define bFGuard_Counter_DC_L 0xe00
  721. #define bFrame_Weight_Short 0x7000
  722. #define bSub_Tune 0xe00000
  723. #define bFrame_DC_Length 0xe000000
  724. #define bSBD_start_offset 0x30000000
  725. #define bFrame_TH_2 0x7
  726. #define bFrame_GI2_TH 0x38
  727. #define bGI2_Sync_en 0x40
  728. #define bSarch_Short_Early 0x300
  729. #define bSarch_Short_Late 0xc00
  730. #define bSarch_GI2_Late 0x70000
  731. #define bCFOAntSum 0x1
  732. #define bCFOAcc 0x2
  733. #define bCFOStartOffset 0xc
  734. #define bCFOLookBack 0x70
  735. #define bCFOSumWeight 0x80
  736. #define bDAGCEnable 0x10000
  737. #define bTXIQImb_A 0x3ff
  738. #define bTXIQImb_B 0xfc00
  739. #define bTXIQImb_C 0x3f0000
  740. #define bTXIQImb_D 0xffc00000
  741. #define bTxIDCOffset 0xff
  742. #define bTxQDCOffset 0xff00
  743. #define bTxDFIRMode 0x10000
  744. #define bTxPesudoNoiseOn 0x4000000
  745. #define bTxPesudoNoise_A 0xff
  746. #define bTxPesudoNoise_B 0xff00
  747. #define bTxPesudoNoise_C 0xff0000
  748. #define bTxPesudoNoise_D 0xff000000
  749. #define bCCADropOption 0x20000
  750. #define bCCADropThres 0xfff00000
  751. #define bEDCCA_H 0xf
  752. #define bEDCCA_L 0xf0
  753. #define bLambda_ED 0x300
  754. #define bRxInitialGain 0x7f
  755. #define bRxAntDivEn 0x80
  756. #define bRxAGCAddressForLNA 0x7f00
  757. #define bRxHighPowerFlow 0x8000
  758. #define bRxAGCFreezeThres 0xc0000
  759. #define bRxFreezeStep_AGC1 0x300000
  760. #define bRxFreezeStep_AGC2 0xc00000
  761. #define bRxFreezeStep_AGC3 0x3000000
  762. #define bRxFreezeStep_AGC0 0xc000000
  763. #define bRxRssi_Cmp_En 0x10000000
  764. #define bRxQuickAGCEn 0x20000000
  765. #define bRxAGCFreezeThresMode 0x40000000
  766. #define bRxOverFlowCheckType 0x80000000
  767. #define bRxAGCShift 0x7f
  768. #define bTRSW_Tri_Only 0x80
  769. #define bPowerThres 0x300
  770. #define bRxAGCEn 0x1
  771. #define bRxAGCTogetherEn 0x2
  772. #define bRxAGCMin 0x4
  773. #define bRxHP_Ini 0x7
  774. #define bRxHP_TRLNA 0x70
  775. #define bRxHP_RSSI 0x700
  776. #define bRxHP_BBP1 0x7000
  777. #define bRxHP_BBP2 0x70000
  778. #define bRxHP_BBP3 0x700000
  779. #define bRSSI_H 0x7f0000 /* the threshold for high power */
  780. #define bRSSI_Gen 0x7f000000 /* the threshold for ant diversity */
  781. #define bRxSettle_TRSW 0x7
  782. #define bRxSettle_LNA 0x38
  783. #define bRxSettle_RSSI 0x1c0
  784. #define bRxSettle_BBP 0xe00
  785. #define bRxSettle_RxHP 0x7000
  786. #define bRxSettle_AntSW_RSSI 0x38000
  787. #define bRxSettle_AntSW 0xc0000
  788. #define bRxProcessTime_DAGC 0x300000
  789. #define bRxSettle_HSSI 0x400000
  790. #define bRxProcessTime_BBPPW 0x800000
  791. #define bRxAntennaPowerShift 0x3000000
  792. #define bRSSITableSelect 0xc000000
  793. #define bRxHP_Final 0x7000000
  794. #define bRxHTSettle_BBP 0x7
  795. #define bRxHTSettle_HSSI 0x8
  796. #define bRxHTSettle_RxHP 0x70
  797. #define bRxHTSettle_BBPPW 0x80
  798. #define bRxHTSettle_Idle 0x300
  799. #define bRxHTSettle_Reserved 0x1c00
  800. #define bRxHTRxHPEn 0x8000
  801. #define bRxHTAGCFreezeThres 0x30000
  802. #define bRxHTAGCTogetherEn 0x40000
  803. #define bRxHTAGCMin 0x80000
  804. #define bRxHTAGCEn 0x100000
  805. #define bRxHTDAGCEn 0x200000
  806. #define bRxHTRxHP_BBP 0x1c00000
  807. #define bRxHTRxHP_Final 0xe0000000
  808. #define bRxPWRatioTH 0x3
  809. #define bRxPWRatioEn 0x4
  810. #define bRxMFHold 0x3800
  811. #define bRxPD_Delay_TH1 0x38
  812. #define bRxPD_Delay_TH2 0x1c0
  813. #define bRxPD_DC_COUNT_MAX 0x600
  814. /* #define bRxMF_Hold 0x3800 */
  815. #define bRxPD_Delay_TH 0x8000
  816. #define bRxProcess_Delay 0xf0000
  817. #define bRxSearchrange_GI2_Early 0x700000
  818. #define bRxFrame_Guard_Counter_L 0x3800000
  819. #define bRxSGI_Guard_L 0xc000000
  820. #define bRxSGI_Search_L 0x30000000
  821. #define bRxSGI_TH 0xc0000000
  822. #define bDFSCnt0 0xff
  823. #define bDFSCnt1 0xff00
  824. #define bDFSFlag 0xf0000
  825. #define bMFWeightSum 0x300000
  826. #define bMinIdxTH 0x7f000000
  827. #define bDAFormat 0x40000
  828. #define bTxChEmuEnable 0x01000000
  829. #define bTRSWIsolation_A 0x7f
  830. #define bTRSWIsolation_B 0x7f00
  831. #define bTRSWIsolation_C 0x7f0000
  832. #define bTRSWIsolation_D 0x7f000000
  833. #define bExtLNAGain 0x7c00
  834. /* 6. PageE(0xE00) */
  835. #define bSTBCEn 0x4 /* Useless */
  836. #define bAntennaMapping 0x10
  837. #define bNss 0x20
  838. #define bCFOAntSumD 0x200
  839. #define bPHYCounterReset 0x8000000
  840. #define bCFOReportGet 0x4000000
  841. #define bOFDMContinueTx 0x10000000
  842. #define bOFDMSingleCarrier 0x20000000
  843. #define bOFDMSingleTone 0x40000000
  844. /* #define bRxPath1 0x01 */
  845. /* #define bRxPath2 0x02 */
  846. /* #define bRxPath3 0x04 */
  847. /* #define bRxPath4 0x08 */
  848. /* #define bTxPath1 0x10 */
  849. /* #define bTxPath2 0x20 */
  850. #define bHTDetect 0x100
  851. #define bCFOEn 0x10000
  852. #define bCFOValue 0xfff00000
  853. #define bSigTone_Re 0x3f
  854. #define bSigTone_Im 0x7f00
  855. #define bCounter_CCA 0xffff
  856. #define bCounter_ParityFail 0xffff0000
  857. #define bCounter_RateIllegal 0xffff
  858. #define bCounter_CRC8Fail 0xffff0000
  859. #define bCounter_MCSNoSupport 0xffff
  860. #define bCounter_FastSync 0xffff
  861. #define bShortCFO 0xfff
  862. #define bShortCFOTLength 12 /* total */
  863. #define bShortCFOFLength 11 /* fraction */
  864. #define bLongCFO 0x7ff
  865. #define bLongCFOTLength 11
  866. #define bLongCFOFLength 11
  867. #define bTailCFO 0x1fff
  868. #define bTailCFOTLength 13
  869. #define bTailCFOFLength 12
  870. #define bmax_en_pwdB 0xffff
  871. #define bCC_power_dB 0xffff0000
  872. #define bnoise_pwdB 0xffff
  873. #define bPowerMeasTLength 10
  874. #define bPowerMeasFLength 3
  875. #define bRx_HT_BW 0x1
  876. #define bRxSC 0x6
  877. #define bRx_HT 0x8
  878. #define bNB_intf_det_on 0x1
  879. #define bIntf_win_len_cfg 0x30
  880. #define bNB_Intf_TH_cfg 0x1c0
  881. #define bRFGain 0x3f
  882. #define bTableSel 0x40
  883. #define bTRSW 0x80
  884. #define bRxSNR_A 0xff
  885. #define bRxSNR_B 0xff00
  886. #define bRxSNR_C 0xff0000
  887. #define bRxSNR_D 0xff000000
  888. #define bSNREVMTLength 8
  889. #define bSNREVMFLength 1
  890. #define bCSI1st 0xff
  891. #define bCSI2nd 0xff00
  892. #define bRxEVM1st 0xff0000
  893. #define bRxEVM2nd 0xff000000
  894. #define bSIGEVM 0xff
  895. #define bPWDB 0xff00
  896. #define bSGIEN 0x10000
  897. #define bSFactorQAM1 0xf /* Useless */
  898. #define bSFactorQAM2 0xf0
  899. #define bSFactorQAM3 0xf00
  900. #define bSFactorQAM4 0xf000
  901. #define bSFactorQAM5 0xf0000
  902. #define bSFactorQAM6 0xf0000
  903. #define bSFactorQAM7 0xf00000
  904. #define bSFactorQAM8 0xf000000
  905. #define bSFactorQAM9 0xf0000000
  906. #define bCSIScheme 0x100000
  907. #define bNoiseLvlTopSet 0x3 /* Useless */
  908. #define bChSmooth 0x4
  909. #define bChSmoothCfg1 0x38
  910. #define bChSmoothCfg2 0x1c0
  911. #define bChSmoothCfg3 0xe00
  912. #define bChSmoothCfg4 0x7000
  913. #define bMRCMode 0x800000
  914. #define bTHEVMCfg 0x7000000
  915. #define bLoopFitType 0x1 /* Useless */
  916. #define bUpdCFO 0x40
  917. #define bUpdCFOOffData 0x80
  918. #define bAdvUpdCFO 0x100
  919. #define bAdvTimeCtrl 0x800
  920. #define bUpdClko 0x1000
  921. #define bFC 0x6000
  922. #define bTrackingMode 0x8000
  923. #define bPhCmpEnable 0x10000
  924. #define bUpdClkoLTF 0x20000
  925. #define bComChCFO 0x40000
  926. #define bCSIEstiMode 0x80000
  927. #define bAdvUpdEqz 0x100000
  928. #define bUChCfg 0x7000000
  929. #define bUpdEqz 0x8000000
  930. /* Rx Pseduo noise */
  931. #define bRxPesudoNoiseOn 0x20000000 /* Useless */
  932. #define bRxPesudoNoise_A 0xff
  933. #define bRxPesudoNoise_B 0xff00
  934. #define bRxPesudoNoise_C 0xff0000
  935. #define bRxPesudoNoise_D 0xff000000
  936. #define bPesudoNoiseState_A 0xffff
  937. #define bPesudoNoiseState_B 0xffff0000
  938. #define bPesudoNoiseState_C 0xffff
  939. #define bPesudoNoiseState_D 0xffff0000
  940. /* 7. RF Register
  941. * Zebra1 */
  942. #define bZebra1_HSSIEnable 0x8 /* Useless */
  943. #define bZebra1_TRxControl 0xc00
  944. #define bZebra1_TRxGainSetting 0x07f
  945. #define bZebra1_RxCorner 0xc00
  946. #define bZebra1_TxChargePump 0x38
  947. #define bZebra1_RxChargePump 0x7
  948. #define bZebra1_ChannelNum 0xf80
  949. #define bZebra1_TxLPFBW 0x400
  950. #define bZebra1_RxLPFBW 0x600
  951. /* Zebra4 */
  952. #define bRTL8256RegModeCtrl1 0x100 /* Useless */
  953. #define bRTL8256RegModeCtrl0 0x40
  954. #define bRTL8256_TxLPFBW 0x18
  955. #define bRTL8256_RxLPFBW 0x600
  956. /* RTL8258 */
  957. #define bRTL8258_TxLPFBW 0xc /* Useless */
  958. #define bRTL8258_RxLPFBW 0xc00
  959. #define bRTL8258_RSSILPFBW 0xc0
  960. /*
  961. * Other Definition
  962. * */
  963. /* byte endable for sb_write */
  964. #define bByte0 0x1 /* Useless */
  965. #define bByte1 0x2
  966. #define bByte2 0x4
  967. #define bByte3 0x8
  968. #define bWord0 0x3
  969. #define bWord1 0xc
  970. #define bDWord 0xf
  971. /* for PutRegsetting & GetRegSetting BitMask */
  972. #define bMaskByte0 0xff /* Reg 0xc50 rOFDM0_XAAGCCore~0xC6f */
  973. #define bMaskByte1 0xff00
  974. #define bMaskByte2 0xff0000
  975. #define bMaskByte3 0xff000000
  976. #define bMaskHWord 0xffff0000
  977. #define bMaskLWord 0x0000ffff
  978. #define bMaskDWord 0xffffffff
  979. #define bMaskH3Bytes 0xffffff00
  980. #define bMask12Bits 0xfff
  981. #define bMaskH4Bits 0xf0000000
  982. #define bMaskOFDM_D 0xffc00000
  983. #define bMaskCCK 0x3f3f3f3f
  984. #define bEnable 0x1 /* Useless */
  985. #define bDisable 0x0
  986. #define LeftAntenna 0x0 /* Useless */
  987. #define RightAntenna 0x1
  988. #define tCheckTxStatus 500 /* 500ms */ /* Useless */
  989. #define tUpdateRxCounter 100 /* 100ms */
  990. #define rateCCK 0 /* Useless */
  991. #define rateOFDM 1
  992. #define rateHT 2
  993. /* define Register-End */
  994. #define bPMAC_End 0x1ff /* Useless */
  995. #define bFPGAPHY0_End 0x8ff
  996. #define bFPGAPHY1_End 0x9ff
  997. #define bCCKPHY0_End 0xaff
  998. #define bOFDMPHY0_End 0xcff
  999. #define bOFDMPHY1_End 0xdff
  1000. /* define max debug item in each debug page
  1001. * #define bMaxItem_FPGA_PHY0 0x9
  1002. * #define bMaxItem_FPGA_PHY1 0x3
  1003. * #define bMaxItem_PHY_11B 0x16
  1004. * #define bMaxItem_OFDM_PHY0 0x29
  1005. * #define bMaxItem_OFDM_PHY1 0x0 */
  1006. #define bPMACControl 0x0 /* Useless */
  1007. #define bWMACControl 0x1
  1008. #define bWNICControl 0x2
  1009. #define PathA 0x0 /* Useless */
  1010. #define PathB 0x1
  1011. #define PathC 0x2
  1012. #define PathD 0x3
  1013. #endif