hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 *
 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
 *
 ******************************************************************************/
#ifndef __INC_HAL8188EPHYREG_H__
#define __INC_HAL8188EPHYREG_H__
/*--------------------------Define Parameters-------------------------------*/
/*  */
/*  BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF */
/*  1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF */
/*  2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 */
/*  3. RF register 0x00-2E */
/*  4. Bit Mask for BB/RF register */
/*  5. Other definition for BB/RF R/W */
/*  */
 
/*  3. Page8(0x800) */
#define    rFPGA0_RFMOD        0x800    /* RF mode & CCK TxSC RF BW Setting */
#define    rFPGA0_TxGainStage    0x80c    /*  Set TX PWR init gain? */
 
#define    rFPGA0_XA_HSSIParameter1    0x820    /*  RF 3 wire register */
#define    rFPGA0_XA_HSSIParameter2    0x824
#define    rFPGA0_XB_HSSIParameter1    0x828
#define    rFPGA0_XB_HSSIParameter2    0x82c
 
#define    rFPGA0_XA_LSSIParameter        0x840
#define    rFPGA0_XB_LSSIParameter        0x844
 
#define    rFPGA0_XAB_SwitchControl    0x858    /*  RF Channel switch */
#define    rFPGA0_XCD_SwitchControl    0x85c
 
#define    rFPGA0_XA_RFInterfaceOE        0x860    /*  RF Channel switch */
#define    rFPGA0_XB_RFInterfaceOE        0x864
 
#define    rFPGA0_XAB_RFInterfaceSW    0x870    /*  RF Iface Software Control */
#define    rFPGA0_XCD_RFInterfaceSW    0x874
 
#define    rFPGA0_XAB_RFParameter        0x878    /*  RF Parameter */
 
#define    rFPGA0_XA_LSSIReadBack        0x8a0    /*  Tranceiver LSSI Readback */
#define    rFPGA0_XB_LSSIReadBack        0x8a4
 
#define    TransceiverA_HSPI_Readback    0x8b8
#define    TransceiverB_HSPI_Readback    0x8bc
#define    rFPGA0_XAB_RFInterfaceRB    0x8e0
 
/*  4. Page9(0x900) */
/* RF mode & OFDM TxSC RF BW Setting?? */
#define    rFPGA1_RFMOD            0x900
 
/*  5. PageA(0xA00) */
/*  Set Control channel to upper or lower - required only for 40MHz */
#define    rCCK0_System            0xa00
 
/*  */
/*  PageB(0xB00) */
/*  */
#define    rConfig_AntA            0xb68
#define    rConfig_AntB            0xb6c
 
/*  */
/*  6. PageC(0xC00) */
/*  */
#define    rOFDM0_TRxPathEnable        0xc04
#define    rOFDM0_TRMuxPar            0xc08
 
/* RxIQ DC offset, Rx digital filter, DC notch filter */
#define    rOFDM0_XARxAFE            0xc10
#define    rOFDM0_XARxIQImbalance        0xc14  /* RxIQ imbalance matrix */
#define    rOFDM0_XBRxAFE            0xc18
#define    rOFDM0_XBRxIQImbalance        0xc1c
 
#define    rOFDM0_RxDSP            0xc40  /* Rx Sync Path */
#define    rOFDM0_ECCAThreshold        0xc4c /*  energy CCA */
 
#define    rOFDM0_XAAGCCore1        0xc50    /*  DIG */
#define    rOFDM0_XAAGCCore2        0xc54
#define    rOFDM0_XBAGCCore1        0xc58
#define    rOFDM0_XBAGCCore2        0xc5c
 
#define    rOFDM0_AGCRSSITable        0xc78
 
#define    rOFDM0_XATxIQImbalance        0xc80    /*  TX PWR TRACK and DIG */
#define    rOFDM0_XATxAFE            0xc84
#define    rOFDM0_XBTxIQImbalance        0xc88
#define    rOFDM0_XBTxAFE            0xc8c
#define    rOFDM0_XCTxAFE            0xc94
#define    rOFDM0_XDTxAFE            0xc9c
 
#define    rOFDM0_RxIQExtAnta        0xca0
 
/*  */
/*  7. PageD(0xD00) */
/*  */
#define    rOFDM1_LSTF            0xd00
 
