Hal8188FPhyReg.h 36 KB

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