Hal8723BPhyReg.h 35 KB

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