Hal8192EPhyReg.h 35 KB

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