blob: 497d7461838a95a337abff04a2fae61137abfafd [file] [log] [blame]
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001/*
Sujith Manoharan5b681382011-05-17 13:36:18 +05302 * Copyright (c) 2010-2011 Atheros Communications, Inc.
Felix Fietkauda6f1d72010-04-15 17:38:31 -04003 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
17#ifndef AR9003_PHY_H
18#define AR9003_PHY_H
19
20/*
21 * Channel Register Map
22 */
23#define AR_CHAN_BASE 0x9800
24
25#define AR_PHY_TIMING1 (AR_CHAN_BASE + 0x0)
26#define AR_PHY_TIMING2 (AR_CHAN_BASE + 0x4)
27#define AR_PHY_TIMING3 (AR_CHAN_BASE + 0x8)
28#define AR_PHY_TIMING4 (AR_CHAN_BASE + 0xc)
29#define AR_PHY_TIMING5 (AR_CHAN_BASE + 0x10)
30#define AR_PHY_TIMING6 (AR_CHAN_BASE + 0x14)
31#define AR_PHY_TIMING11 (AR_CHAN_BASE + 0x18)
32#define AR_PHY_SPUR_REG (AR_CHAN_BASE + 0x1c)
33#define AR_PHY_RX_IQCAL_CORR_B0 (AR_CHAN_BASE + 0xdc)
34#define AR_PHY_TX_IQCAL_CONTROL_3 (AR_CHAN_BASE + 0xb0)
35
Luis R. Rodriguez1547da32010-04-15 17:39:15 -040036#define AR_PHY_TIMING11_SPUR_FREQ_SD 0x3FF00000
37#define AR_PHY_TIMING11_SPUR_FREQ_SD_S 20
38
39#define AR_PHY_TIMING11_SPUR_DELTA_PHASE 0x000FFFFF
40#define AR_PHY_TIMING11_SPUR_DELTA_PHASE_S 0
41
42#define AR_PHY_TIMING11_USE_SPUR_FILTER_IN_AGC 0x40000000
43#define AR_PHY_TIMING11_USE_SPUR_FILTER_IN_AGC_S 30
44
45#define AR_PHY_TIMING11_USE_SPUR_FILTER_IN_SELFCOR 0x80000000
46#define AR_PHY_TIMING11_USE_SPUR_FILTER_IN_SELFCOR_S 31
47
48#define AR_PHY_SPUR_REG_ENABLE_NF_RSSI_SPUR_MIT 0x4000000
49#define AR_PHY_SPUR_REG_ENABLE_NF_RSSI_SPUR_MIT_S 26
50
51#define AR_PHY_SPUR_REG_ENABLE_MASK_PPM 0x20000 /* bins move with freq offset */
52#define AR_PHY_SPUR_REG_ENABLE_MASK_PPM_S 17
53#define AR_PHY_SPUR_REG_SPUR_RSSI_THRESH 0x000000FF
54#define AR_PHY_SPUR_REG_SPUR_RSSI_THRESH_S 0
55#define AR_PHY_SPUR_REG_EN_VIT_SPUR_RSSI 0x00000100
56#define AR_PHY_SPUR_REG_EN_VIT_SPUR_RSSI_S 8
57#define AR_PHY_SPUR_REG_MASK_RATE_CNTL 0x03FC0000
58#define AR_PHY_SPUR_REG_MASK_RATE_CNTL_S 18
59
Felix Fietkauda6f1d72010-04-15 17:38:31 -040060#define AR_PHY_RX_IQCAL_CORR_B0_LOOPBACK_IQCORR_EN 0x20000000
61#define AR_PHY_RX_IQCAL_CORR_B0_LOOPBACK_IQCORR_EN_S 29
62
63#define AR_PHY_TX_IQCAL_CONTROL_3_IQCORR_EN 0x80000000
64#define AR_PHY_TX_IQCAL_CONTROL_3_IQCORR_EN_S 31
65
66#define AR_PHY_FIND_SIG_LOW (AR_CHAN_BASE + 0x20)
67
68#define AR_PHY_SFCORR (AR_CHAN_BASE + 0x24)
69#define AR_PHY_SFCORR_LOW (AR_CHAN_BASE + 0x28)
70#define AR_PHY_SFCORR_EXT (AR_CHAN_BASE + 0x2c)
71
72#define AR_PHY_EXT_CCA (AR_CHAN_BASE + 0x30)
73#define AR_PHY_RADAR_0 (AR_CHAN_BASE + 0x34)
74#define AR_PHY_RADAR_1 (AR_CHAN_BASE + 0x38)
75#define AR_PHY_RADAR_EXT (AR_CHAN_BASE + 0x3c)
76#define AR_PHY_MULTICHAIN_CTRL (AR_CHAN_BASE + 0x80)
77#define AR_PHY_PERCHAIN_CSD (AR_CHAN_BASE + 0x84)
78
79#define AR_PHY_TX_PHASE_RAMP_0 (AR_CHAN_BASE + 0xd0)
80#define AR_PHY_ADC_GAIN_DC_CORR_0 (AR_CHAN_BASE + 0xd4)
81#define AR_PHY_IQ_ADC_MEAS_0_B0 (AR_CHAN_BASE + 0xc0)
82#define AR_PHY_IQ_ADC_MEAS_1_B0 (AR_CHAN_BASE + 0xc4)
83#define AR_PHY_IQ_ADC_MEAS_2_B0 (AR_CHAN_BASE + 0xc8)
84#define AR_PHY_IQ_ADC_MEAS_3_B0 (AR_CHAN_BASE + 0xcc)
85
86/* The following registers changed position from AR9300 1.0 to AR9300 2.0 */
87#define AR_PHY_TX_PHASE_RAMP_0_9300_10 (AR_CHAN_BASE + 0xd0 - 0x10)
88#define AR_PHY_ADC_GAIN_DC_CORR_0_9300_10 (AR_CHAN_BASE + 0xd4 - 0x10)
89#define AR_PHY_IQ_ADC_MEAS_0_B0_9300_10 (AR_CHAN_BASE + 0xc0 + 0x8)
90#define AR_PHY_IQ_ADC_MEAS_1_B0_9300_10 (AR_CHAN_BASE + 0xc4 + 0x8)
91#define AR_PHY_IQ_ADC_MEAS_2_B0_9300_10 (AR_CHAN_BASE + 0xc8 + 0x8)
92#define AR_PHY_IQ_ADC_MEAS_3_B0_9300_10 (AR_CHAN_BASE + 0xcc + 0x8)
93
94#define AR_PHY_TX_CRC (AR_CHAN_BASE + 0xa0)
95#define AR_PHY_TST_DAC_CONST (AR_CHAN_BASE + 0xa4)
96#define AR_PHY_SPUR_REPORT_0 (AR_CHAN_BASE + 0xa8)
97#define AR_PHY_CHAN_INFO_TAB_0 (AR_CHAN_BASE + 0x300)
98
99/*
100 * Channel Field Definitions
101 */
102#define AR_PHY_TIMING2_USE_FORCE_PPM 0x00001000
103#define AR_PHY_TIMING2_FORCE_PPM_VAL 0x00000fff
104#define AR_PHY_TIMING3_DSC_MAN 0xFFFE0000
105#define AR_PHY_TIMING3_DSC_MAN_S 17
106#define AR_PHY_TIMING3_DSC_EXP 0x0001E000
107#define AR_PHY_TIMING3_DSC_EXP_S 13
108#define AR_PHY_TIMING4_IQCAL_LOG_COUNT_MAX 0xF000
109#define AR_PHY_TIMING4_IQCAL_LOG_COUNT_MAX_S 12
110#define AR_PHY_TIMING4_DO_CAL 0x10000
Luis R. Rodriguez1547da32010-04-15 17:39:15 -0400111
112#define AR_PHY_TIMING4_ENABLE_PILOT_MASK 0x10000000
113#define AR_PHY_TIMING4_ENABLE_PILOT_MASK_S 28
114#define AR_PHY_TIMING4_ENABLE_CHAN_MASK 0x20000000
115#define AR_PHY_TIMING4_ENABLE_CHAN_MASK_S 29
116
117#define AR_PHY_TIMING4_ENABLE_SPUR_FILTER 0x40000000
118#define AR_PHY_TIMING4_ENABLE_SPUR_FILTER_S 30
119#define AR_PHY_TIMING4_ENABLE_SPUR_RSSI 0x80000000
120#define AR_PHY_TIMING4_ENABLE_SPUR_RSSI_S 31
121
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400122#define AR_PHY_NEW_ADC_GAIN_CORR_ENABLE 0x40000000
123#define AR_PHY_NEW_ADC_DC_OFFSET_CORR_ENABLE 0x80000000
124#define AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW 0x00000001
125#define AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW 0x00003F00
126#define AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW_S 8
127#define AR_PHY_SFCORR_LOW_M1_THRESH_LOW 0x001FC000
128#define AR_PHY_SFCORR_LOW_M1_THRESH_LOW_S 14
129#define AR_PHY_SFCORR_LOW_M2_THRESH_LOW 0x0FE00000
130#define AR_PHY_SFCORR_LOW_M2_THRESH_LOW_S 21
131#define AR_PHY_SFCORR_M2COUNT_THR 0x0000001F
132#define AR_PHY_SFCORR_M2COUNT_THR_S 0
133#define AR_PHY_SFCORR_M1_THRESH 0x00FE0000
134#define AR_PHY_SFCORR_M1_THRESH_S 17
135#define AR_PHY_SFCORR_M2_THRESH 0x7F000000
136#define AR_PHY_SFCORR_M2_THRESH_S 24
137#define AR_PHY_SFCORR_EXT_M1_THRESH 0x0000007F
138#define AR_PHY_SFCORR_EXT_M1_THRESH_S 0
139#define AR_PHY_SFCORR_EXT_M2_THRESH 0x00003F80
140#define AR_PHY_SFCORR_EXT_M2_THRESH_S 7
141#define AR_PHY_SFCORR_EXT_M1_THRESH_LOW 0x001FC000
142#define AR_PHY_SFCORR_EXT_M1_THRESH_LOW_S 14
143#define AR_PHY_SFCORR_EXT_M2_THRESH_LOW 0x0FE00000
144#define AR_PHY_SFCORR_EXT_M2_THRESH_LOW_S 21
Luis R. Rodriguez1547da32010-04-15 17:39:15 -0400145#define AR_PHY_SFCORR_EXT_SPUR_SUBCHANNEL_SD 0x10000000
146#define AR_PHY_SFCORR_EXT_SPUR_SUBCHANNEL_SD_S 28
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400147#define AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S 28
148#define AR_PHY_EXT_CCA_THRESH62 0x007F0000
149#define AR_PHY_EXT_CCA_THRESH62_S 16
150#define AR_PHY_EXT_MINCCA_PWR 0x01FF0000
151#define AR_PHY_EXT_MINCCA_PWR_S 16
Luis R. Rodriguez7ca710d2010-06-12 00:33:43 -0400152#define AR_PHY_EXT_CYCPWR_THR1 0x0000FE00L
153#define AR_PHY_EXT_CYCPWR_THR1_S 9
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400154#define AR_PHY_TIMING5_CYCPWR_THR1 0x000000FE
155#define AR_PHY_TIMING5_CYCPWR_THR1_S 1
156#define AR_PHY_TIMING5_CYCPWR_THR1_ENABLE 0x00000001
157#define AR_PHY_TIMING5_CYCPWR_THR1_ENABLE_S 0
158#define AR_PHY_TIMING5_CYCPWR_THR1A 0x007F0000
159#define AR_PHY_TIMING5_CYCPWR_THR1A_S 16
160#define AR_PHY_TIMING5_RSSI_THR1A (0x7F << 16)
161#define AR_PHY_TIMING5_RSSI_THR1A_S 16
162#define AR_PHY_TIMING5_RSSI_THR1A_ENA (0x1 << 15)
163#define AR_PHY_RADAR_0_ENA 0x00000001
164#define AR_PHY_RADAR_0_FFT_ENA 0x80000000
165#define AR_PHY_RADAR_0_INBAND 0x0000003e
166#define AR_PHY_RADAR_0_INBAND_S 1
167#define AR_PHY_RADAR_0_PRSSI 0x00000FC0
168#define AR_PHY_RADAR_0_PRSSI_S 6
169#define AR_PHY_RADAR_0_HEIGHT 0x0003F000
170#define AR_PHY_RADAR_0_HEIGHT_S 12
171#define AR_PHY_RADAR_0_RRSSI 0x00FC0000
172#define AR_PHY_RADAR_0_RRSSI_S 18
173#define AR_PHY_RADAR_0_FIRPWR 0x7F000000
174#define AR_PHY_RADAR_0_FIRPWR_S 24
175#define AR_PHY_RADAR_1_RELPWR_ENA 0x00800000
176#define AR_PHY_RADAR_1_USE_FIR128 0x00400000
177#define AR_PHY_RADAR_1_RELPWR_THRESH 0x003F0000
178#define AR_PHY_RADAR_1_RELPWR_THRESH_S 16
179#define AR_PHY_RADAR_1_BLOCK_CHECK 0x00008000
180#define AR_PHY_RADAR_1_MAX_RRSSI 0x00004000
181#define AR_PHY_RADAR_1_RELSTEP_CHECK 0x00002000
182#define AR_PHY_RADAR_1_RELSTEP_THRESH 0x00001F00
183#define AR_PHY_RADAR_1_RELSTEP_THRESH_S 8
184#define AR_PHY_RADAR_1_MAXLEN 0x000000FF
185#define AR_PHY_RADAR_1_MAXLEN_S 0
186#define AR_PHY_RADAR_EXT_ENA 0x00004000
187#define AR_PHY_RADAR_DC_PWR_THRESH 0x007f8000
188#define AR_PHY_RADAR_DC_PWR_THRESH_S 15
189#define AR_PHY_RADAR_LB_DC_CAP 0x7f800000
190#define AR_PHY_RADAR_LB_DC_CAP_S 23
191#define AR_PHY_FIND_SIG_LOW_FIRSTEP_LOW (0x3f << 6)
192#define AR_PHY_FIND_SIG_LOW_FIRSTEP_LOW_S 6
193#define AR_PHY_FIND_SIG_LOW_FIRPWR (0x7f << 12)
194#define AR_PHY_FIND_SIG_LOW_FIRPWR_S 12
195#define AR_PHY_FIND_SIG_LOW_FIRPWR_SIGN_BIT 19
196#define AR_PHY_FIND_SIG_LOW_RELSTEP 0x1f
197#define AR_PHY_FIND_SIG_LOW_RELSTEP_S 0
198#define AR_PHY_FIND_SIG_LOW_RELSTEP_SIGN_BIT 5
199#define AR_PHY_CHAN_INFO_TAB_S2_READ 0x00000008
200#define AR_PHY_CHAN_INFO_TAB_S2_READ_S 3
201#define AR_PHY_RX_IQCAL_CORR_IQCORR_Q_Q_COFF 0x0000007F
202#define AR_PHY_RX_IQCAL_CORR_IQCORR_Q_Q_COFF_S 0
203#define AR_PHY_RX_IQCAL_CORR_IQCORR_Q_I_COFF 0x00003F80
204#define AR_PHY_RX_IQCAL_CORR_IQCORR_Q_I_COFF_S 7
205#define AR_PHY_RX_IQCAL_CORR_IQCORR_ENABLE 0x00004000
206#define AR_PHY_RX_IQCAL_CORR_LOOPBACK_IQCORR_Q_Q_COFF 0x003f8000
207#define AR_PHY_RX_IQCAL_CORR_LOOPBACK_IQCORR_Q_Q_COFF_S 15
208#define AR_PHY_RX_IQCAL_CORR_LOOPBACK_IQCORR_Q_I_COFF 0x1fc00000
209#define AR_PHY_RX_IQCAL_CORR_LOOPBACK_IQCORR_Q_I_COFF_S 22
210
211/*
212 * MRC Register Map
213 */
214#define AR_MRC_BASE 0x9c00
215
216#define AR_PHY_TIMING_3A (AR_MRC_BASE + 0x0)
217#define AR_PHY_LDPC_CNTL1 (AR_MRC_BASE + 0x4)
218#define AR_PHY_LDPC_CNTL2 (AR_MRC_BASE + 0x8)
219#define AR_PHY_PILOT_SPUR_MASK (AR_MRC_BASE + 0xc)
220#define AR_PHY_CHAN_SPUR_MASK (AR_MRC_BASE + 0x10)
221#define AR_PHY_SGI_DELTA (AR_MRC_BASE + 0x14)
222#define AR_PHY_ML_CNTL_1 (AR_MRC_BASE + 0x18)
223#define AR_PHY_ML_CNTL_2 (AR_MRC_BASE + 0x1c)
224#define AR_PHY_TST_ADC (AR_MRC_BASE + 0x20)
225
Luis R. Rodriguez1547da32010-04-15 17:39:15 -0400226#define AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_IDX_A 0x00000FE0
227#define AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_IDX_A_S 5
228#define AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_A 0x1F
229#define AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_A_S 0
230
231#define AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_IDX_A 0x00000FE0
232#define AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_IDX_A_S 5
233#define AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_A 0x1F
234#define AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_A_S 0
235
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400236/*
237 * MRC Feild Definitions
238 */
239#define AR_PHY_SGI_DSC_MAN 0x0007FFF0
240#define AR_PHY_SGI_DSC_MAN_S 4
241#define AR_PHY_SGI_DSC_EXP 0x0000000F
242#define AR_PHY_SGI_DSC_EXP_S 0
243/*
244 * BBB Register Map
245 */
246#define AR_BBB_BASE 0x9d00
247
248/*
249 * AGC Register Map
250 */
251#define AR_AGC_BASE 0x9e00
252
253#define AR_PHY_SETTLING (AR_AGC_BASE + 0x0)
254#define AR_PHY_FORCEMAX_GAINS_0 (AR_AGC_BASE + 0x4)
255#define AR_PHY_GAINS_MINOFF0 (AR_AGC_BASE + 0x8)
256#define AR_PHY_DESIRED_SZ (AR_AGC_BASE + 0xc)
257#define AR_PHY_FIND_SIG (AR_AGC_BASE + 0x10)
258#define AR_PHY_AGC (AR_AGC_BASE + 0x14)
259#define AR_PHY_EXT_ATTEN_CTL_0 (AR_AGC_BASE + 0x18)
260#define AR_PHY_CCA_0 (AR_AGC_BASE + 0x1c)
261#define AR_PHY_EXT_CCA0 (AR_AGC_BASE + 0x20)
262#define AR_PHY_RESTART (AR_AGC_BASE + 0x24)
Vasanthakumar Thiagarajan47e84df2010-12-06 04:27:49 -0800263
Mohammed Shafi Shajakhanc6ba9fe2011-05-13 20:29:53 +0530264/*
265 * Antenna Diversity settings
266 */
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400267#define AR_PHY_MC_GAIN_CTRL (AR_AGC_BASE + 0x28)
Vasanthakumar Thiagarajan47e84df2010-12-06 04:27:49 -0800268#define AR_ANT_DIV_CTRL_ALL 0x7e000000
269#define AR_ANT_DIV_CTRL_ALL_S 25
270#define AR_ANT_DIV_ENABLE 0x1000000
271#define AR_ANT_DIV_ENABLE_S 24
272
Mohammed Shafi Shajakhanc6ba9fe2011-05-13 20:29:53 +0530273
274#define AR_PHY_9485_ANT_FAST_DIV_BIAS 0x00007e00
275#define AR_PHY_9485_ANT_FAST_DIV_BIAS_S 9
276#define AR_PHY_9485_ANT_DIV_LNADIV 0x01000000
277#define AR_PHY_9485_ANT_DIV_LNADIV_S 24
278#define AR_PHY_9485_ANT_DIV_ALT_LNACONF 0x06000000
279#define AR_PHY_9485_ANT_DIV_ALT_LNACONF_S 25
280#define AR_PHY_9485_ANT_DIV_MAIN_LNACONF 0x18000000
281#define AR_PHY_9485_ANT_DIV_MAIN_LNACONF_S 27
282#define AR_PHY_9485_ANT_DIV_ALT_GAINTB 0x20000000
283#define AR_PHY_9485_ANT_DIV_ALT_GAINTB_S 29
284#define AR_PHY_9485_ANT_DIV_MAIN_GAINTB 0x40000000
285#define AR_PHY_9485_ANT_DIV_MAIN_GAINTB_S 30
286
287#define AR_PHY_9485_ANT_DIV_LNA1_MINUS_LNA2 0x0
288#define AR_PHY_9485_ANT_DIV_LNA2 0x1
289#define AR_PHY_9485_ANT_DIV_LNA1 0x2
290#define AR_PHY_9485_ANT_DIV_LNA1_PLUS_LNA2 0x3
291
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400292#define AR_PHY_EXTCHN_PWRTHR1 (AR_AGC_BASE + 0x2c)
293#define AR_PHY_EXT_CHN_WIN (AR_AGC_BASE + 0x30)
294#define AR_PHY_20_40_DET_THR (AR_AGC_BASE + 0x34)
295#define AR_PHY_RIFS_SRCH (AR_AGC_BASE + 0x38)
296#define AR_PHY_PEAK_DET_CTRL_1 (AR_AGC_BASE + 0x3c)
297#define AR_PHY_PEAK_DET_CTRL_2 (AR_AGC_BASE + 0x40)
298#define AR_PHY_RX_GAIN_BOUNDS_1 (AR_AGC_BASE + 0x44)
299#define AR_PHY_RX_GAIN_BOUNDS_2 (AR_AGC_BASE + 0x48)
300#define AR_PHY_RSSI_0 (AR_AGC_BASE + 0x180)
301#define AR_PHY_SPUR_CCK_REP0 (AR_AGC_BASE + 0x184)
Vasanthakumar Thiagarajan47e84df2010-12-06 04:27:49 -0800302
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400303#define AR_PHY_CCK_DETECT (AR_AGC_BASE + 0x1c0)
Vasanthakumar Thiagarajan47e84df2010-12-06 04:27:49 -0800304#define AR_FAST_DIV_ENABLE 0x2000
305#define AR_FAST_DIV_ENABLE_S 13
306
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400307#define AR_PHY_DAG_CTRLCCK (AR_AGC_BASE + 0x1c4)
308#define AR_PHY_IQCORR_CTRL_CCK (AR_AGC_BASE + 0x1c8)
309
310#define AR_PHY_CCK_SPUR_MIT (AR_AGC_BASE + 0x1cc)
311#define AR_PHY_CCK_SPUR_MIT_SPUR_RSSI_THR 0x000001fe
312#define AR_PHY_CCK_SPUR_MIT_SPUR_RSSI_THR_S 1
313#define AR_PHY_CCK_SPUR_MIT_SPUR_FILTER_TYPE 0x60000000
314#define AR_PHY_CCK_SPUR_MIT_SPUR_FILTER_TYPE_S 29
315#define AR_PHY_CCK_SPUR_MIT_USE_CCK_SPUR_MIT 0x00000001
316#define AR_PHY_CCK_SPUR_MIT_USE_CCK_SPUR_MIT_S 0
317#define AR_PHY_CCK_SPUR_MIT_CCK_SPUR_FREQ 0x1ffffe00
318#define AR_PHY_CCK_SPUR_MIT_CCK_SPUR_FREQ_S 9
319
Luis R. Rodriguez7ca710d2010-06-12 00:33:43 -0400320#define AR_PHY_MRC_CCK_CTRL (AR_AGC_BASE + 0x1d0)
321#define AR_PHY_MRC_CCK_ENABLE 0x00000001
322#define AR_PHY_MRC_CCK_ENABLE_S 0
323#define AR_PHY_MRC_CCK_MUX_REG 0x00000002
324#define AR_PHY_MRC_CCK_MUX_REG_S 1
325
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400326#define AR_PHY_RX_OCGAIN (AR_AGC_BASE + 0x200)
327
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530328#define AR_PHY_CCA_NOM_VAL_9300_2GHZ (AR_SREV_9462(ah) ? -127 : -110)
329#define AR_PHY_CCA_NOM_VAL_9300_5GHZ (AR_SREV_9462(ah) ? -127 : -115)
330#define AR_PHY_CCA_MIN_GOOD_VAL_9300_2GHZ (AR_SREV_9462(ah) ? -127 : -125)
331#define AR_PHY_CCA_MIN_GOOD_VAL_9300_5GHZ (AR_SREV_9462(ah) ? -127 : -125)
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400332#define AR_PHY_CCA_MAX_GOOD_VAL_9300_2GHZ -95
333#define AR_PHY_CCA_MAX_GOOD_VAL_9300_5GHZ -100
334
Gabor Juhos0c453732011-06-21 11:23:40 +0200335#define AR_PHY_CCA_NOM_VAL_9330_2GHZ -118
336
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400337/*
338 * AGC Field Definitions
339 */
340#define AR_PHY_EXT_ATTEN_CTL_RXTX_MARGIN 0x00FC0000
341#define AR_PHY_EXT_ATTEN_CTL_RXTX_MARGIN_S 18
342#define AR_PHY_EXT_ATTEN_CTL_BSW_MARGIN 0x00003C00
343#define AR_PHY_EXT_ATTEN_CTL_BSW_MARGIN_S 10
344#define AR_PHY_EXT_ATTEN_CTL_BSW_ATTEN 0x0000001F
345#define AR_PHY_EXT_ATTEN_CTL_BSW_ATTEN_S 0
346#define AR_PHY_EXT_ATTEN_CTL_XATTEN2_MARGIN 0x003E0000
347#define AR_PHY_EXT_ATTEN_CTL_XATTEN2_MARGIN_S 17
348#define AR_PHY_EXT_ATTEN_CTL_XATTEN1_MARGIN 0x0001F000
349#define AR_PHY_EXT_ATTEN_CTL_XATTEN1_MARGIN_S 12
350#define AR_PHY_EXT_ATTEN_CTL_XATTEN2_DB 0x00000FC0
351#define AR_PHY_EXT_ATTEN_CTL_XATTEN2_DB_S 6
352#define AR_PHY_EXT_ATTEN_CTL_XATTEN1_DB 0x0000003F
353#define AR_PHY_EXT_ATTEN_CTL_XATTEN1_DB_S 0
354#define AR_PHY_RXGAIN_TXRX_ATTEN 0x0003F000
355#define AR_PHY_RXGAIN_TXRX_ATTEN_S 12
356#define AR_PHY_RXGAIN_TXRX_RF_MAX 0x007C0000
357#define AR_PHY_RXGAIN_TXRX_RF_MAX_S 18
358#define AR9280_PHY_RXGAIN_TXRX_ATTEN 0x00003F80
359#define AR9280_PHY_RXGAIN_TXRX_ATTEN_S 7
360#define AR9280_PHY_RXGAIN_TXRX_MARGIN 0x001FC000
361#define AR9280_PHY_RXGAIN_TXRX_MARGIN_S 14
362#define AR_PHY_SETTLING_SWITCH 0x00003F80
363#define AR_PHY_SETTLING_SWITCH_S 7
364#define AR_PHY_DESIRED_SZ_ADC 0x000000FF
365#define AR_PHY_DESIRED_SZ_ADC_S 0
366#define AR_PHY_DESIRED_SZ_PGA 0x0000FF00
367#define AR_PHY_DESIRED_SZ_PGA_S 8
368#define AR_PHY_DESIRED_SZ_TOT_DES 0x0FF00000
369#define AR_PHY_DESIRED_SZ_TOT_DES_S 20
370#define AR_PHY_MINCCA_PWR 0x1FF00000
371#define AR_PHY_MINCCA_PWR_S 20
372#define AR_PHY_CCA_THRESH62 0x0007F000
373#define AR_PHY_CCA_THRESH62_S 12
374#define AR9280_PHY_MINCCA_PWR 0x1FF00000
375#define AR9280_PHY_MINCCA_PWR_S 20
376#define AR9280_PHY_CCA_THRESH62 0x000FF000
377#define AR9280_PHY_CCA_THRESH62_S 12
378#define AR_PHY_EXT_CCA0_THRESH62 0x000000FF
379#define AR_PHY_EXT_CCA0_THRESH62_S 0
380#define AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK 0x0000003F
381#define AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK_S 0
382#define AR_PHY_CCK_DETECT_ANT_SWITCH_TIME 0x00001FC0
383#define AR_PHY_CCK_DETECT_ANT_SWITCH_TIME_S 6
384#define AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV 0x2000
385
386#define AR_PHY_DAG_CTRLCCK_EN_RSSI_THR 0x00000200
387#define AR_PHY_DAG_CTRLCCK_EN_RSSI_THR_S 9
388#define AR_PHY_DAG_CTRLCCK_RSSI_THR 0x0001FC00
389#define AR_PHY_DAG_CTRLCCK_RSSI_THR_S 10
390
391#define AR_PHY_RIFS_INIT_DELAY 0x3ff0000
Rajkumar Manoharandf222ed2011-11-08 14:19:32 +0530392#define AR_PHY_AGC_QUICK_DROP 0x03c00000
393#define AR_PHY_AGC_QUICK_DROP_S 22
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400394#define AR_PHY_AGC_COARSE_LOW 0x00007F80
395#define AR_PHY_AGC_COARSE_LOW_S 7
396#define AR_PHY_AGC_COARSE_HIGH 0x003F8000
397#define AR_PHY_AGC_COARSE_HIGH_S 15
398#define AR_PHY_AGC_COARSE_PWR_CONST 0x0000007F
399#define AR_PHY_AGC_COARSE_PWR_CONST_S 0
400#define AR_PHY_FIND_SIG_FIRSTEP 0x0003F000
401#define AR_PHY_FIND_SIG_FIRSTEP_S 12
402#define AR_PHY_FIND_SIG_FIRPWR 0x03FC0000
403#define AR_PHY_FIND_SIG_FIRPWR_S 18
404#define AR_PHY_FIND_SIG_FIRPWR_SIGN_BIT 25
405#define AR_PHY_FIND_SIG_RELPWR (0x1f << 6)
406#define AR_PHY_FIND_SIG_RELPWR_S 6
407#define AR_PHY_FIND_SIG_RELPWR_SIGN_BIT 11
408#define AR_PHY_FIND_SIG_RELSTEP 0x1f
409#define AR_PHY_FIND_SIG_RELSTEP_S 0
410#define AR_PHY_FIND_SIG_RELSTEP_SIGN_BIT 5
411#define AR_PHY_RESTART_DIV_GC 0x001C0000
412#define AR_PHY_RESTART_DIV_GC_S 18
413#define AR_PHY_RESTART_ENA 0x01
414#define AR_PHY_DC_RESTART_DIS 0x40000000
415
416#define AR_PHY_TPC_OLPC_GAIN_DELTA_PAL_ON 0xFF000000
417#define AR_PHY_TPC_OLPC_GAIN_DELTA_PAL_ON_S 24
418#define AR_PHY_TPC_OLPC_GAIN_DELTA 0x00FF0000
419#define AR_PHY_TPC_OLPC_GAIN_DELTA_S 16
420
421#define AR_PHY_TPC_6_ERROR_EST_MODE 0x03000000
422#define AR_PHY_TPC_6_ERROR_EST_MODE_S 24
423
424/*
425 * SM Register Map
426 */
427#define AR_SM_BASE 0xa200
428
429#define AR_PHY_D2_CHIP_ID (AR_SM_BASE + 0x0)
430#define AR_PHY_GEN_CTRL (AR_SM_BASE + 0x4)
431#define AR_PHY_MODE (AR_SM_BASE + 0x8)
432#define AR_PHY_ACTIVE (AR_SM_BASE + 0xc)
433#define AR_PHY_SPUR_MASK_A (AR_SM_BASE + 0x20)
434#define AR_PHY_SPUR_MASK_B (AR_SM_BASE + 0x24)
435#define AR_PHY_SPECTRAL_SCAN (AR_SM_BASE + 0x28)
436#define AR_PHY_RADAR_BW_FILTER (AR_SM_BASE + 0x2c)
437#define AR_PHY_SEARCH_START_DELAY (AR_SM_BASE + 0x30)
438#define AR_PHY_MAX_RX_LEN (AR_SM_BASE + 0x34)
439#define AR_PHY_FRAME_CTL (AR_SM_BASE + 0x38)
440#define AR_PHY_RFBUS_REQ (AR_SM_BASE + 0x3c)
441#define AR_PHY_RFBUS_GRANT (AR_SM_BASE + 0x40)
442#define AR_PHY_RIFS (AR_SM_BASE + 0x44)
443#define AR_PHY_RX_CLR_DELAY (AR_SM_BASE + 0x50)
444#define AR_PHY_RX_DELAY (AR_SM_BASE + 0x54)
445
446#define AR_PHY_XPA_TIMING_CTL (AR_SM_BASE + 0x64)
447#define AR_PHY_MISC_PA_CTL (AR_SM_BASE + 0x80)
448#define AR_PHY_SWITCH_CHAIN_0 (AR_SM_BASE + 0x84)
449#define AR_PHY_SWITCH_COM (AR_SM_BASE + 0x88)
450#define AR_PHY_SWITCH_COM_2 (AR_SM_BASE + 0x8c)
451#define AR_PHY_RX_CHAINMASK (AR_SM_BASE + 0xa0)
452#define AR_PHY_CAL_CHAINMASK (AR_SM_BASE + 0xc0)
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400453#define AR_PHY_CALMODE (AR_SM_BASE + 0xc8)
454#define AR_PHY_FCAL_1 (AR_SM_BASE + 0xcc)
455#define AR_PHY_FCAL_2_0 (AR_SM_BASE + 0xd0)
456#define AR_PHY_DFT_TONE_CTL_0 (AR_SM_BASE + 0xd4)
457#define AR_PHY_CL_CAL_CTL (AR_SM_BASE + 0xd8)
458#define AR_PHY_CL_TAB_0 (AR_SM_BASE + 0x100)
459#define AR_PHY_SYNTH_CONTROL (AR_SM_BASE + 0x140)
460#define AR_PHY_ADDAC_CLK_SEL (AR_SM_BASE + 0x144)
461#define AR_PHY_PLL_CTL (AR_SM_BASE + 0x148)
462#define AR_PHY_ANALOG_SWAP (AR_SM_BASE + 0x14c)
463#define AR_PHY_ADDAC_PARA_CTL (AR_SM_BASE + 0x150)
464#define AR_PHY_XPA_CFG (AR_SM_BASE + 0x158)
465
Luis R. Rodriguez1547da32010-04-15 17:39:15 -0400466#define AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_IDX_A 0x0001FC00
467#define AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_IDX_A_S 10
468#define AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_A 0x3FF
469#define AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_A_S 0
470
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400471#define AR_PHY_TEST (AR_SM_BASE + 0x160)
472
473#define AR_PHY_TEST_BBB_OBS_SEL 0x780000
474#define AR_PHY_TEST_BBB_OBS_SEL_S 19
475
476#define AR_PHY_TEST_RX_OBS_SEL_BIT5_S 23
477#define AR_PHY_TEST_RX_OBS_SEL_BIT5 (1 << AR_PHY_TEST_RX_OBS_SEL_BIT5_S)
478
479#define AR_PHY_TEST_CHAIN_SEL 0xC0000000
480#define AR_PHY_TEST_CHAIN_SEL_S 30
481
482#define AR_PHY_TEST_CTL_STATUS (AR_SM_BASE + 0x164)
483#define AR_PHY_TEST_CTL_TSTDAC_EN 0x1
484#define AR_PHY_TEST_CTL_TSTDAC_EN_S 0
485#define AR_PHY_TEST_CTL_TX_OBS_SEL 0x1C
486#define AR_PHY_TEST_CTL_TX_OBS_SEL_S 2
487#define AR_PHY_TEST_CTL_TX_OBS_MUX_SEL 0x60
488#define AR_PHY_TEST_CTL_TX_OBS_MUX_SEL_S 5
489#define AR_PHY_TEST_CTL_TSTADC_EN 0x100
490#define AR_PHY_TEST_CTL_TSTADC_EN_S 8
491#define AR_PHY_TEST_CTL_RX_OBS_SEL 0x3C00
492#define AR_PHY_TEST_CTL_RX_OBS_SEL_S 10
493
494
495#define AR_PHY_TSTDAC (AR_SM_BASE + 0x168)
496
497#define AR_PHY_CHAN_STATUS (AR_SM_BASE + 0x16c)
Felix Fietkauab334492010-06-12 00:33:58 -0400498
499#define AR_PHY_CHAN_INFO_MEMORY (AR_SM_BASE + 0x170)
500#define AR_PHY_CHAN_INFO_MEMORY_CHANINFOMEM_S2_READ 0x00000008
501#define AR_PHY_CHAN_INFO_MEMORY_CHANINFOMEM_S2_READ_S 3
502
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400503#define AR_PHY_CHNINFO_NOISEPWR (AR_SM_BASE + 0x174)
504#define AR_PHY_CHNINFO_GAINDIFF (AR_SM_BASE + 0x178)
505#define AR_PHY_CHNINFO_FINETIM (AR_SM_BASE + 0x17c)
506#define AR_PHY_CHAN_INFO_GAIN_0 (AR_SM_BASE + 0x180)
507#define AR_PHY_SCRAMBLER_SEED (AR_SM_BASE + 0x190)
508#define AR_PHY_CCK_TX_CTRL (AR_SM_BASE + 0x194)
509
510#define AR_PHY_HEAVYCLIP_CTL (AR_SM_BASE + 0x1a4)
511#define AR_PHY_HEAVYCLIP_20 (AR_SM_BASE + 0x1a8)
512#define AR_PHY_HEAVYCLIP_40 (AR_SM_BASE + 0x1ac)
513#define AR_PHY_ILLEGAL_TXRATE (AR_SM_BASE + 0x1b0)
514
Felix Fietkau4a4fdf22011-01-21 18:46:35 +0100515#define AR_PHY_POWER_TX_RATE(_d) (AR_SM_BASE + 0x1c0 + ((_d) << 2))
516
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400517#define AR_PHY_PWRTX_MAX (AR_SM_BASE + 0x1f0)
518#define AR_PHY_POWER_TX_SUB (AR_SM_BASE + 0x1f4)
519
Felix Fietkauab334492010-06-12 00:33:58 -0400520#define AR_PHY_TPC_1 (AR_SM_BASE + 0x1f8)
521#define AR_PHY_TPC_1_FORCED_DAC_GAIN 0x0000003e
522#define AR_PHY_TPC_1_FORCED_DAC_GAIN_S 1
523#define AR_PHY_TPC_1_FORCE_DAC_GAIN 0x00000001
524#define AR_PHY_TPC_1_FORCE_DAC_GAIN_S 0
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400525
Felix Fietkauab334492010-06-12 00:33:58 -0400526#define AR_PHY_TPC_4_B0 (AR_SM_BASE + 0x204)
527#define AR_PHY_TPC_5_B0 (AR_SM_BASE + 0x208)
528#define AR_PHY_TPC_6_B0 (AR_SM_BASE + 0x20c)
529
530#define AR_PHY_TPC_11_B0 (AR_SM_BASE + 0x220)
531#define AR_PHY_TPC_11_B1 (AR_SM1_BASE + 0x220)
532#define AR_PHY_TPC_11_B2 (AR_SM2_BASE + 0x220)
533#define AR_PHY_TPC_11_OLPC_GAIN_DELTA 0x00ff0000
534#define AR_PHY_TPC_11_OLPC_GAIN_DELTA_S 16
535
536#define AR_PHY_TPC_12 (AR_SM_BASE + 0x224)
537#define AR_PHY_TPC_12_DESIRED_SCALE_HT40_5 0x3e000000
538#define AR_PHY_TPC_12_DESIRED_SCALE_HT40_5_S 25
539
540#define AR_PHY_TPC_18 (AR_SM_BASE + 0x23c)
541#define AR_PHY_TPC_18_THERM_CAL_VALUE 0x000000ff
542#define AR_PHY_TPC_18_THERM_CAL_VALUE_S 0
543#define AR_PHY_TPC_18_VOLT_CAL_VALUE 0x0000ff00
544#define AR_PHY_TPC_18_VOLT_CAL_VALUE_S 8
545
546#define AR_PHY_TPC_19 (AR_SM_BASE + 0x240)
547#define AR_PHY_TPC_19_ALPHA_VOLT 0x001f0000
548#define AR_PHY_TPC_19_ALPHA_VOLT_S 16
549#define AR_PHY_TPC_19_ALPHA_THERM 0xff
550#define AR_PHY_TPC_19_ALPHA_THERM_S 0
551
552#define AR_PHY_TX_FORCED_GAIN (AR_SM_BASE + 0x258)
553#define AR_PHY_TX_FORCED_GAIN_FORCE_TX_GAIN 0x00000001
554#define AR_PHY_TX_FORCED_GAIN_FORCE_TX_GAIN_S 0
555#define AR_PHY_TX_FORCED_GAIN_FORCED_TXBB1DBGAIN 0x0000000e
556#define AR_PHY_TX_FORCED_GAIN_FORCED_TXBB1DBGAIN_S 1
557#define AR_PHY_TX_FORCED_GAIN_FORCED_TXBB6DBGAIN 0x00000030
558#define AR_PHY_TX_FORCED_GAIN_FORCED_TXBB6DBGAIN_S 4
559#define AR_PHY_TX_FORCED_GAIN_FORCED_TXMXRGAIN 0x000003c0
560#define AR_PHY_TX_FORCED_GAIN_FORCED_TXMXRGAIN_S 6
561#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGNA 0x00003c00
562#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGNA_S 10
563#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGNB 0x0003c000
564#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGNB_S 14
565#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGNC 0x003c0000
566#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGNC_S 18
567#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGND 0x00c00000
568#define AR_PHY_TX_FORCED_GAIN_FORCED_PADRVGND_S 22
569#define AR_PHY_TX_FORCED_GAIN_FORCED_ENABLE_PAL 0x01000000
570#define AR_PHY_TX_FORCED_GAIN_FORCED_ENABLE_PAL_S 24
571
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400572
573#define AR_PHY_PDADC_TAB_0 (AR_SM_BASE + 0x280)
574
Felix Fietkauab334492010-06-12 00:33:58 -0400575#define AR_PHY_TXGAIN_TABLE (AR_SM_BASE + 0x300)
576
Rajkumar Manoharan52d6d4e2011-10-20 14:22:43 +0530577#define AR_PHY_TX_IQCAL_CONTROL_0 (AR_SM_BASE + (AR_SREV_9485(ah) ? \
578 0x3c4 : 0x444))
579#define AR_PHY_TX_IQCAL_CONTROL_1 (AR_SM_BASE + (AR_SREV_9485(ah) ? \
580 0x3c8 : 0x448))
581#define AR_PHY_TX_IQCAL_START (AR_SM_BASE + (AR_SREV_9485(ah) ? \
582 0x3c4 : 0x440))
583#define AR_PHY_TX_IQCAL_STATUS_B0 (AR_SM_BASE + (AR_SREV_9485(ah) ? \
584 0x3f0 : 0x48c))
Vasanthakumar Thiagarajan31faff82010-12-06 04:27:55 -0800585#define AR_PHY_TX_IQCAL_CORR_COEFF_B0(_i) (AR_SM_BASE + \
586 (AR_SREV_9485(ah) ? \
587 0x3d0 : 0x450) + ((_i) << 2))
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530588#define AR_PHY_RTT_CTRL (AR_SM_BASE + 0x380)
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400589
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -0400590#define AR_PHY_WATCHDOG_STATUS (AR_SM_BASE + 0x5c0)
591#define AR_PHY_WATCHDOG_CTL_1 (AR_SM_BASE + 0x5c4)
592#define AR_PHY_WATCHDOG_CTL_2 (AR_SM_BASE + 0x5c8)
593#define AR_PHY_WATCHDOG_CTL (AR_SM_BASE + 0x5cc)
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400594#define AR_PHY_ONLY_WARMRESET (AR_SM_BASE + 0x5d0)
595#define AR_PHY_ONLY_CTL (AR_SM_BASE + 0x5d4)
596#define AR_PHY_ECO_CTRL (AR_SM_BASE + 0x5dc)
Felix Fietkauab334492010-06-12 00:33:58 -0400597
598#define AR_PHY_BB_THERM_ADC_1 (AR_SM_BASE + 0x248)
599#define AR_PHY_BB_THERM_ADC_1_INIT_THERM 0x000000ff
600#define AR_PHY_BB_THERM_ADC_1_INIT_THERM_S 0
601
602#define AR_PHY_BB_THERM_ADC_4 (AR_SM_BASE + 0x254)
603#define AR_PHY_BB_THERM_ADC_4_LATEST_THERM_VALUE 0x000000ff
604#define AR_PHY_BB_THERM_ADC_4_LATEST_THERM_VALUE_S 0
605#define AR_PHY_BB_THERM_ADC_4_LATEST_VOLT_VALUE 0x0000ff00
606#define AR_PHY_BB_THERM_ADC_4_LATEST_VOLT_VALUE_S 8
607
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530608/* AIC Registers */
609#define AR_PHY_AIC_CTRL_0_B0 (AR_SM_BASE + 0x4b0)
610#define AR_PHY_AIC_CTRL_1_B0 (AR_SM_BASE + 0x4b4)
611#define AR_PHY_AIC_CTRL_2_B0 (AR_SM_BASE + 0x4b8)
612#define AR_PHY_AIC_CTRL_3_B0 (AR_SM_BASE + 0x4bc)
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530613#define AR_PHY_AIC_STAT_0_B0 (AR_SM_BASE + (AR_SREV_9462_10(ah) ? \
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530614 0x4c0 : 0x4c4))
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530615#define AR_PHY_AIC_STAT_1_B0 (AR_SM_BASE + (AR_SREV_9462_10(ah) ? \
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530616 0x4c4 : 0x4c8))
617#define AR_PHY_AIC_CTRL_4_B0 (AR_SM_BASE + 0x4c0)
618#define AR_PHY_AIC_STAT_2_B0 (AR_SM_BASE + 0x4cc)
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400619
620#define AR_PHY_65NM_CH0_SYNTH4 0x1608c
621#define AR_PHY_SYNTH4_LONG_SHIFT_SELECT 0x00000002
622#define AR_PHY_SYNTH4_LONG_SHIFT_SELECT_S 1
623#define AR_PHY_65NM_CH0_SYNTH7 0x16098
624#define AR_PHY_65NM_CH0_BIAS1 0x160c0
625#define AR_PHY_65NM_CH0_BIAS2 0x160c4
626#define AR_PHY_65NM_CH0_BIAS4 0x160cc
627#define AR_PHY_65NM_CH0_RXTX4 0x1610c
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530628
Senthil Balasubramanianb54af8a2011-09-13 22:38:19 +0530629#define AR_CH0_TOP (AR_SREV_9300(ah) ? 0x16288 : \
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530630 ((AR_SREV_9462(ah) ? 0x1628c : 0x16280)))
Senthil Balasubramanianb54af8a2011-09-13 22:38:19 +0530631#define AR_CH0_TOP_XPABIASLVL (0x300)
632#define AR_CH0_TOP_XPABIASLVL_S (8)
633
634#define AR_CH0_THERM (AR_SREV_9300(ah) ? 0x16290 : \
635 ((AR_SREV_9485(ah) ? 0x1628c : 0x16294)))
636#define AR_CH0_THERM_XPABIASLVL_MSB 0x3
637#define AR_CH0_THERM_XPABIASLVL_MSB_S 0
638#define AR_CH0_THERM_XPASHORT2GND 0x4
639#define AR_CH0_THERM_XPASHORT2GND_S 2
640
641#define AR_SWITCH_TABLE_COM_ALL (0xffff)
642#define AR_SWITCH_TABLE_COM_ALL_S (0)
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530643#define AR_SWITCH_TABLE_COM_AR9462_ALL (0xffffff)
644#define AR_SWITCH_TABLE_COM_AR9462_ALL_S (0)
Senthil Balasubramanianb54af8a2011-09-13 22:38:19 +0530645#define AR_SWITCH_TABLE_COM_SPDT (0x00f00000)
646#define AR_SWITCH_TABLE_COM_SPDT_ALL (0x0000fff0)
647#define AR_SWITCH_TABLE_COM_SPDT_ALL_S (4)
648
649#define AR_SWITCH_TABLE_COM2_ALL (0xffffff)
650#define AR_SWITCH_TABLE_COM2_ALL_S (0)
651
652#define AR_SWITCH_TABLE_ALL (0xfff)
653#define AR_SWITCH_TABLE_ALL_S (0)
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530654
655#define AR_PHY_65NM_CH0_THERM (AR_SREV_9300(ah) ? 0x16290 :\
Rajkumar Manoharanfd269812011-10-21 12:53:51 +0530656 (AR_SREV_9462(ah) ? 0x16294 : 0x1628c))
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400657
658#define AR_PHY_65NM_CH0_THERM_LOCAL 0x80000000
659#define AR_PHY_65NM_CH0_THERM_LOCAL_S 31
660#define AR_PHY_65NM_CH0_THERM_START 0x20000000
661#define AR_PHY_65NM_CH0_THERM_START_S 29
662#define AR_PHY_65NM_CH0_THERM_SAR_ADC_OUT 0x0000ff00
663#define AR_PHY_65NM_CH0_THERM_SAR_ADC_OUT_S 8
664
665#define AR_PHY_65NM_CH0_RXTX1 0x16100
666#define AR_PHY_65NM_CH0_RXTX2 0x16104
667#define AR_PHY_65NM_CH1_RXTX1 0x16500
668#define AR_PHY_65NM_CH1_RXTX2 0x16504
669#define AR_PHY_65NM_CH2_RXTX1 0x16900
670#define AR_PHY_65NM_CH2_RXTX2 0x16904
671
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530672#define AR_CH0_TOP2 (AR_SREV_9300(ah) ? 0x1628c : \
Rajkumar Manoharanfd269812011-10-21 12:53:51 +0530673 (AR_SREV_9462(ah) ? 0x16290 : 0x16284))
Vasanthakumar Thiagarajan9936e652010-12-06 04:27:48 -0800674#define AR_CH0_TOP2_XPABIASLVL 0xf000
675#define AR_CH0_TOP2_XPABIASLVL_S 12
676
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530677#define AR_CH0_XTAL (AR_SREV_9300(ah) ? 0x16294 : \
Rajkumar Manoharanfd269812011-10-21 12:53:51 +0530678 (AR_SREV_9462(ah) ? 0x16298 : 0x16290))
Vasanthakumar Thiagarajandd040f72010-12-06 04:27:52 -0800679#define AR_CH0_XTAL_CAPINDAC 0x7f000000
680#define AR_CH0_XTAL_CAPINDAC_S 24
681#define AR_CH0_XTAL_CAPOUTDAC 0x00fe0000
682#define AR_CH0_XTAL_CAPOUTDAC_S 17
683
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530684#define AR_PHY_PMU1 (AR_SREV_9462(ah) ? 0x16340 : 0x16c40)
Vasanthakumar Thiagarajanab09b5b2010-12-07 02:20:39 -0800685#define AR_PHY_PMU1_PWD 0x1
686#define AR_PHY_PMU1_PWD_S 0
687
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530688#define AR_PHY_PMU2 (AR_SREV_9462(ah) ? 0x16344 : 0x16c44)
Vasanthakumar Thiagarajanab09b5b2010-12-07 02:20:39 -0800689#define AR_PHY_PMU2_PGM 0x00200000
690#define AR_PHY_PMU2_PGM_S 21
691
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400692#define AR_PHY_RX1DB_BIQUAD_LONG_SHIFT 0x00380000
693#define AR_PHY_RX1DB_BIQUAD_LONG_SHIFT_S 19
694#define AR_PHY_RX6DB_BIQUAD_LONG_SHIFT 0x00c00000
695#define AR_PHY_RX6DB_BIQUAD_LONG_SHIFT_S 22
696#define AR_PHY_LNAGAIN_LONG_SHIFT 0xe0000000
697#define AR_PHY_LNAGAIN_LONG_SHIFT_S 29
698#define AR_PHY_MXRGAIN_LONG_SHIFT 0x03000000
699#define AR_PHY_MXRGAIN_LONG_SHIFT_S 24
700#define AR_PHY_VGAGAIN_LONG_SHIFT 0x1c000000
701#define AR_PHY_VGAGAIN_LONG_SHIFT_S 26
702#define AR_PHY_SCFIR_GAIN_LONG_SHIFT 0x00000001
703#define AR_PHY_SCFIR_GAIN_LONG_SHIFT_S 0
704#define AR_PHY_MANRXGAIN_LONG_SHIFT 0x00000002
705#define AR_PHY_MANRXGAIN_LONG_SHIFT_S 1
706
707/*
708 * SM Field Definitions
709 */
710#define AR_PHY_CL_CAL_ENABLE 0x00000002
711#define AR_PHY_PARALLEL_CAL_ENABLE 0x00000001
712#define AR_PHY_TPCRG1_PD_CAL_ENABLE 0x00400000
713#define AR_PHY_TPCRG1_PD_CAL_ENABLE_S 22
714
715#define AR_PHY_ADDAC_PARACTL_OFF_PWDADC 0x00008000
716
717#define AR_PHY_FCAL20_CAP_STATUS_0 0x01f00000
718#define AR_PHY_FCAL20_CAP_STATUS_0_S 20
719
720#define AR_PHY_RFBUS_REQ_EN 0x00000001 /* request for RF bus */
721#define AR_PHY_RFBUS_GRANT_EN 0x00000001 /* RF bus granted */
722#define AR_PHY_GC_TURBO_MODE 0x00000001 /* set turbo mode bits */
723#define AR_PHY_GC_TURBO_SHORT 0x00000002 /* set short symbols to turbo mode setting */
724#define AR_PHY_GC_DYN2040_EN 0x00000004 /* enable dyn 20/40 mode */
725#define AR_PHY_GC_DYN2040_PRI_ONLY 0x00000008 /* dyn 20/40 - primary only */
726#define AR_PHY_GC_DYN2040_PRI_CH 0x00000010 /* dyn 20/40 - primary ch offset (0=+10MHz, 1=-10MHz)*/
Luis R. Rodriguez1547da32010-04-15 17:39:15 -0400727#define AR_PHY_GC_DYN2040_PRI_CH_S 4
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400728#define AR_PHY_GC_DYN2040_EXT_CH 0x00000020 /* dyn 20/40 - ext ch spacing (0=20MHz/ 1=25MHz) */
729#define AR_PHY_GC_HT_EN 0x00000040 /* ht enable */
730#define AR_PHY_GC_SHORT_GI_40 0x00000080 /* allow short GI for HT 40 */
731#define AR_PHY_GC_WALSH 0x00000100 /* walsh spatial spreading for 2 chains,2 streams TX */
732#define AR_PHY_GC_SINGLE_HT_LTF1 0x00000200 /* single length (4us) 1st HT long training symbol */
733#define AR_PHY_GC_GF_DETECT_EN 0x00000400 /* enable Green Field detection. Only affects rx, not tx */
734#define AR_PHY_GC_ENABLE_DAC_FIFO 0x00000800 /* fifo between bb and dac */
735#define AR_PHY_RX_DELAY_DELAY 0x00003FFF /* delay from wakeup to rx ena */
736
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400737#define AR_PHY_CALMODE_IQ 0x00000000
738#define AR_PHY_CALMODE_ADC_GAIN 0x00000001
739#define AR_PHY_CALMODE_ADC_DC_PER 0x00000002
740#define AR_PHY_CALMODE_ADC_DC_INIT 0x00000003
741#define AR_PHY_SWAP_ALT_CHAIN 0x00000040
742#define AR_PHY_MODE_OFDM 0x00000000
743#define AR_PHY_MODE_CCK 0x00000001
744#define AR_PHY_MODE_DYNAMIC 0x00000004
Luis R. Rodriguez1547da32010-04-15 17:39:15 -0400745#define AR_PHY_MODE_DYNAMIC_S 2
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400746#define AR_PHY_MODE_HALF 0x00000020
747#define AR_PHY_MODE_QUARTER 0x00000040
748#define AR_PHY_MAC_CLK_MODE 0x00000080
749#define AR_PHY_MODE_DYN_CCK_DISABLE 0x00000100
750#define AR_PHY_MODE_SVD_HALF 0x00000200
751#define AR_PHY_ACTIVE_EN 0x00000001
752#define AR_PHY_ACTIVE_DIS 0x00000000
753#define AR_PHY_FORCE_XPA_CFG 0x000000001
754#define AR_PHY_FORCE_XPA_CFG_S 0
755#define AR_PHY_XPA_TIMING_CTL_TX_END_XPAB_OFF 0xFF000000
756#define AR_PHY_XPA_TIMING_CTL_TX_END_XPAB_OFF_S 24
757#define AR_PHY_XPA_TIMING_CTL_TX_END_XPAA_OFF 0x00FF0000
758#define AR_PHY_XPA_TIMING_CTL_TX_END_XPAA_OFF_S 16
759#define AR_PHY_XPA_TIMING_CTL_FRAME_XPAB_ON 0x0000FF00
760#define AR_PHY_XPA_TIMING_CTL_FRAME_XPAB_ON_S 8
761#define AR_PHY_XPA_TIMING_CTL_FRAME_XPAA_ON 0x000000FF
762#define AR_PHY_XPA_TIMING_CTL_FRAME_XPAA_ON_S 0
763#define AR_PHY_TX_END_TO_A2_RX_ON 0x00FF0000
764#define AR_PHY_TX_END_TO_A2_RX_ON_S 16
765#define AR_PHY_TX_END_DATA_START 0x000000FF
766#define AR_PHY_TX_END_DATA_START_S 0
767#define AR_PHY_TX_END_PA_ON 0x0000FF00
768#define AR_PHY_TX_END_PA_ON_S 8
769#define AR_PHY_TPCRG5_PD_GAIN_OVERLAP 0x0000000F
770#define AR_PHY_TPCRG5_PD_GAIN_OVERLAP_S 0
771#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_1 0x000003F0
772#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_1_S 4
773#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_2 0x0000FC00
774#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_2_S 10
775#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_3 0x003F0000
776#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_3_S 16
777#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_4 0x0FC00000
778#define AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_4_S 22
779#define AR_PHY_TPCRG1_NUM_PD_GAIN 0x0000c000
780#define AR_PHY_TPCRG1_NUM_PD_GAIN_S 14
781#define AR_PHY_TPCRG1_PD_GAIN_1 0x00030000
782#define AR_PHY_TPCRG1_PD_GAIN_1_S 16
783#define AR_PHY_TPCRG1_PD_GAIN_2 0x000C0000
784#define AR_PHY_TPCRG1_PD_GAIN_2_S 18
785#define AR_PHY_TPCRG1_PD_GAIN_3 0x00300000
786#define AR_PHY_TPCRG1_PD_GAIN_3_S 20
787#define AR_PHY_TPCGR1_FORCED_DAC_GAIN 0x0000003e
788#define AR_PHY_TPCGR1_FORCED_DAC_GAIN_S 1
789#define AR_PHY_TPCGR1_FORCE_DAC_GAIN 0x00000001
790#define AR_PHY_TXGAIN_FORCE 0x00000001
Vasanthakumar Thiagarajan858b7e32010-12-06 04:27:56 -0800791#define AR_PHY_TXGAIN_FORCE_S 0
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400792#define AR_PHY_TXGAIN_FORCED_PADVGNRA 0x00003c00
793#define AR_PHY_TXGAIN_FORCED_PADVGNRA_S 10
794#define AR_PHY_TXGAIN_FORCED_PADVGNRB 0x0003c000
795#define AR_PHY_TXGAIN_FORCED_PADVGNRB_S 14
796#define AR_PHY_TXGAIN_FORCED_PADVGNRD 0x00c00000
797#define AR_PHY_TXGAIN_FORCED_PADVGNRD_S 22
798#define AR_PHY_TXGAIN_FORCED_TXMXRGAIN 0x000003c0
799#define AR_PHY_TXGAIN_FORCED_TXMXRGAIN_S 6
800#define AR_PHY_TXGAIN_FORCED_TXBB1DBGAIN 0x0000000e
801#define AR_PHY_TXGAIN_FORCED_TXBB1DBGAIN_S 1
802
803#define AR_PHY_POWER_TX_RATE1 0x9934
804#define AR_PHY_POWER_TX_RATE2 0x9938
805#define AR_PHY_POWER_TX_RATE_MAX 0x993c
806#define AR_PHY_POWER_TX_RATE_MAX_TPC_ENABLE 0x00000040
807#define PHY_AGC_CLR 0x10000000
808#define RFSILENT_BB 0x00002000
809#define AR_PHY_CHAN_INFO_GAIN_DIFF_PPM_MASK 0xFFF
810#define AR_PHY_CHAN_INFO_GAIN_DIFF_PPM_SIGNED_BIT 0x800
811#define AR_PHY_CHAN_INFO_GAIN_DIFF_UPPER_LIMIT 320
812#define AR_PHY_CHAN_INFO_MEMORY_CAPTURE_MASK 0x0001
813#define AR_PHY_RX_DELAY_DELAY 0x00003FFF
814#define AR_PHY_CCK_TX_CTRL_JAPAN 0x00000010
815#define AR_PHY_SPECTRAL_SCAN_ENABLE 0x00000001
816#define AR_PHY_SPECTRAL_SCAN_ENABLE_S 0
817#define AR_PHY_SPECTRAL_SCAN_ACTIVE 0x00000002
818#define AR_PHY_SPECTRAL_SCAN_ACTIVE_S 1
819#define AR_PHY_SPECTRAL_SCAN_FFT_PERIOD 0x000000F0
820#define AR_PHY_SPECTRAL_SCAN_FFT_PERIOD_S 4
821#define AR_PHY_SPECTRAL_SCAN_PERIOD 0x0000FF00
822#define AR_PHY_SPECTRAL_SCAN_PERIOD_S 8
823#define AR_PHY_SPECTRAL_SCAN_COUNT 0x00FF0000
824#define AR_PHY_SPECTRAL_SCAN_COUNT_S 16
825#define AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT 0x01000000
826#define AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT_S 24
827#define AR_PHY_CHANNEL_STATUS_RX_CLEAR 0x00000004
Rajkumar Manoharan324c74a2011-10-13 11:00:41 +0530828#define AR_PHY_RTT_CTRL_ENA_RADIO_RETENTION 0x00000001
829#define AR_PHY_RTT_CTRL_ENA_RADIO_RETENTION_S 0
830#define AR_PHY_RTT_CTRL_RESTORE_MASK 0x0000007E
831#define AR_PHY_RTT_CTRL_RESTORE_MASK_S 1
832#define AR_PHY_RTT_CTRL_FORCE_RADIO_RESTORE 0x00000080
833#define AR_PHY_RTT_CTRL_FORCE_RADIO_RESTORE_S 7
834#define AR_PHY_RTT_SW_RTT_TABLE_ACCESS 0x00000001
835#define AR_PHY_RTT_SW_RTT_TABLE_ACCESS_S 0
836#define AR_PHY_RTT_SW_RTT_TABLE_WRITE 0x00000002
837#define AR_PHY_RTT_SW_RTT_TABLE_WRITE_S 1
838#define AR_PHY_RTT_SW_RTT_TABLE_ADDR 0x0000001C
839#define AR_PHY_RTT_SW_RTT_TABLE_ADDR_S 2
840#define AR_PHY_RTT_SW_RTT_TABLE_DATA 0xFFFFFFF0
841#define AR_PHY_RTT_SW_RTT_TABLE_DATA_S 4
Rajkumar Manoharan5f0c04e2011-10-13 11:00:35 +0530842#define AR_PHY_TX_IQCAL_CONTROL_0_ENABLE_TXIQ_CAL 0x80000000
Rajkumar Manoharan8ad74c42011-10-13 11:00:38 +0530843#define AR_PHY_TX_IQCAL_CONTROL_0_ENABLE_TXIQ_CAL_S 31
Rajkumar Manoharan3782c692011-04-24 21:34:39 +0530844#define AR_PHY_TX_IQCAL_CONTROL_1_IQCORR_I_Q_COFF_DELPT 0x01fc0000
845#define AR_PHY_TX_IQCAL_CONTROL_1_IQCORR_I_Q_COFF_DELPT_S 18
846#define AR_PHY_TX_IQCAL_START_DO_CAL 0x00000001
847#define AR_PHY_TX_IQCAL_START_DO_CAL_S 0
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400848
849#define AR_PHY_TX_IQCAL_STATUS_FAILED 0x00000001
Vasanthakumar Thiagarajan858b7e32010-12-06 04:27:56 -0800850#define AR_PHY_CALIBRATED_GAINS_0 0x3e
851#define AR_PHY_CALIBRATED_GAINS_0_S 1
852
853#define AR_PHY_TX_IQCAL_CORR_COEFF_00_COEFF_TABLE 0x00003fff
854#define AR_PHY_TX_IQCAL_CORR_COEFF_00_COEFF_TABLE_S 0
855#define AR_PHY_TX_IQCAL_CORR_COEFF_01_COEFF_TABLE 0x0fffc000
856#define AR_PHY_TX_IQCAL_CORR_COEFF_01_COEFF_TABLE_S 14
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400857
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400858#define AR_PHY_65NM_CH0_RXTX4_THERM_ON 0x10000000
859#define AR_PHY_65NM_CH0_RXTX4_THERM_ON_S 28
860
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400861/*
862 * Channel 1 Register Map
863 */
864#define AR_CHAN1_BASE 0xa800
865
866#define AR_PHY_EXT_CCA_1 (AR_CHAN1_BASE + 0x30)
867#define AR_PHY_TX_PHASE_RAMP_1 (AR_CHAN1_BASE + 0xd0)
868#define AR_PHY_ADC_GAIN_DC_CORR_1 (AR_CHAN1_BASE + 0xd4)
869
870#define AR_PHY_SPUR_REPORT_1 (AR_CHAN1_BASE + 0xa8)
871#define AR_PHY_CHAN_INFO_TAB_1 (AR_CHAN1_BASE + 0x300)
872#define AR_PHY_RX_IQCAL_CORR_B1 (AR_CHAN1_BASE + 0xdc)
873
874/*
875 * Channel 1 Field Definitions
876 */
877#define AR_PHY_CH1_EXT_MINCCA_PWR 0x01FF0000
878#define AR_PHY_CH1_EXT_MINCCA_PWR_S 16
879
880/*
881 * AGC 1 Register Map
882 */
883#define AR_AGC1_BASE 0xae00
884
885#define AR_PHY_FORCEMAX_GAINS_1 (AR_AGC1_BASE + 0x4)
886#define AR_PHY_EXT_ATTEN_CTL_1 (AR_AGC1_BASE + 0x18)
887#define AR_PHY_CCA_1 (AR_AGC1_BASE + 0x1c)
888#define AR_PHY_CCA_CTRL_1 (AR_AGC1_BASE + 0x20)
889#define AR_PHY_RSSI_1 (AR_AGC1_BASE + 0x180)
890#define AR_PHY_SPUR_CCK_REP_1 (AR_AGC1_BASE + 0x184)
891#define AR_PHY_RX_OCGAIN_2 (AR_AGC1_BASE + 0x200)
892
893/*
894 * AGC 1 Field Definitions
895 */
896#define AR_PHY_CH1_MINCCA_PWR 0x1FF00000
897#define AR_PHY_CH1_MINCCA_PWR_S 20
898
899/*
900 * SM 1 Register Map
901 */
902#define AR_SM1_BASE 0xb200
903
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530904#define AR_PHY_SWITCH_CHAIN_1 (AR_SM1_BASE + 0x84)
905#define AR_PHY_FCAL_2_1 (AR_SM1_BASE + 0xd0)
906#define AR_PHY_DFT_TONE_CTL_1 (AR_SM1_BASE + 0xd4)
907#define AR_PHY_CL_TAB_1 (AR_SM1_BASE + 0x100)
908#define AR_PHY_CHAN_INFO_GAIN_1 (AR_SM1_BASE + 0x180)
909#define AR_PHY_TPC_4_B1 (AR_SM1_BASE + 0x204)
910#define AR_PHY_TPC_5_B1 (AR_SM1_BASE + 0x208)
911#define AR_PHY_TPC_6_B1 (AR_SM1_BASE + 0x20c)
912#define AR_PHY_TPC_11_B1 (AR_SM1_BASE + 0x220)
Rajkumar Manoharanfd269812011-10-21 12:53:51 +0530913#define AR_PHY_PDADC_TAB_1 (AR_SM1_BASE + (AR_SREV_AR9462(ah) ? \
914 0x280 : 0x240))
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530915#define AR_PHY_TPC_19_B1 (AR_SM1_BASE + 0x240)
916#define AR_PHY_TPC_19_B1_ALPHA_THERM 0xff
917#define AR_PHY_TPC_19_B1_ALPHA_THERM_S 0
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400918#define AR_PHY_TX_IQCAL_STATUS_B1 (AR_SM1_BASE + 0x48c)
Alex Hacker118c9db2011-08-04 13:47:32 +0600919#define AR_PHY_TX_IQCAL_CORR_COEFF_B1(_i) (AR_SM1_BASE + 0x450 + ((_i) << 2))
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400920
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530921/* SM 1 AIC Registers */
922
923#define AR_PHY_AIC_CTRL_0_B1 (AR_SM1_BASE + 0x4b0)
924#define AR_PHY_AIC_CTRL_1_B1 (AR_SM1_BASE + 0x4b4)
925#define AR_PHY_AIC_CTRL_2_B1 (AR_SM1_BASE + 0x4b8)
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530926#define AR_PHY_AIC_STAT_0_B1 (AR_SM1_BASE + (AR_SREV_9462_10(ah) ? \
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530927 0x4c0 : 0x4c4))
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +0530928#define AR_PHY_AIC_STAT_1_B1 (AR_SM1_BASE + (AR_SREV_9462_10(ah) ? \
Senthil Balasubramaniance407af2011-09-13 22:38:16 +0530929 0x4c4 : 0x4c8))
930#define AR_PHY_AIC_CTRL_4_B1 (AR_SM1_BASE + 0x4c0)
931#define AR_PHY_AIC_STAT_2_B1 (AR_SM1_BASE + 0x4cc)
932
933#define AR_PHY_AIC_SRAM_ADDR_B1 (AR_SM1_BASE + 0x5f0)
934#define AR_PHY_AIC_SRAM_DATA_B1 (AR_SM1_BASE + 0x5f4)
935
Rajkumar Manoharan52d6d4e2011-10-20 14:22:43 +0530936#define AR_PHY_RTT_TABLE_SW_INTF_B(i) (0x384 + ((i) ? \
937 AR_SM1_BASE : AR_SM_BASE))
938#define AR_PHY_RTT_TABLE_SW_INTF_1_B(i) (0x388 + ((i) ? \
939 AR_SM1_BASE : AR_SM_BASE))
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400940/*
941 * Channel 2 Register Map
942 */
943#define AR_CHAN2_BASE 0xb800
944
945#define AR_PHY_EXT_CCA_2 (AR_CHAN2_BASE + 0x30)
946#define AR_PHY_TX_PHASE_RAMP_2 (AR_CHAN2_BASE + 0xd0)
947#define AR_PHY_ADC_GAIN_DC_CORR_2 (AR_CHAN2_BASE + 0xd4)
948
949#define AR_PHY_SPUR_REPORT_2 (AR_CHAN2_BASE + 0xa8)
950#define AR_PHY_CHAN_INFO_TAB_2 (AR_CHAN2_BASE + 0x300)
951#define AR_PHY_RX_IQCAL_CORR_B2 (AR_CHAN2_BASE + 0xdc)
952
953/*
954 * Channel 2 Field Definitions
955 */
956#define AR_PHY_CH2_EXT_MINCCA_PWR 0x01FF0000
957#define AR_PHY_CH2_EXT_MINCCA_PWR_S 16
958/*
959 * AGC 2 Register Map
960 */
961#define AR_AGC2_BASE 0xbe00
962
963#define AR_PHY_FORCEMAX_GAINS_2 (AR_AGC2_BASE + 0x4)
964#define AR_PHY_EXT_ATTEN_CTL_2 (AR_AGC2_BASE + 0x18)
965#define AR_PHY_CCA_2 (AR_AGC2_BASE + 0x1c)
966#define AR_PHY_CCA_CTRL_2 (AR_AGC2_BASE + 0x20)
967#define AR_PHY_RSSI_2 (AR_AGC2_BASE + 0x180)
968
969/*
970 * AGC 2 Field Definitions
971 */
972#define AR_PHY_CH2_MINCCA_PWR 0x1FF00000
973#define AR_PHY_CH2_MINCCA_PWR_S 20
974
975/*
976 * SM 2 Register Map
977 */
978#define AR_SM2_BASE 0xc200
979
980#define AR_PHY_SWITCH_CHAIN_2 (AR_SM2_BASE + 0x84)
981#define AR_PHY_FCAL_2_2 (AR_SM2_BASE + 0xd0)
982#define AR_PHY_DFT_TONE_CTL_2 (AR_SM2_BASE + 0xd4)
983#define AR_PHY_CL_TAB_2 (AR_SM2_BASE + 0x100)
984#define AR_PHY_CHAN_INFO_GAIN_2 (AR_SM2_BASE + 0x180)
985#define AR_PHY_TPC_4_B2 (AR_SM2_BASE + 0x204)
986#define AR_PHY_TPC_5_B2 (AR_SM2_BASE + 0x208)
987#define AR_PHY_TPC_6_B2 (AR_SM2_BASE + 0x20c)
988#define AR_PHY_TPC_11_B2 (AR_SM2_BASE + 0x220)
989#define AR_PHY_PDADC_TAB_2 (AR_SM2_BASE + 0x240)
990#define AR_PHY_TX_IQCAL_STATUS_B2 (AR_SM2_BASE + 0x48c)
Vasanthakumar Thiagarajan31faff82010-12-06 04:27:55 -0800991#define AR_PHY_TX_IQCAL_CORR_COEFF_B2(_i) (AR_SM2_BASE + 0x450 + ((_i) << 2))
Felix Fietkauda6f1d72010-04-15 17:38:31 -0400992
993#define AR_PHY_TX_IQCAL_STATUS_B2_FAILED 0x00000001
994
995/*
996 * AGC 3 Register Map
997 */
998#define AR_AGC3_BASE 0xce00
999
1000#define AR_PHY_RSSI_3 (AR_AGC3_BASE + 0x180)
1001
Senthil Balasubramaniance407af2011-09-13 22:38:16 +05301002/* GLB Registers */
1003#define AR_GLB_BASE 0x20000
1004#define AR_PHY_GLB_CONTROL (AR_GLB_BASE + 0x44)
1005#define AR_GLB_SCRATCH(_ah) (AR_GLB_BASE + \
Rajkumar Manoharan423e38e2011-10-13 11:00:44 +05301006 (AR_SREV_9462_20(_ah) ? 0x4c : 0x50))
Senthil Balasubramaniance407af2011-09-13 22:38:16 +05301007#define AR_GLB_STATUS (AR_GLB_BASE + 0x48)
1008
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001009/*
1010 * Misc helper defines
1011 */
1012#define AR_PHY_CHAIN_OFFSET (AR_CHAN1_BASE - AR_CHAN_BASE)
1013
1014#define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (AR_PHY_ADC_GAIN_DC_CORR_0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1015#define AR_PHY_NEW_ADC_DC_GAIN_CORR_9300_10(_i) (AR_PHY_ADC_GAIN_DC_CORR_0_9300_10 + (AR_PHY_CHAIN_OFFSET * (_i)))
1016#define AR_PHY_SWITCH_CHAIN(_i) (AR_PHY_SWITCH_CHAIN_0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1017#define AR_PHY_EXT_ATTEN_CTL(_i) (AR_PHY_EXT_ATTEN_CTL_0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1018
1019#define AR_PHY_RXGAIN(_i) (AR_PHY_FORCEMAX_GAINS_0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1020#define AR_PHY_TPCRG5(_i) (AR_PHY_TPC_5_B0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1021#define AR_PHY_PDADC_TAB(_i) (AR_PHY_PDADC_TAB_0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1022
1023#define AR_PHY_CAL_MEAS_0(_i) (AR_PHY_IQ_ADC_MEAS_0_B0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1024#define AR_PHY_CAL_MEAS_1(_i) (AR_PHY_IQ_ADC_MEAS_1_B0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1025#define AR_PHY_CAL_MEAS_2(_i) (AR_PHY_IQ_ADC_MEAS_2_B0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1026#define AR_PHY_CAL_MEAS_3(_i) (AR_PHY_IQ_ADC_MEAS_3_B0 + (AR_PHY_CHAIN_OFFSET * (_i)))
1027#define AR_PHY_CAL_MEAS_0_9300_10(_i) (AR_PHY_IQ_ADC_MEAS_0_B0_9300_10 + (AR_PHY_CHAIN_OFFSET * (_i)))
1028#define AR_PHY_CAL_MEAS_1_9300_10(_i) (AR_PHY_IQ_ADC_MEAS_1_B0_9300_10 + (AR_PHY_CHAIN_OFFSET * (_i)))
1029#define AR_PHY_CAL_MEAS_2_9300_10(_i) (AR_PHY_IQ_ADC_MEAS_2_B0_9300_10 + (AR_PHY_CHAIN_OFFSET * (_i)))
1030#define AR_PHY_CAL_MEAS_3_9300_10(_i) (AR_PHY_IQ_ADC_MEAS_3_B0_9300_10 + (AR_PHY_CHAIN_OFFSET * (_i)))
1031
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -04001032#define AR_PHY_WATCHDOG_NON_IDLE_ENABLE 0x00000001
1033#define AR_PHY_WATCHDOG_IDLE_ENABLE 0x00000002
1034#define AR_PHY_WATCHDOG_IDLE_MASK 0xFFFF0000
1035#define AR_PHY_WATCHDOG_NON_IDLE_MASK 0x0000FFFC
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001036
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -04001037#define AR_PHY_WATCHDOG_RST_ENABLE 0x00000002
1038#define AR_PHY_WATCHDOG_IRQ_ENABLE 0x00000004
1039#define AR_PHY_WATCHDOG_CNTL2_MASK 0xFFFFFFF9
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001040
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -04001041#define AR_PHY_WATCHDOG_INFO 0x00000007
1042#define AR_PHY_WATCHDOG_INFO_S 0
1043#define AR_PHY_WATCHDOG_DET_HANG 0x00000008
1044#define AR_PHY_WATCHDOG_DET_HANG_S 3
1045#define AR_PHY_WATCHDOG_RADAR_SM 0x000000F0
1046#define AR_PHY_WATCHDOG_RADAR_SM_S 4
1047#define AR_PHY_WATCHDOG_RX_OFDM_SM 0x00000F00
1048#define AR_PHY_WATCHDOG_RX_OFDM_SM_S 8
1049#define AR_PHY_WATCHDOG_RX_CCK_SM 0x0000F000
1050#define AR_PHY_WATCHDOG_RX_CCK_SM_S 12
1051#define AR_PHY_WATCHDOG_TX_OFDM_SM 0x000F0000
1052#define AR_PHY_WATCHDOG_TX_OFDM_SM_S 16
1053#define AR_PHY_WATCHDOG_TX_CCK_SM 0x00F00000
1054#define AR_PHY_WATCHDOG_TX_CCK_SM_S 20
1055#define AR_PHY_WATCHDOG_AGC_SM 0x0F000000
1056#define AR_PHY_WATCHDOG_AGC_SM_S 24
1057#define AR_PHY_WATCHDOG_SRCH_SM 0xF0000000
1058#define AR_PHY_WATCHDOG_SRCH_SM_S 28
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001059
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -04001060#define AR_PHY_WATCHDOG_STATUS_CLR 0x00000008
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001061
Felix Fietkauab334492010-06-12 00:33:58 -04001062/*
1063 * PAPRD registers
1064 */
1065#define AR_PHY_XPA_TIMING_CTL (AR_SM_BASE + 0x64)
1066
1067#define AR_PHY_PAPRD_AM2AM (AR_CHAN_BASE + 0xe4)
1068#define AR_PHY_PAPRD_AM2AM_MASK 0x01ffffff
1069#define AR_PHY_PAPRD_AM2AM_MASK_S 0
1070
1071#define AR_PHY_PAPRD_AM2PM (AR_CHAN_BASE + 0xe8)
1072#define AR_PHY_PAPRD_AM2PM_MASK 0x01ffffff
1073#define AR_PHY_PAPRD_AM2PM_MASK_S 0
1074
1075#define AR_PHY_PAPRD_HT40 (AR_CHAN_BASE + 0xec)
1076#define AR_PHY_PAPRD_HT40_MASK 0x01ffffff
1077#define AR_PHY_PAPRD_HT40_MASK_S 0
1078
1079#define AR_PHY_PAPRD_CTRL0_B0 (AR_CHAN_BASE + 0xf0)
1080#define AR_PHY_PAPRD_CTRL0_B1 (AR_CHAN1_BASE + 0xf0)
1081#define AR_PHY_PAPRD_CTRL0_B2 (AR_CHAN2_BASE + 0xf0)
1082#define AR_PHY_PAPRD_CTRL0_PAPRD_ENABLE 0x00000001
1083#define AR_PHY_PAPRD_CTRL0_PAPRD_ENABLE_S 0
1084#define AR_PHY_PAPRD_CTRL0_USE_SINGLE_TABLE_MASK 0x00000002
1085#define AR_PHY_PAPRD_CTRL0_USE_SINGLE_TABLE_MASK_S 1
1086#define AR_PHY_PAPRD_CTRL0_PAPRD_MAG_THRSH 0xf8000000
1087#define AR_PHY_PAPRD_CTRL0_PAPRD_MAG_THRSH_S 27
1088
1089#define AR_PHY_PAPRD_CTRL1_B0 (AR_CHAN_BASE + 0xf4)
1090#define AR_PHY_PAPRD_CTRL1_B1 (AR_CHAN1_BASE + 0xf4)
1091#define AR_PHY_PAPRD_CTRL1_B2 (AR_CHAN2_BASE + 0xf4)
1092#define AR_PHY_PAPRD_CTRL1_ADAPTIVE_SCALING_ENA 0x00000001
1093#define AR_PHY_PAPRD_CTRL1_ADAPTIVE_SCALING_ENA_S 0
1094#define AR_PHY_PAPRD_CTRL1_ADAPTIVE_AM2AM_ENABLE 0x00000002
1095#define AR_PHY_PAPRD_CTRL1_ADAPTIVE_AM2AM_ENABLE_S 1
1096#define AR_PHY_PAPRD_CTRL1_ADAPTIVE_AM2PM_ENABLE 0x00000004
1097#define AR_PHY_PAPRD_CTRL1_ADAPTIVE_AM2PM_ENABLE_S 2
1098#define AR_PHY_PAPRD_CTRL1_PAPRD_POWER_AT_AM2AM_CAL 0x000001f8
1099#define AR_PHY_PAPRD_CTRL1_PAPRD_POWER_AT_AM2AM_CAL_S 3
1100#define AR_PHY_PAPRD_CTRL1_PA_GAIN_SCALE_FACT_MASK 0x0001fe00
1101#define AR_PHY_PAPRD_CTRL1_PA_GAIN_SCALE_FACT_MASK_S 9
1102#define AR_PHY_PAPRD_CTRL1_PAPRD_MAG_SCALE_FACT 0x0ffe0000
1103#define AR_PHY_PAPRD_CTRL1_PAPRD_MAG_SCALE_FACT_S 17
1104
Vasanthakumar Thiagarajan11441fb2010-12-06 04:27:58 -08001105#define AR_PHY_PAPRD_TRAINER_CNTL1 (AR_SM_BASE + \
1106 (AR_SREV_9485(ah) ? \
1107 0x580 : 0x490))
Felix Fietkauab334492010-06-12 00:33:58 -04001108#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_CF_PAPRD_TRAIN_ENABLE 0x00000001
1109#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_CF_PAPRD_TRAIN_ENABLE_S 0
1110#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_AGC2_SETTLING 0x0000007e
1111#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_AGC2_SETTLING_S 1
1112#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_IQCORR_ENABLE 0x00000100
1113#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_IQCORR_ENABLE_S 8
1114#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_RX_BB_GAIN_FORCE 0x00000200
1115#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_RX_BB_GAIN_FORCE_S 9
1116#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_TX_GAIN_FORCE 0x00000400
1117#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_TX_GAIN_FORCE_S 10
1118#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_LB_ENABLE 0x00000800
1119#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_LB_ENABLE_S 11
1120#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_LB_SKIP 0x0003f000
1121#define AR_PHY_PAPRD_TRAINER_CNTL1_CF_PAPRD_LB_SKIP_S 12
1122
Vasanthakumar Thiagarajan11441fb2010-12-06 04:27:58 -08001123#define AR_PHY_PAPRD_TRAINER_CNTL2 (AR_SM_BASE + \
1124 (AR_SREV_9485(ah) ? \
1125 0x584 : 0x494))
Felix Fietkauab334492010-06-12 00:33:58 -04001126#define AR_PHY_PAPRD_TRAINER_CNTL2_CF_PAPRD_INIT_RX_BB_GAIN 0xFFFFFFFF
1127#define AR_PHY_PAPRD_TRAINER_CNTL2_CF_PAPRD_INIT_RX_BB_GAIN_S 0
1128
Vasanthakumar Thiagarajan11441fb2010-12-06 04:27:58 -08001129#define AR_PHY_PAPRD_TRAINER_CNTL3 (AR_SM_BASE + \
1130 (AR_SREV_9485(ah) ? \
1131 0x588 : 0x498))
Felix Fietkauab334492010-06-12 00:33:58 -04001132#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_ADC_DESIRED_SIZE 0x0000003f
1133#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_ADC_DESIRED_SIZE_S 0
1134#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_QUICK_DROP 0x00000fc0
1135#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_QUICK_DROP_S 6
1136#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_MIN_LOOPBACK_DEL 0x0001f000
1137#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_MIN_LOOPBACK_DEL_S 12
1138#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_NUM_CORR_STAGES 0x000e0000
1139#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_NUM_CORR_STAGES_S 17
1140#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_COARSE_CORR_LEN 0x00f00000
1141#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_COARSE_CORR_LEN_S 20
1142#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_FINE_CORR_LEN 0x0f000000
1143#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_FINE_CORR_LEN_S 24
1144#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_BBTXMIX_DISABLE 0x20000000
1145#define AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_BBTXMIX_DISABLE_S 29
1146
Vasanthakumar Thiagarajan11441fb2010-12-06 04:27:58 -08001147#define AR_PHY_PAPRD_TRAINER_CNTL4 (AR_SM_BASE + \
1148 (AR_SREV_9485(ah) ? \
1149 0x58c : 0x49c))
Felix Fietkauab334492010-06-12 00:33:58 -04001150#define AR_PHY_PAPRD_TRAINER_CNTL4_CF_PAPRD_NUM_TRAIN_SAMPLES 0x03ff0000
1151#define AR_PHY_PAPRD_TRAINER_CNTL4_CF_PAPRD_NUM_TRAIN_SAMPLES_S 16
1152#define AR_PHY_PAPRD_TRAINER_CNTL4_CF_PAPRD_SAFETY_DELTA 0x0000f000
1153#define AR_PHY_PAPRD_TRAINER_CNTL4_CF_PAPRD_SAFETY_DELTA_S 12
1154#define AR_PHY_PAPRD_TRAINER_CNTL4_CF_PAPRD_MIN_CORR 0x00000fff
1155#define AR_PHY_PAPRD_TRAINER_CNTL4_CF_PAPRD_MIN_CORR_S 0
1156
1157#define AR_PHY_PAPRD_PRE_POST_SCALE_0_B0 (AR_CHAN_BASE + 0x100)
1158#define AR_PHY_PAPRD_PRE_POST_SCALE_1_B0 (AR_CHAN_BASE + 0x104)
1159#define AR_PHY_PAPRD_PRE_POST_SCALE_2_B0 (AR_CHAN_BASE + 0x108)
1160#define AR_PHY_PAPRD_PRE_POST_SCALE_3_B0 (AR_CHAN_BASE + 0x10c)
1161#define AR_PHY_PAPRD_PRE_POST_SCALE_4_B0 (AR_CHAN_BASE + 0x110)
1162#define AR_PHY_PAPRD_PRE_POST_SCALE_5_B0 (AR_CHAN_BASE + 0x114)
1163#define AR_PHY_PAPRD_PRE_POST_SCALE_6_B0 (AR_CHAN_BASE + 0x118)
1164#define AR_PHY_PAPRD_PRE_POST_SCALE_7_B0 (AR_CHAN_BASE + 0x11c)
1165#define AR_PHY_PAPRD_PRE_POST_SCALING 0x3FFFF
1166#define AR_PHY_PAPRD_PRE_POST_SCALING_S 0
1167
1168#define AR_PHY_PAPRD_TRAINER_STAT1 (AR_SM_BASE + 0x4a0)
1169#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_TRAIN_DONE 0x00000001
1170#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_TRAIN_DONE_S 0
1171#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_TRAIN_INCOMPLETE 0x00000002
1172#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_TRAIN_INCOMPLETE_S 1
1173#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_CORR_ERR 0x00000004
1174#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_CORR_ERR_S 2
1175#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_TRAIN_ACTIVE 0x00000008
1176#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_TRAIN_ACTIVE_S 3
1177#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_RX_GAIN_IDX 0x000001f0
1178#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_RX_GAIN_IDX_S 4
1179#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_AGC2_PWR 0x0001fe00
1180#define AR_PHY_PAPRD_TRAINER_STAT1_PAPRD_AGC2_PWR_S 9
1181
1182#define AR_PHY_PAPRD_TRAINER_STAT2 (AR_SM_BASE + 0x4a4)
1183#define AR_PHY_PAPRD_TRAINER_STAT2_PAPRD_FINE_VAL 0x0000ffff
1184#define AR_PHY_PAPRD_TRAINER_STAT2_PAPRD_FINE_VAL_S 0
1185#define AR_PHY_PAPRD_TRAINER_STAT2_PAPRD_COARSE_IDX 0x001f0000
1186#define AR_PHY_PAPRD_TRAINER_STAT2_PAPRD_COARSE_IDX_S 16
1187#define AR_PHY_PAPRD_TRAINER_STAT2_PAPRD_FINE_IDX 0x00600000
1188#define AR_PHY_PAPRD_TRAINER_STAT2_PAPRD_FINE_IDX_S 21
1189
1190#define AR_PHY_PAPRD_TRAINER_STAT3 (AR_SM_BASE + 0x4a8)
1191#define AR_PHY_PAPRD_TRAINER_STAT3_PAPRD_TRAIN_SAMPLES_CNT 0x000fffff
1192#define AR_PHY_PAPRD_TRAINER_STAT3_PAPRD_TRAIN_SAMPLES_CNT_S 0
1193
1194#define AR_PHY_PAPRD_MEM_TAB_B0 (AR_CHAN_BASE + 0x120)
1195#define AR_PHY_PAPRD_MEM_TAB_B1 (AR_CHAN1_BASE + 0x120)
1196#define AR_PHY_PAPRD_MEM_TAB_B2 (AR_CHAN2_BASE + 0x120)
1197
1198#define AR_PHY_PA_GAIN123_B0 (AR_CHAN_BASE + 0xf8)
1199#define AR_PHY_PA_GAIN123_B1 (AR_CHAN1_BASE + 0xf8)
1200#define AR_PHY_PA_GAIN123_B2 (AR_CHAN2_BASE + 0xf8)
1201#define AR_PHY_PA_GAIN123_PA_GAIN1 0x3FF
1202#define AR_PHY_PA_GAIN123_PA_GAIN1_S 0
1203
1204#define AR_PHY_POWERTX_RATE5 (AR_SM_BASE + 0x1d0)
1205#define AR_PHY_POWERTX_RATE5_POWERTXHT20_0 0x3F
1206#define AR_PHY_POWERTX_RATE5_POWERTXHT20_0_S 0
1207
Felix Fietkau1bf38662010-12-13 08:40:54 +01001208#define AR_PHY_POWERTX_RATE6 (AR_SM_BASE + 0x1d4)
1209#define AR_PHY_POWERTX_RATE6_POWERTXHT20_5 0x3F00
1210#define AR_PHY_POWERTX_RATE6_POWERTXHT20_5_S 8
1211
1212#define AR_PHY_POWERTX_RATE8 (AR_SM_BASE + 0x1dc)
1213#define AR_PHY_POWERTX_RATE8_POWERTXHT40_5 0x3F00
1214#define AR_PHY_POWERTX_RATE8_POWERTXHT40_5_S 8
1215
Mohammed Shafi Shajakhanf68e20f2011-06-23 20:03:38 +05301216#define AR_PHY_CL_TAB_CL_GAIN_MOD 0x1f
1217#define AR_PHY_CL_TAB_CL_GAIN_MOD_S 0
1218
Felix Fietkauda6f1d72010-04-15 17:38:31 -04001219#endif /* AR9003_PHY_H */