-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy patheep_9300.h
245 lines (221 loc) · 8.04 KB
/
eep_9300.h
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
/*
* Copyright (c) 2012 Qualcomm Atheros, Inc.
* Copyright (c) 2020 Sergey Ryazanov <[email protected]>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef EEP_9300_H
#define EEP_9300_H
struct ar9300_otp_reg_init {
uint32_t addr;
uint32_t val;
} __attribute__ ((packed));
struct ar9300_otp_init {
uint32_t flags;
uint8_t res[0x1c]; /* Reserved region */
struct ar9300_otp_reg_init regs[];
} __attribute__ ((packed));
/**
* This set of macro extends size of subfield with GPIO line number. Actually
* we need this only for AR9462 and AR9565 chips, which have more GPIO lines.
* For older chips it is enough to use mask from previous chip families.
*/
#define AR9300_RFSILENT_ENABLED 0x0001
#define AR9300_RFSILENT_POLARITY 0x0002
#define AR9300_RFSILENT_POLARITY_S 1
#define AR9300_RFSILENT_GPIO_SEL 0x00fc
#define AR9300_RFSILENT_GPIO_SEL_S 2
#define AR9300_NUM_5G_CAL_PIERS 8
#define AR9300_NUM_2G_CAL_PIERS 3
#define AR9300_NUM_5G_20_TARGET_POWERS 8
#define AR9300_NUM_5G_40_TARGET_POWERS 8
#define AR9300_NUM_2G_CCK_TARGET_POWERS 2
#define AR9300_NUM_2G_20_TARGET_POWERS 3
#define AR9300_NUM_2G_40_TARGET_POWERS 3
#define AR9300_NUM_CTLS_5G 9
#define AR9300_NUM_CTLS_2G 12
#define AR9300_NUM_BAND_EDGES_5G 8
#define AR9300_NUM_BAND_EDGES_2G 4
#define AR9300_CUSTOMER_DATA_SIZE 20
#define AR9300_MAX_CHAINS 3
/* Delta from which to start power to pdadc table */
/* This offset is used in both open loop and closed loop power control
* schemes. In open loop power control, it is not really needed, but for
* the "sake of consistency" it was kept. For certain AP designs, this
* value is overwritten by the value in the flag "pwrTableOffset" just
* before writing the pdadc vs pwr into the chip registers.
*/
#define AR9300_PWR_TABLE_OFFSET 0
/* byte addressable */
#define AR9300_EEPROM_SIZE (16 * 1024)
#define AR9300_BASE_ADDR_4K 0xfff
#define AR9300_BASE_ADDR 0x3ff
#define AR9300_BASE_ADDR_512 0x1ff
struct ar9300_eepFlags {
uint8_t opFlags;
uint8_t eepMisc;
} __attribute__ ((packed));
struct ar9300_base_eep_hdr {
int16_t regDmn[2];
/* 4 bits tx and 4 bits rx */
uint8_t txrxMask;
struct ar9300_eepFlags opCapFlags;
uint8_t rfSilent;
uint8_t blueToothOptions;
uint8_t deviceCap;
/* takes lower byte in eeprom location */
uint8_t deviceType;
/* offset in dB to be added to beginning
* of pdadc table in calibration
*/
int8_t pwrTableOffset;
uint8_t params_for_tuning_caps[2];
/*
* bit0 - enable tx temp comp
* bit1 - enable tx volt comp
* bit2 - enable fastClock - default to 1
* bit3 - enable doubling - default to 1
* bit4 - enable internal regulator - default to 1
*/
uint8_t featureEnable;
/* misc flags: bit0 - turn down drivestrength */
uint8_t miscConfiguration;
uint8_t eepromWriteEnableGpio;
uint8_t wlanDisableGpio;
uint8_t wlanLedGpio;
uint8_t rxBandSelectGpio;
uint8_t txrxgain;
/* SW controlled internal regulator fields */
int32_t swreg;
} __attribute__ ((packed));
struct ar9300_modal_eep_hdr {
/* 4 idle, t1, t2, b (4 bits per setting) */
int32_t antCtrlCommon;
/* 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12 */
int32_t antCtrlCommon2;
/* 6 idle, t, r, rx1, rx12, b (2 bits each) */
int16_t antCtrlChain[AR9300_MAX_CHAINS];
/* 3 xatten1_db for AR9280 (0xa20c/b20c 5:0) */
uint8_t xatten1DB[AR9300_MAX_CHAINS];
/* 3 xatten1_margin for merlin (0xa20c/b20c 16:12 */
uint8_t xatten1Margin[AR9300_MAX_CHAINS];
int8_t tempSlope;
int8_t voltSlope;
/* spur channels in usual fbin coding format */
uint8_t spurChans[AR5416_EEPROM_MODAL_SPURS];
/* 3 Check if the register is per chain */
int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS];
uint8_t reserved[11];
int8_t quick_drop;
uint8_t xpaBiasLvl;
uint8_t txFrameToDataStart;
uint8_t txFrameToPaOn;
uint8_t txClip;
int8_t antennaGain;
uint8_t switchSettling;
int8_t adcDesiredSize;
uint8_t txEndToXpaOff;
uint8_t txEndToRxOn;
uint8_t txFrameToXpaOn;
uint8_t thresh62;
int32_t papdRateMaskHt20;
int32_t papdRateMaskHt40;
int16_t switchcomspdt;
uint8_t xlna_bias_strength;
uint8_t futureModal[7];
} __attribute__ ((packed));
struct ar9300_cal_data_per_freq_op_loop {
int8_t refPower;
/* pdadc voltage at power measurement */
uint8_t voltMeas;
/* pcdac used for power measurement */
uint8_t tempMeas;
/* range is -60 to -127 create a mapping equation 1db resolution */
int8_t rxNoisefloorCal;
/*range is same as noisefloor */
int8_t rxNoisefloorPower;
/* temp measured when noisefloor cal was performed */
uint8_t rxTempMeas;
} __attribute__ ((packed));
struct ar9300_cal_tgt_pow_legacy {
uint8_t tPow2x[4];
} __attribute__ ((packed));
struct ar9300_cal_tgt_pow_ht {
uint8_t tPow2x[14];
} __attribute__ ((packed));
struct ar9300_cal_ctl_data_2g {
uint8_t ctlEdges[AR9300_NUM_BAND_EDGES_2G];
} __attribute__ ((packed));
struct ar9300_cal_ctl_data_5g {
uint8_t ctlEdges[AR9300_NUM_BAND_EDGES_5G];
} __attribute__ ((packed));
struct ar9300_BaseExtension_1 {
uint8_t ant_div_control;
uint8_t future[3];
uint8_t tempslopextension[8];
int8_t quick_drop_low;
int8_t quick_drop_high;
} __attribute__ ((packed));
struct ar9300_BaseExtension_2 {
int8_t tempSlopeLow;
int8_t tempSlopeHigh;
uint8_t xatten1DBLow[AR9300_MAX_CHAINS];
uint8_t xatten1MarginLow[AR9300_MAX_CHAINS];
uint8_t xatten1DBHigh[AR9300_MAX_CHAINS];
uint8_t xatten1MarginHigh[AR9300_MAX_CHAINS];
} __attribute__ ((packed));
struct ar9300_eeprom {
uint8_t eepromVersion;
uint8_t templateVersion;
uint8_t macAddr[6];
uint8_t custData[AR9300_CUSTOMER_DATA_SIZE];
struct ar9300_base_eep_hdr baseEepHeader;
struct ar9300_modal_eep_hdr modalHeader2G;
struct ar9300_BaseExtension_1 base_ext1;
uint8_t calFreqPier2G[AR9300_NUM_2G_CAL_PIERS];
struct ar9300_cal_data_per_freq_op_loop
calPierData2G[AR9300_MAX_CHAINS][AR9300_NUM_2G_CAL_PIERS];
uint8_t calTarget_freqbin_Cck[AR9300_NUM_2G_CCK_TARGET_POWERS];
uint8_t calTarget_freqbin_2G[AR9300_NUM_2G_20_TARGET_POWERS];
uint8_t calTarget_freqbin_2GHT20[AR9300_NUM_2G_20_TARGET_POWERS];
uint8_t calTarget_freqbin_2GHT40[AR9300_NUM_2G_40_TARGET_POWERS];
struct ar9300_cal_tgt_pow_legacy
calTargetPowerCck[AR9300_NUM_2G_CCK_TARGET_POWERS];
struct ar9300_cal_tgt_pow_legacy
calTargetPower2G[AR9300_NUM_2G_20_TARGET_POWERS];
struct ar9300_cal_tgt_pow_ht
calTargetPower2GHT20[AR9300_NUM_2G_20_TARGET_POWERS];
struct ar9300_cal_tgt_pow_ht
calTargetPower2GHT40[AR9300_NUM_2G_40_TARGET_POWERS];
uint8_t ctlIndex_2G[AR9300_NUM_CTLS_2G];
uint8_t ctl_freqbin_2G[AR9300_NUM_CTLS_2G][AR9300_NUM_BAND_EDGES_2G];
struct ar9300_cal_ctl_data_2g ctlPowerData_2G[AR9300_NUM_CTLS_2G];
struct ar9300_modal_eep_hdr modalHeader5G;
struct ar9300_BaseExtension_2 base_ext2;
uint8_t calFreqPier5G[AR9300_NUM_5G_CAL_PIERS];
struct ar9300_cal_data_per_freq_op_loop
calPierData5G[AR9300_MAX_CHAINS][AR9300_NUM_5G_CAL_PIERS];
uint8_t calTarget_freqbin_5G[AR9300_NUM_5G_20_TARGET_POWERS];
uint8_t calTarget_freqbin_5GHT20[AR9300_NUM_5G_20_TARGET_POWERS];
uint8_t calTarget_freqbin_5GHT40[AR9300_NUM_5G_40_TARGET_POWERS];
struct ar9300_cal_tgt_pow_legacy
calTargetPower5G[AR9300_NUM_5G_20_TARGET_POWERS];
struct ar9300_cal_tgt_pow_ht
calTargetPower5GHT20[AR9300_NUM_5G_20_TARGET_POWERS];
struct ar9300_cal_tgt_pow_ht
calTargetPower5GHT40[AR9300_NUM_5G_40_TARGET_POWERS];
uint8_t ctlIndex_5G[AR9300_NUM_CTLS_5G];
uint8_t ctl_freqbin_5G[AR9300_NUM_CTLS_5G][AR9300_NUM_BAND_EDGES_5G];
struct ar9300_cal_ctl_data_5g ctlPowerData_5G[AR9300_NUM_CTLS_5G];
} __attribute__ ((packed));
#endif