/*  */
/*  8. PageE(0xE00) */
/*  */
#define    rTxAGC_A_Rate18_06        0xe00
#define    rTxAGC_A_Rate54_24        0xe04
#define    rTxAGC_A_CCK1_Mcs32        0xe08
#define    rTxAGC_A_Mcs03_Mcs00        0xe10
#define    rTxAGC_A_Mcs07_Mcs04        0xe14
#define    rTxAGC_A_Mcs11_Mcs08        0xe18
#define    rTxAGC_A_Mcs15_Mcs12        0xe1c
 
#define    rTxAGC_B_Rate18_06        0x830
#define    rTxAGC_B_Rate54_24        0x834
#define    rTxAGC_B_CCK1_55_Mcs32        0x838
#define    rTxAGC_B_Mcs03_Mcs00        0x83c
#define    rTxAGC_B_Mcs07_Mcs04        0x848
#define    rTxAGC_B_Mcs11_Mcs08        0x84c
#define    rTxAGC_B_Mcs15_Mcs12        0x868
#define    rTxAGC_B_CCK11_A_CCK2_11    0x86c
 
#define    rFPGA0_IQK            0xe28
#define    rTx_IQK_Tone_A            0xe30
#define    rRx_IQK_Tone_A            0xe34
#define    rTx_IQK_PI_A            0xe38
#define    rRx_IQK_PI_A            0xe3c
 
#define    rTx_IQK                0xe40
#define    rRx_IQK                0xe44
#define    rIQK_AGC_Pts            0xe48
#define    rIQK_AGC_Rsp            0xe4c
#define    rIQK_AGC_Cont            0xe60
 
#define    rBlue_Tooth            0xe6c
#define    rRx_Wait_CCA            0xe70
#define    rTx_CCK_RFON            0xe74
#define    rTx_CCK_BBON            0xe78
#define    rTx_OFDM_RFON            0xe7c
#define    rTx_OFDM_BBON            0xe80
#define    rTx_To_Rx            0xe84
#define    rTx_To_Tx            0xe88
#define    rRx_CCK                0xe8c
 
#define    rTx_Power_Before_IQK_A        0xe94
#define    rTx_Power_After_IQK_A        0xe9c
 
#define    rRx_Power_Before_IQK_A_2    0xea4
#define    rRx_Power_After_IQK_A_2        0xeac
 
#define    rTx_Power_Before_IQK_B        0xeb4
#define    rTx_Power_After_IQK_B        0xebc
 
#define    rRx_Power_Before_IQK_B_2    0xec4
#define    rRx_Power_After_IQK_B_2        0xecc
 
#define    rRx_OFDM            0xed0
#define    rRx_Wait_RIFS            0xed4
#define    rRx_TO_Rx            0xed8
#define    rStandby            0xedc
#define    rSleep                0xee0
#define    rPMPD_ANAEN            0xeec
 
/*  */
/*  RL6052 Register definition */
/*  */
#define    RF_AC            0x00    /*  */
#define    RF_CHNLBW        0x18    /*  RF channel and BW switch */
#define    RF_T_METER_88E        0x42    /*  */
#define    RF_RCK_OS        0x30    /*  RF TX PA control */
#define    RF_TXPA_G1        0x31    /*  RF TX PA control */
#define    RF_TXPA_G2        0x32    /*  RF TX PA control */
#define    RF_WE_LUT        0xEF
 
/*  */
/* Bit Mask */
/*  */
 
/*  2. Page8(0x800) */
#define    bRFMOD            0x1    /*  Reg 0x800 rFPGA0_RFMOD */
#define    bCCKEn            0x1000000
#define    bOFDMEn            0x2000000
 
#define    bLSSIReadAddress    0x7f800000   /*  T65 RF */
#define    bLSSIReadEdge        0x80000000   /* LSSI "Read" edge signal */
#define    bLSSIReadBackData    0xfffff        /*  T65 RF */
 
#define    bCCKSideBand        0x10    /*  Reg 0xa00 rCCK0_System 20/40 */
 
/*  */
/*  Other Definition */
/*  */
 
/* for PutRegsetting & GetRegSetting BitMask */
#define    bMaskByte0        0xff    /*  Reg 0xc50 rOFDM0_XAAGCCore~0xC6f */
#define    bMaskByte1        0xff00
#define    bMaskByte3        0xff000000
#define    bMaskDWord        0xffffffff
#define    bMask12Bits        0xfff
#define    bMaskOFDM_D        0xffc00000
 
/* for PutRFRegsetting & GetRFRegSetting BitMask */
#define    bRFRegOffsetMask    0xfffff
 
#endif