Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 1 | /* |
Sujith Manoharan | 5b68138 | 2011-05-17 13:36:18 +0530 | [diff] [blame] | 2 | * Copyright (c) 2010-2011 Atheros Communications Inc. |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3 | * |
| 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 | |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 17 | #include <asm/unaligned.h> |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 18 | #include "hw.h" |
| 19 | #include "ar9003_phy.h" |
| 20 | #include "ar9003_eeprom.h" |
Rajkumar Manoharan | e82cb03 | 2012-10-12 14:07:25 +0530 | [diff] [blame] | 21 | #include "ar9003_mci.h" |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 22 | |
| 23 | #define COMP_HDR_LEN 4 |
| 24 | #define COMP_CKSUM_LEN 2 |
| 25 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 26 | #define LE16(x) __constant_cpu_to_le16(x) |
| 27 | #define LE32(x) __constant_cpu_to_le32(x) |
| 28 | |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 29 | /* Local defines to distinguish between extension and control CTL's */ |
| 30 | #define EXT_ADDITIVE (0x8000) |
| 31 | #define CTL_11A_EXT (CTL_11A | EXT_ADDITIVE) |
| 32 | #define CTL_11G_EXT (CTL_11G | EXT_ADDITIVE) |
| 33 | #define CTL_11B_EXT (CTL_11B | EXT_ADDITIVE) |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 34 | |
| 35 | #define SUB_NUM_CTL_MODES_AT_5G_40 2 /* excluding HT40, EXT-OFDM */ |
| 36 | #define SUB_NUM_CTL_MODES_AT_2G_40 3 /* excluding HT40, EXT-OFDM, EXT-CCK */ |
| 37 | |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 38 | #define CTL(_tpower, _flag) ((_tpower) | ((_flag) << 6)) |
| 39 | |
Vasanthakumar Thiagarajan | d0ce2d1 | 2010-12-21 01:42:43 -0800 | [diff] [blame] | 40 | #define EEPROM_DATA_LEN_9485 1088 |
| 41 | |
Vasanthakumar Thiagarajan | f4475a6 | 2010-11-10 05:03:12 -0800 | [diff] [blame] | 42 | static int ar9003_hw_power_interpolate(int32_t x, |
| 43 | int32_t *px, int32_t *py, u_int16_t np); |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 44 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 45 | static const struct ar9300_eeprom ar9300_default = { |
| 46 | .eepromVersion = 2, |
| 47 | .templateVersion = 2, |
Senthil Balasubramanian | b503c7a | 2011-08-19 18:43:06 +0530 | [diff] [blame] | 48 | .macAddr = {0, 2, 3, 4, 5, 6}, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 49 | .custData = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
| 50 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 51 | .baseEepHeader = { |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 52 | .regDmn = { LE16(0), LE16(0x1f) }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 53 | .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */ |
| 54 | .opCapFlags = { |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 55 | .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 56 | .eepMisc = 0, |
| 57 | }, |
| 58 | .rfSilent = 0, |
| 59 | .blueToothOptions = 0, |
| 60 | .deviceCap = 0, |
| 61 | .deviceType = 5, /* takes lower byte in eeprom location */ |
| 62 | .pwrTableOffset = AR9300_PWR_TABLE_OFFSET, |
| 63 | .params_for_tuning_caps = {0, 0}, |
| 64 | .featureEnable = 0x0c, |
| 65 | /* |
| 66 | * bit0 - enable tx temp comp - disabled |
| 67 | * bit1 - enable tx volt comp - disabled |
| 68 | * bit2 - enable fastClock - enabled |
| 69 | * bit3 - enable doubling - enabled |
| 70 | * bit4 - enable internal regulator - disabled |
Felix Fietkau | 4935250 | 2010-06-12 00:33:59 -0400 | [diff] [blame] | 71 | * bit5 - enable pa predistortion - disabled |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 72 | */ |
| 73 | .miscConfiguration = 0, /* bit0 - turn down drivestrength */ |
| 74 | .eepromWriteEnableGpio = 3, |
| 75 | .wlanDisableGpio = 0, |
| 76 | .wlanLedGpio = 8, |
| 77 | .rxBandSelectGpio = 0xff, |
| 78 | .txrxgain = 0, |
| 79 | .swreg = 0, |
| 80 | }, |
| 81 | .modalHeader2G = { |
| 82 | /* ar9300_modal_eep_header 2g */ |
| 83 | /* 4 idle,t1,t2,b(4 bits per setting) */ |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 84 | .antCtrlCommon = LE32(0x110), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 85 | /* 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12 */ |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 86 | .antCtrlCommon2 = LE32(0x22222), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 87 | |
| 88 | /* |
| 89 | * antCtrlChain[AR9300_MAX_CHAINS]; 6 idle, t, r, |
| 90 | * rx1, rx12, b (2 bits each) |
| 91 | */ |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 92 | .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 93 | |
| 94 | /* |
| 95 | * xatten1DB[AR9300_MAX_CHAINS]; 3 xatten1_db |
| 96 | * for ar9280 (0xa20c/b20c 5:0) |
| 97 | */ |
| 98 | .xatten1DB = {0, 0, 0}, |
| 99 | |
| 100 | /* |
| 101 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 102 | * for ar9280 (0xa20c/b20c 16:12 |
| 103 | */ |
| 104 | .xatten1Margin = {0, 0, 0}, |
| 105 | .tempSlope = 36, |
| 106 | .voltSlope = 0, |
| 107 | |
| 108 | /* |
| 109 | * spurChans[OSPREY_EEPROM_MODAL_SPURS]; spur |
| 110 | * channels in usual fbin coding format |
| 111 | */ |
| 112 | .spurChans = {0, 0, 0, 0, 0}, |
| 113 | |
| 114 | /* |
| 115 | * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check |
| 116 | * if the register is per chain |
| 117 | */ |
| 118 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 119 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 120 | .quick_drop = 0, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 121 | .xpaBiasLvl = 0, |
| 122 | .txFrameToDataStart = 0x0e, |
| 123 | .txFrameToPaOn = 0x0e, |
| 124 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 125 | .antennaGain = 0, |
| 126 | .switchSettling = 0x2c, |
| 127 | .adcDesiredSize = -30, |
| 128 | .txEndToXpaOff = 0, |
| 129 | .txEndToRxOn = 0x2, |
| 130 | .txFrameToXpaOn = 0xe, |
| 131 | .thresh62 = 28, |
Senthil Balasubramanian | 3ceb801 | 2010-11-10 05:03:09 -0800 | [diff] [blame] | 132 | .papdRateMaskHt20 = LE32(0x0cf0e0e0), |
| 133 | .papdRateMaskHt40 = LE32(0x6cf0e0e0), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 134 | .xlna_bias_strength = 0, |
Felix Fietkau | 4935250 | 2010-06-12 00:33:59 -0400 | [diff] [blame] | 135 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 136 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 137 | }, |
| 138 | }, |
Senthil Balasubramanian | b3dd6bc | 2010-11-10 05:03:07 -0800 | [diff] [blame] | 139 | .base_ext1 = { |
| 140 | .ant_div_control = 0, |
Rajkumar Manoharan | 420e2b1 | 2012-09-10 17:05:11 +0530 | [diff] [blame] | 141 | .future = {0, 0, 0}, |
| 142 | .tempslopextension = {0, 0, 0, 0, 0, 0, 0, 0} |
Senthil Balasubramanian | b3dd6bc | 2010-11-10 05:03:07 -0800 | [diff] [blame] | 143 | }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 144 | .calFreqPier2G = { |
| 145 | FREQ2FBIN(2412, 1), |
| 146 | FREQ2FBIN(2437, 1), |
| 147 | FREQ2FBIN(2472, 1), |
| 148 | }, |
| 149 | /* ar9300_cal_data_per_freq_op_loop 2g */ |
| 150 | .calPierData2G = { |
| 151 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 152 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 153 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 154 | }, |
| 155 | .calTarget_freqbin_Cck = { |
| 156 | FREQ2FBIN(2412, 1), |
| 157 | FREQ2FBIN(2484, 1), |
| 158 | }, |
| 159 | .calTarget_freqbin_2G = { |
| 160 | FREQ2FBIN(2412, 1), |
| 161 | FREQ2FBIN(2437, 1), |
| 162 | FREQ2FBIN(2472, 1) |
| 163 | }, |
| 164 | .calTarget_freqbin_2GHT20 = { |
| 165 | FREQ2FBIN(2412, 1), |
| 166 | FREQ2FBIN(2437, 1), |
| 167 | FREQ2FBIN(2472, 1) |
| 168 | }, |
| 169 | .calTarget_freqbin_2GHT40 = { |
| 170 | FREQ2FBIN(2412, 1), |
| 171 | FREQ2FBIN(2437, 1), |
| 172 | FREQ2FBIN(2472, 1) |
| 173 | }, |
| 174 | .calTargetPowerCck = { |
| 175 | /* 1L-5L,5S,11L,11S */ |
| 176 | { {36, 36, 36, 36} }, |
| 177 | { {36, 36, 36, 36} }, |
| 178 | }, |
| 179 | .calTargetPower2G = { |
| 180 | /* 6-24,36,48,54 */ |
| 181 | { {32, 32, 28, 24} }, |
| 182 | { {32, 32, 28, 24} }, |
| 183 | { {32, 32, 28, 24} }, |
| 184 | }, |
| 185 | .calTargetPower2GHT20 = { |
| 186 | { {32, 32, 32, 32, 28, 20, 32, 32, 28, 20, 32, 32, 28, 20} }, |
| 187 | { {32, 32, 32, 32, 28, 20, 32, 32, 28, 20, 32, 32, 28, 20} }, |
| 188 | { {32, 32, 32, 32, 28, 20, 32, 32, 28, 20, 32, 32, 28, 20} }, |
| 189 | }, |
| 190 | .calTargetPower2GHT40 = { |
| 191 | { {32, 32, 32, 32, 28, 20, 32, 32, 28, 20, 32, 32, 28, 20} }, |
| 192 | { {32, 32, 32, 32, 28, 20, 32, 32, 28, 20, 32, 32, 28, 20} }, |
| 193 | { {32, 32, 32, 32, 28, 20, 32, 32, 28, 20, 32, 32, 28, 20} }, |
| 194 | }, |
| 195 | .ctlIndex_2G = { |
| 196 | 0x11, 0x12, 0x15, 0x17, 0x41, 0x42, |
| 197 | 0x45, 0x47, 0x31, 0x32, 0x35, 0x37, |
| 198 | }, |
| 199 | .ctl_freqbin_2G = { |
| 200 | { |
| 201 | FREQ2FBIN(2412, 1), |
| 202 | FREQ2FBIN(2417, 1), |
| 203 | FREQ2FBIN(2457, 1), |
| 204 | FREQ2FBIN(2462, 1) |
| 205 | }, |
| 206 | { |
| 207 | FREQ2FBIN(2412, 1), |
| 208 | FREQ2FBIN(2417, 1), |
| 209 | FREQ2FBIN(2462, 1), |
| 210 | 0xFF, |
| 211 | }, |
| 212 | |
| 213 | { |
| 214 | FREQ2FBIN(2412, 1), |
| 215 | FREQ2FBIN(2417, 1), |
| 216 | FREQ2FBIN(2462, 1), |
| 217 | 0xFF, |
| 218 | }, |
| 219 | { |
| 220 | FREQ2FBIN(2422, 1), |
| 221 | FREQ2FBIN(2427, 1), |
| 222 | FREQ2FBIN(2447, 1), |
| 223 | FREQ2FBIN(2452, 1) |
| 224 | }, |
| 225 | |
| 226 | { |
| 227 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 228 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 229 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 230 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(2484, 1), |
| 231 | }, |
| 232 | |
| 233 | { |
| 234 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 235 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 236 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 237 | 0, |
| 238 | }, |
| 239 | |
| 240 | { |
| 241 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 242 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 243 | FREQ2FBIN(2472, 1), |
| 244 | 0, |
| 245 | }, |
| 246 | |
| 247 | { |
| 248 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 249 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 250 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 251 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 252 | }, |
| 253 | |
| 254 | { |
| 255 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 256 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 257 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 258 | }, |
| 259 | |
| 260 | { |
| 261 | /* Data[9].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 262 | /* Data[9].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 263 | /* Data[9].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 264 | 0 |
| 265 | }, |
| 266 | |
| 267 | { |
| 268 | /* Data[10].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 269 | /* Data[10].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 270 | /* Data[10].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 271 | 0 |
| 272 | }, |
| 273 | |
| 274 | { |
| 275 | /* Data[11].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 276 | /* Data[11].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 277 | /* Data[11].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
Senthil Balasubramanian | b3dd6bc | 2010-11-10 05:03:07 -0800 | [diff] [blame] | 278 | /* Data[11].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 279 | } |
| 280 | }, |
| 281 | .ctlPowerData_2G = { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 282 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 283 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 284 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 285 | |
Rajkumar Manoharan | 15052f81 | 2011-07-29 17:38:15 +0530 | [diff] [blame] | 286 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } }, |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 287 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 288 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 289 | |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 290 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } }, |
| 291 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 292 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 293 | |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 294 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 295 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
| 296 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 297 | }, |
| 298 | .modalHeader5G = { |
| 299 | /* 4 idle,t1,t2,b (4 bits per setting) */ |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 300 | .antCtrlCommon = LE32(0x110), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 301 | /* 4 ra1l1, ra2l1, ra1l2,ra2l2,ra12 */ |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 302 | .antCtrlCommon2 = LE32(0x22222), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 303 | /* antCtrlChain 6 idle, t,r,rx1,rx12,b (2 bits each) */ |
| 304 | .antCtrlChain = { |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 305 | LE16(0x000), LE16(0x000), LE16(0x000), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 306 | }, |
| 307 | /* xatten1DB 3 xatten1_db for AR9280 (0xa20c/b20c 5:0) */ |
| 308 | .xatten1DB = {0, 0, 0}, |
| 309 | |
| 310 | /* |
| 311 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 312 | * for merlin (0xa20c/b20c 16:12 |
| 313 | */ |
| 314 | .xatten1Margin = {0, 0, 0}, |
| 315 | .tempSlope = 68, |
| 316 | .voltSlope = 0, |
| 317 | /* spurChans spur channels in usual fbin coding format */ |
| 318 | .spurChans = {0, 0, 0, 0, 0}, |
| 319 | /* noiseFloorThreshCh Check if the register is per chain */ |
| 320 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 321 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 322 | .quick_drop = 0, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 323 | .xpaBiasLvl = 0, |
| 324 | .txFrameToDataStart = 0x0e, |
| 325 | .txFrameToPaOn = 0x0e, |
| 326 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 327 | .antennaGain = 0, |
| 328 | .switchSettling = 0x2d, |
| 329 | .adcDesiredSize = -30, |
| 330 | .txEndToXpaOff = 0, |
| 331 | .txEndToRxOn = 0x2, |
| 332 | .txFrameToXpaOn = 0xe, |
| 333 | .thresh62 = 28, |
Senthil Balasubramanian | 3ceb801 | 2010-11-10 05:03:09 -0800 | [diff] [blame] | 334 | .papdRateMaskHt20 = LE32(0x0c80c080), |
| 335 | .papdRateMaskHt40 = LE32(0x0080c080), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 336 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 337 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 338 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 339 | }, |
| 340 | }, |
Senthil Balasubramanian | b3dd6bc | 2010-11-10 05:03:07 -0800 | [diff] [blame] | 341 | .base_ext2 = { |
| 342 | .tempSlopeLow = 0, |
| 343 | .tempSlopeHigh = 0, |
| 344 | .xatten1DBLow = {0, 0, 0}, |
| 345 | .xatten1MarginLow = {0, 0, 0}, |
| 346 | .xatten1DBHigh = {0, 0, 0}, |
| 347 | .xatten1MarginHigh = {0, 0, 0} |
| 348 | }, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 349 | .calFreqPier5G = { |
| 350 | FREQ2FBIN(5180, 0), |
| 351 | FREQ2FBIN(5220, 0), |
| 352 | FREQ2FBIN(5320, 0), |
| 353 | FREQ2FBIN(5400, 0), |
| 354 | FREQ2FBIN(5500, 0), |
| 355 | FREQ2FBIN(5600, 0), |
| 356 | FREQ2FBIN(5725, 0), |
| 357 | FREQ2FBIN(5825, 0) |
| 358 | }, |
| 359 | .calPierData5G = { |
| 360 | { |
| 361 | {0, 0, 0, 0, 0}, |
| 362 | {0, 0, 0, 0, 0}, |
| 363 | {0, 0, 0, 0, 0}, |
| 364 | {0, 0, 0, 0, 0}, |
| 365 | {0, 0, 0, 0, 0}, |
| 366 | {0, 0, 0, 0, 0}, |
| 367 | {0, 0, 0, 0, 0}, |
| 368 | {0, 0, 0, 0, 0}, |
| 369 | }, |
| 370 | { |
| 371 | {0, 0, 0, 0, 0}, |
| 372 | {0, 0, 0, 0, 0}, |
| 373 | {0, 0, 0, 0, 0}, |
| 374 | {0, 0, 0, 0, 0}, |
| 375 | {0, 0, 0, 0, 0}, |
| 376 | {0, 0, 0, 0, 0}, |
| 377 | {0, 0, 0, 0, 0}, |
| 378 | {0, 0, 0, 0, 0}, |
| 379 | }, |
| 380 | { |
| 381 | {0, 0, 0, 0, 0}, |
| 382 | {0, 0, 0, 0, 0}, |
| 383 | {0, 0, 0, 0, 0}, |
| 384 | {0, 0, 0, 0, 0}, |
| 385 | {0, 0, 0, 0, 0}, |
| 386 | {0, 0, 0, 0, 0}, |
| 387 | {0, 0, 0, 0, 0}, |
| 388 | {0, 0, 0, 0, 0}, |
| 389 | }, |
| 390 | |
| 391 | }, |
| 392 | .calTarget_freqbin_5G = { |
| 393 | FREQ2FBIN(5180, 0), |
| 394 | FREQ2FBIN(5220, 0), |
| 395 | FREQ2FBIN(5320, 0), |
| 396 | FREQ2FBIN(5400, 0), |
| 397 | FREQ2FBIN(5500, 0), |
| 398 | FREQ2FBIN(5600, 0), |
| 399 | FREQ2FBIN(5725, 0), |
| 400 | FREQ2FBIN(5825, 0) |
| 401 | }, |
| 402 | .calTarget_freqbin_5GHT20 = { |
| 403 | FREQ2FBIN(5180, 0), |
| 404 | FREQ2FBIN(5240, 0), |
| 405 | FREQ2FBIN(5320, 0), |
| 406 | FREQ2FBIN(5500, 0), |
| 407 | FREQ2FBIN(5700, 0), |
| 408 | FREQ2FBIN(5745, 0), |
| 409 | FREQ2FBIN(5725, 0), |
| 410 | FREQ2FBIN(5825, 0) |
| 411 | }, |
| 412 | .calTarget_freqbin_5GHT40 = { |
| 413 | FREQ2FBIN(5180, 0), |
| 414 | FREQ2FBIN(5240, 0), |
| 415 | FREQ2FBIN(5320, 0), |
| 416 | FREQ2FBIN(5500, 0), |
| 417 | FREQ2FBIN(5700, 0), |
| 418 | FREQ2FBIN(5745, 0), |
| 419 | FREQ2FBIN(5725, 0), |
| 420 | FREQ2FBIN(5825, 0) |
| 421 | }, |
| 422 | .calTargetPower5G = { |
| 423 | /* 6-24,36,48,54 */ |
| 424 | { {20, 20, 20, 10} }, |
| 425 | { {20, 20, 20, 10} }, |
| 426 | { {20, 20, 20, 10} }, |
| 427 | { {20, 20, 20, 10} }, |
| 428 | { {20, 20, 20, 10} }, |
| 429 | { {20, 20, 20, 10} }, |
| 430 | { {20, 20, 20, 10} }, |
| 431 | { {20, 20, 20, 10} }, |
| 432 | }, |
| 433 | .calTargetPower5GHT20 = { |
| 434 | /* |
| 435 | * 0_8_16,1-3_9-11_17-19, |
| 436 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 437 | */ |
| 438 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 439 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 440 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 441 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 442 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 443 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 444 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 445 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 446 | }, |
| 447 | .calTargetPower5GHT40 = { |
| 448 | /* |
| 449 | * 0_8_16,1-3_9-11_17-19, |
| 450 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 451 | */ |
| 452 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 453 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 454 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 455 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 456 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 457 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 458 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 459 | { {20, 20, 10, 10, 0, 0, 10, 10, 0, 0, 10, 10, 0, 0} }, |
| 460 | }, |
| 461 | .ctlIndex_5G = { |
| 462 | 0x10, 0x16, 0x18, 0x40, 0x46, |
| 463 | 0x48, 0x30, 0x36, 0x38 |
| 464 | }, |
| 465 | .ctl_freqbin_5G = { |
| 466 | { |
| 467 | /* Data[0].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 468 | /* Data[0].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 469 | /* Data[0].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 470 | /* Data[0].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 471 | /* Data[0].ctlEdges[4].bChannel */ FREQ2FBIN(5600, 0), |
| 472 | /* Data[0].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 473 | /* Data[0].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 474 | /* Data[0].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 475 | }, |
| 476 | { |
| 477 | /* Data[1].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 478 | /* Data[1].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 479 | /* Data[1].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 480 | /* Data[1].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 481 | /* Data[1].ctlEdges[4].bChannel */ FREQ2FBIN(5520, 0), |
| 482 | /* Data[1].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 483 | /* Data[1].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 484 | /* Data[1].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 485 | }, |
| 486 | |
| 487 | { |
| 488 | /* Data[2].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 489 | /* Data[2].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 490 | /* Data[2].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 491 | /* Data[2].ctlEdges[3].bChannel */ FREQ2FBIN(5310, 0), |
| 492 | /* Data[2].ctlEdges[4].bChannel */ FREQ2FBIN(5510, 0), |
| 493 | /* Data[2].ctlEdges[5].bChannel */ FREQ2FBIN(5550, 0), |
| 494 | /* Data[2].ctlEdges[6].bChannel */ FREQ2FBIN(5670, 0), |
| 495 | /* Data[2].ctlEdges[7].bChannel */ FREQ2FBIN(5755, 0) |
| 496 | }, |
| 497 | |
| 498 | { |
| 499 | /* Data[3].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 500 | /* Data[3].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 501 | /* Data[3].ctlEdges[2].bChannel */ FREQ2FBIN(5260, 0), |
| 502 | /* Data[3].ctlEdges[3].bChannel */ FREQ2FBIN(5320, 0), |
| 503 | /* Data[3].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 504 | /* Data[3].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 505 | /* Data[3].ctlEdges[6].bChannel */ 0xFF, |
| 506 | /* Data[3].ctlEdges[7].bChannel */ 0xFF, |
| 507 | }, |
| 508 | |
| 509 | { |
| 510 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 511 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 512 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(5500, 0), |
| 513 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(5700, 0), |
| 514 | /* Data[4].ctlEdges[4].bChannel */ 0xFF, |
| 515 | /* Data[4].ctlEdges[5].bChannel */ 0xFF, |
| 516 | /* Data[4].ctlEdges[6].bChannel */ 0xFF, |
| 517 | /* Data[4].ctlEdges[7].bChannel */ 0xFF, |
| 518 | }, |
| 519 | |
| 520 | { |
| 521 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 522 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(5270, 0), |
| 523 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(5310, 0), |
| 524 | /* Data[5].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 525 | /* Data[5].ctlEdges[4].bChannel */ FREQ2FBIN(5590, 0), |
| 526 | /* Data[5].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 527 | /* Data[5].ctlEdges[6].bChannel */ 0xFF, |
| 528 | /* Data[5].ctlEdges[7].bChannel */ 0xFF |
| 529 | }, |
| 530 | |
| 531 | { |
| 532 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 533 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 534 | /* Data[6].ctlEdges[2].bChannel */ FREQ2FBIN(5220, 0), |
| 535 | /* Data[6].ctlEdges[3].bChannel */ FREQ2FBIN(5260, 0), |
| 536 | /* Data[6].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 537 | /* Data[6].ctlEdges[5].bChannel */ FREQ2FBIN(5600, 0), |
| 538 | /* Data[6].ctlEdges[6].bChannel */ FREQ2FBIN(5700, 0), |
| 539 | /* Data[6].ctlEdges[7].bChannel */ FREQ2FBIN(5745, 0) |
| 540 | }, |
| 541 | |
| 542 | { |
| 543 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 544 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 545 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(5320, 0), |
| 546 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 547 | /* Data[7].ctlEdges[4].bChannel */ FREQ2FBIN(5560, 0), |
| 548 | /* Data[7].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 549 | /* Data[7].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 550 | /* Data[7].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 551 | }, |
| 552 | |
| 553 | { |
| 554 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 555 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 556 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 557 | /* Data[8].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 558 | /* Data[8].ctlEdges[4].bChannel */ FREQ2FBIN(5550, 0), |
| 559 | /* Data[8].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 560 | /* Data[8].ctlEdges[6].bChannel */ FREQ2FBIN(5755, 0), |
| 561 | /* Data[8].ctlEdges[7].bChannel */ FREQ2FBIN(5795, 0) |
| 562 | } |
| 563 | }, |
| 564 | .ctlPowerData_5G = { |
| 565 | { |
| 566 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 567 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 568 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 569 | } |
| 570 | }, |
| 571 | { |
| 572 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 573 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 574 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 575 | } |
| 576 | }, |
| 577 | { |
| 578 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 579 | CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 580 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 581 | } |
| 582 | }, |
| 583 | { |
| 584 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 585 | CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 586 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 587 | } |
| 588 | }, |
| 589 | { |
| 590 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 591 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 592 | CTL(60, 0), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 593 | } |
| 594 | }, |
| 595 | { |
| 596 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 597 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 598 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 599 | } |
| 600 | }, |
| 601 | { |
| 602 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 603 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 604 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 605 | } |
| 606 | }, |
| 607 | { |
| 608 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 609 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 610 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 611 | } |
| 612 | }, |
| 613 | { |
| 614 | { |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 615 | CTL(60, 1), CTL(60, 0), CTL(60, 1), CTL(60, 1), |
| 616 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 617 | } |
| 618 | }, |
| 619 | } |
| 620 | }; |
| 621 | |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 622 | static const struct ar9300_eeprom ar9300_x113 = { |
| 623 | .eepromVersion = 2, |
| 624 | .templateVersion = 6, |
| 625 | .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0}, |
| 626 | .custData = {"x113-023-f0000"}, |
| 627 | .baseEepHeader = { |
| 628 | .regDmn = { LE16(0), LE16(0x1f) }, |
| 629 | .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */ |
| 630 | .opCapFlags = { |
Luis R. Rodriguez | 9ba7f4f | 2011-05-11 14:57:26 -0700 | [diff] [blame] | 631 | .opFlags = AR5416_OPFLAGS_11A, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 632 | .eepMisc = 0, |
| 633 | }, |
| 634 | .rfSilent = 0, |
| 635 | .blueToothOptions = 0, |
| 636 | .deviceCap = 0, |
| 637 | .deviceType = 5, /* takes lower byte in eeprom location */ |
| 638 | .pwrTableOffset = AR9300_PWR_TABLE_OFFSET, |
| 639 | .params_for_tuning_caps = {0, 0}, |
| 640 | .featureEnable = 0x0d, |
| 641 | /* |
| 642 | * bit0 - enable tx temp comp - disabled |
| 643 | * bit1 - enable tx volt comp - disabled |
| 644 | * bit2 - enable fastClock - enabled |
| 645 | * bit3 - enable doubling - enabled |
| 646 | * bit4 - enable internal regulator - disabled |
| 647 | * bit5 - enable pa predistortion - disabled |
| 648 | */ |
| 649 | .miscConfiguration = 0, /* bit0 - turn down drivestrength */ |
| 650 | .eepromWriteEnableGpio = 6, |
| 651 | .wlanDisableGpio = 0, |
| 652 | .wlanLedGpio = 8, |
| 653 | .rxBandSelectGpio = 0xff, |
| 654 | .txrxgain = 0x21, |
| 655 | .swreg = 0, |
| 656 | }, |
| 657 | .modalHeader2G = { |
| 658 | /* ar9300_modal_eep_header 2g */ |
| 659 | /* 4 idle,t1,t2,b(4 bits per setting) */ |
| 660 | .antCtrlCommon = LE32(0x110), |
| 661 | /* 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12 */ |
| 662 | .antCtrlCommon2 = LE32(0x44444), |
| 663 | |
| 664 | /* |
| 665 | * antCtrlChain[AR9300_MAX_CHAINS]; 6 idle, t, r, |
| 666 | * rx1, rx12, b (2 bits each) |
| 667 | */ |
| 668 | .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) }, |
| 669 | |
| 670 | /* |
| 671 | * xatten1DB[AR9300_MAX_CHAINS]; 3 xatten1_db |
| 672 | * for ar9280 (0xa20c/b20c 5:0) |
| 673 | */ |
| 674 | .xatten1DB = {0, 0, 0}, |
| 675 | |
| 676 | /* |
| 677 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 678 | * for ar9280 (0xa20c/b20c 16:12 |
| 679 | */ |
| 680 | .xatten1Margin = {0, 0, 0}, |
| 681 | .tempSlope = 25, |
| 682 | .voltSlope = 0, |
| 683 | |
| 684 | /* |
| 685 | * spurChans[OSPREY_EEPROM_MODAL_SPURS]; spur |
| 686 | * channels in usual fbin coding format |
| 687 | */ |
| 688 | .spurChans = {FREQ2FBIN(2464, 1), 0, 0, 0, 0}, |
| 689 | |
| 690 | /* |
| 691 | * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check |
| 692 | * if the register is per chain |
| 693 | */ |
| 694 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 695 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 696 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 697 | .xpaBiasLvl = 0, |
| 698 | .txFrameToDataStart = 0x0e, |
| 699 | .txFrameToPaOn = 0x0e, |
| 700 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 701 | .antennaGain = 0, |
| 702 | .switchSettling = 0x2c, |
| 703 | .adcDesiredSize = -30, |
| 704 | .txEndToXpaOff = 0, |
| 705 | .txEndToRxOn = 0x2, |
| 706 | .txFrameToXpaOn = 0xe, |
| 707 | .thresh62 = 28, |
| 708 | .papdRateMaskHt20 = LE32(0x0c80c080), |
| 709 | .papdRateMaskHt40 = LE32(0x0080c080), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 710 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 711 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 712 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 713 | }, |
| 714 | }, |
| 715 | .base_ext1 = { |
| 716 | .ant_div_control = 0, |
Rajkumar Manoharan | 420e2b1 | 2012-09-10 17:05:11 +0530 | [diff] [blame] | 717 | .future = {0, 0, 0}, |
| 718 | .tempslopextension = {0, 0, 0, 0, 0, 0, 0, 0} |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 719 | }, |
| 720 | .calFreqPier2G = { |
| 721 | FREQ2FBIN(2412, 1), |
| 722 | FREQ2FBIN(2437, 1), |
| 723 | FREQ2FBIN(2472, 1), |
| 724 | }, |
| 725 | /* ar9300_cal_data_per_freq_op_loop 2g */ |
| 726 | .calPierData2G = { |
| 727 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 728 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 729 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 730 | }, |
| 731 | .calTarget_freqbin_Cck = { |
| 732 | FREQ2FBIN(2412, 1), |
| 733 | FREQ2FBIN(2472, 1), |
| 734 | }, |
| 735 | .calTarget_freqbin_2G = { |
| 736 | FREQ2FBIN(2412, 1), |
| 737 | FREQ2FBIN(2437, 1), |
| 738 | FREQ2FBIN(2472, 1) |
| 739 | }, |
| 740 | .calTarget_freqbin_2GHT20 = { |
| 741 | FREQ2FBIN(2412, 1), |
| 742 | FREQ2FBIN(2437, 1), |
| 743 | FREQ2FBIN(2472, 1) |
| 744 | }, |
| 745 | .calTarget_freqbin_2GHT40 = { |
| 746 | FREQ2FBIN(2412, 1), |
| 747 | FREQ2FBIN(2437, 1), |
| 748 | FREQ2FBIN(2472, 1) |
| 749 | }, |
| 750 | .calTargetPowerCck = { |
| 751 | /* 1L-5L,5S,11L,11S */ |
| 752 | { {34, 34, 34, 34} }, |
| 753 | { {34, 34, 34, 34} }, |
| 754 | }, |
| 755 | .calTargetPower2G = { |
| 756 | /* 6-24,36,48,54 */ |
| 757 | { {34, 34, 32, 32} }, |
| 758 | { {34, 34, 32, 32} }, |
| 759 | { {34, 34, 32, 32} }, |
| 760 | }, |
| 761 | .calTargetPower2GHT20 = { |
| 762 | { {32, 32, 32, 32, 32, 28, 32, 32, 30, 28, 0, 0, 0, 0} }, |
| 763 | { {32, 32, 32, 32, 32, 28, 32, 32, 30, 28, 0, 0, 0, 0} }, |
| 764 | { {32, 32, 32, 32, 32, 28, 32, 32, 30, 28, 0, 0, 0, 0} }, |
| 765 | }, |
| 766 | .calTargetPower2GHT40 = { |
| 767 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 0, 0, 0, 0} }, |
| 768 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 0, 0, 0, 0} }, |
| 769 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 0, 0, 0, 0} }, |
| 770 | }, |
| 771 | .ctlIndex_2G = { |
| 772 | 0x11, 0x12, 0x15, 0x17, 0x41, 0x42, |
| 773 | 0x45, 0x47, 0x31, 0x32, 0x35, 0x37, |
| 774 | }, |
| 775 | .ctl_freqbin_2G = { |
| 776 | { |
| 777 | FREQ2FBIN(2412, 1), |
| 778 | FREQ2FBIN(2417, 1), |
| 779 | FREQ2FBIN(2457, 1), |
| 780 | FREQ2FBIN(2462, 1) |
| 781 | }, |
| 782 | { |
| 783 | FREQ2FBIN(2412, 1), |
| 784 | FREQ2FBIN(2417, 1), |
| 785 | FREQ2FBIN(2462, 1), |
| 786 | 0xFF, |
| 787 | }, |
| 788 | |
| 789 | { |
| 790 | FREQ2FBIN(2412, 1), |
| 791 | FREQ2FBIN(2417, 1), |
| 792 | FREQ2FBIN(2462, 1), |
| 793 | 0xFF, |
| 794 | }, |
| 795 | { |
| 796 | FREQ2FBIN(2422, 1), |
| 797 | FREQ2FBIN(2427, 1), |
| 798 | FREQ2FBIN(2447, 1), |
| 799 | FREQ2FBIN(2452, 1) |
| 800 | }, |
| 801 | |
| 802 | { |
| 803 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 804 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 805 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 806 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(2484, 1), |
| 807 | }, |
| 808 | |
| 809 | { |
| 810 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 811 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 812 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 813 | 0, |
| 814 | }, |
| 815 | |
| 816 | { |
| 817 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 818 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 819 | FREQ2FBIN(2472, 1), |
| 820 | 0, |
| 821 | }, |
| 822 | |
| 823 | { |
| 824 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 825 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 826 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 827 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 828 | }, |
| 829 | |
| 830 | { |
| 831 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 832 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 833 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 834 | }, |
| 835 | |
| 836 | { |
| 837 | /* Data[9].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 838 | /* Data[9].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 839 | /* Data[9].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 840 | 0 |
| 841 | }, |
| 842 | |
| 843 | { |
| 844 | /* Data[10].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 845 | /* Data[10].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 846 | /* Data[10].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 847 | 0 |
| 848 | }, |
| 849 | |
| 850 | { |
| 851 | /* Data[11].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 852 | /* Data[11].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 853 | /* Data[11].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 854 | /* Data[11].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 855 | } |
| 856 | }, |
| 857 | .ctlPowerData_2G = { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 858 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 859 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 860 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 861 | |
Rajkumar Manoharan | 15052f81 | 2011-07-29 17:38:15 +0530 | [diff] [blame] | 862 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } }, |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 863 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 864 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 865 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 866 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } }, |
| 867 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 868 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 869 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 870 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 871 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
| 872 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 873 | }, |
| 874 | .modalHeader5G = { |
| 875 | /* 4 idle,t1,t2,b (4 bits per setting) */ |
| 876 | .antCtrlCommon = LE32(0x220), |
| 877 | /* 4 ra1l1, ra2l1, ra1l2,ra2l2,ra12 */ |
| 878 | .antCtrlCommon2 = LE32(0x11111), |
| 879 | /* antCtrlChain 6 idle, t,r,rx1,rx12,b (2 bits each) */ |
| 880 | .antCtrlChain = { |
| 881 | LE16(0x150), LE16(0x150), LE16(0x150), |
| 882 | }, |
| 883 | /* xatten1DB 3 xatten1_db for AR9280 (0xa20c/b20c 5:0) */ |
| 884 | .xatten1DB = {0, 0, 0}, |
| 885 | |
| 886 | /* |
| 887 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 888 | * for merlin (0xa20c/b20c 16:12 |
| 889 | */ |
| 890 | .xatten1Margin = {0, 0, 0}, |
| 891 | .tempSlope = 68, |
| 892 | .voltSlope = 0, |
| 893 | /* spurChans spur channels in usual fbin coding format */ |
| 894 | .spurChans = {FREQ2FBIN(5500, 0), 0, 0, 0, 0}, |
| 895 | /* noiseFloorThreshCh Check if the register is per chain */ |
| 896 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 897 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 898 | .quick_drop = 0, |
Senthil Balasubramanian | be0e6aa | 2011-05-12 16:24:28 +0530 | [diff] [blame] | 899 | .xpaBiasLvl = 0xf, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 900 | .txFrameToDataStart = 0x0e, |
| 901 | .txFrameToPaOn = 0x0e, |
| 902 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 903 | .antennaGain = 0, |
| 904 | .switchSettling = 0x2d, |
| 905 | .adcDesiredSize = -30, |
| 906 | .txEndToXpaOff = 0, |
| 907 | .txEndToRxOn = 0x2, |
| 908 | .txFrameToXpaOn = 0xe, |
| 909 | .thresh62 = 28, |
| 910 | .papdRateMaskHt20 = LE32(0x0cf0e0e0), |
| 911 | .papdRateMaskHt40 = LE32(0x6cf0e0e0), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 912 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 913 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 914 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 915 | }, |
| 916 | }, |
| 917 | .base_ext2 = { |
| 918 | .tempSlopeLow = 72, |
| 919 | .tempSlopeHigh = 105, |
| 920 | .xatten1DBLow = {0, 0, 0}, |
| 921 | .xatten1MarginLow = {0, 0, 0}, |
| 922 | .xatten1DBHigh = {0, 0, 0}, |
| 923 | .xatten1MarginHigh = {0, 0, 0} |
| 924 | }, |
| 925 | .calFreqPier5G = { |
| 926 | FREQ2FBIN(5180, 0), |
| 927 | FREQ2FBIN(5240, 0), |
| 928 | FREQ2FBIN(5320, 0), |
| 929 | FREQ2FBIN(5400, 0), |
| 930 | FREQ2FBIN(5500, 0), |
| 931 | FREQ2FBIN(5600, 0), |
| 932 | FREQ2FBIN(5745, 0), |
| 933 | FREQ2FBIN(5785, 0) |
| 934 | }, |
| 935 | .calPierData5G = { |
| 936 | { |
| 937 | {0, 0, 0, 0, 0}, |
| 938 | {0, 0, 0, 0, 0}, |
| 939 | {0, 0, 0, 0, 0}, |
| 940 | {0, 0, 0, 0, 0}, |
| 941 | {0, 0, 0, 0, 0}, |
| 942 | {0, 0, 0, 0, 0}, |
| 943 | {0, 0, 0, 0, 0}, |
| 944 | {0, 0, 0, 0, 0}, |
| 945 | }, |
| 946 | { |
| 947 | {0, 0, 0, 0, 0}, |
| 948 | {0, 0, 0, 0, 0}, |
| 949 | {0, 0, 0, 0, 0}, |
| 950 | {0, 0, 0, 0, 0}, |
| 951 | {0, 0, 0, 0, 0}, |
| 952 | {0, 0, 0, 0, 0}, |
| 953 | {0, 0, 0, 0, 0}, |
| 954 | {0, 0, 0, 0, 0}, |
| 955 | }, |
| 956 | { |
| 957 | {0, 0, 0, 0, 0}, |
| 958 | {0, 0, 0, 0, 0}, |
| 959 | {0, 0, 0, 0, 0}, |
| 960 | {0, 0, 0, 0, 0}, |
| 961 | {0, 0, 0, 0, 0}, |
| 962 | {0, 0, 0, 0, 0}, |
| 963 | {0, 0, 0, 0, 0}, |
| 964 | {0, 0, 0, 0, 0}, |
| 965 | }, |
| 966 | |
| 967 | }, |
| 968 | .calTarget_freqbin_5G = { |
| 969 | FREQ2FBIN(5180, 0), |
| 970 | FREQ2FBIN(5220, 0), |
| 971 | FREQ2FBIN(5320, 0), |
| 972 | FREQ2FBIN(5400, 0), |
| 973 | FREQ2FBIN(5500, 0), |
| 974 | FREQ2FBIN(5600, 0), |
| 975 | FREQ2FBIN(5745, 0), |
| 976 | FREQ2FBIN(5785, 0) |
| 977 | }, |
| 978 | .calTarget_freqbin_5GHT20 = { |
| 979 | FREQ2FBIN(5180, 0), |
| 980 | FREQ2FBIN(5240, 0), |
| 981 | FREQ2FBIN(5320, 0), |
| 982 | FREQ2FBIN(5400, 0), |
| 983 | FREQ2FBIN(5500, 0), |
| 984 | FREQ2FBIN(5700, 0), |
| 985 | FREQ2FBIN(5745, 0), |
| 986 | FREQ2FBIN(5825, 0) |
| 987 | }, |
| 988 | .calTarget_freqbin_5GHT40 = { |
| 989 | FREQ2FBIN(5190, 0), |
| 990 | FREQ2FBIN(5230, 0), |
| 991 | FREQ2FBIN(5320, 0), |
| 992 | FREQ2FBIN(5410, 0), |
| 993 | FREQ2FBIN(5510, 0), |
| 994 | FREQ2FBIN(5670, 0), |
| 995 | FREQ2FBIN(5755, 0), |
| 996 | FREQ2FBIN(5825, 0) |
| 997 | }, |
| 998 | .calTargetPower5G = { |
| 999 | /* 6-24,36,48,54 */ |
| 1000 | { {42, 40, 40, 34} }, |
| 1001 | { {42, 40, 40, 34} }, |
| 1002 | { {42, 40, 40, 34} }, |
| 1003 | { {42, 40, 40, 34} }, |
| 1004 | { {42, 40, 40, 34} }, |
| 1005 | { {42, 40, 40, 34} }, |
| 1006 | { {42, 40, 40, 34} }, |
| 1007 | { {42, 40, 40, 34} }, |
| 1008 | }, |
| 1009 | .calTargetPower5GHT20 = { |
| 1010 | /* |
| 1011 | * 0_8_16,1-3_9-11_17-19, |
| 1012 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 1013 | */ |
| 1014 | { {40, 40, 40, 40, 32, 28, 40, 40, 32, 28, 40, 40, 32, 20} }, |
| 1015 | { {40, 40, 40, 40, 32, 28, 40, 40, 32, 28, 40, 40, 32, 20} }, |
| 1016 | { {40, 40, 40, 40, 32, 28, 40, 40, 32, 28, 40, 40, 32, 20} }, |
| 1017 | { {40, 40, 40, 40, 32, 28, 40, 40, 32, 28, 40, 40, 32, 20} }, |
| 1018 | { {40, 40, 40, 40, 32, 28, 40, 40, 32, 28, 40, 40, 32, 20} }, |
| 1019 | { {40, 40, 40, 40, 32, 28, 40, 40, 32, 28, 40, 40, 32, 20} }, |
| 1020 | { {38, 38, 38, 38, 32, 28, 38, 38, 32, 28, 38, 38, 32, 26} }, |
| 1021 | { {36, 36, 36, 36, 32, 28, 36, 36, 32, 28, 36, 36, 32, 26} }, |
| 1022 | }, |
| 1023 | .calTargetPower5GHT40 = { |
| 1024 | /* |
| 1025 | * 0_8_16,1-3_9-11_17-19, |
| 1026 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 1027 | */ |
| 1028 | { {40, 40, 40, 38, 30, 26, 40, 40, 30, 26, 40, 40, 30, 24} }, |
| 1029 | { {40, 40, 40, 38, 30, 26, 40, 40, 30, 26, 40, 40, 30, 24} }, |
| 1030 | { {40, 40, 40, 38, 30, 26, 40, 40, 30, 26, 40, 40, 30, 24} }, |
| 1031 | { {40, 40, 40, 38, 30, 26, 40, 40, 30, 26, 40, 40, 30, 24} }, |
| 1032 | { {40, 40, 40, 38, 30, 26, 40, 40, 30, 26, 40, 40, 30, 24} }, |
| 1033 | { {40, 40, 40, 38, 30, 26, 40, 40, 30, 26, 40, 40, 30, 24} }, |
| 1034 | { {36, 36, 36, 36, 30, 26, 36, 36, 30, 26, 36, 36, 30, 24} }, |
| 1035 | { {34, 34, 34, 34, 30, 26, 34, 34, 30, 26, 34, 34, 30, 24} }, |
| 1036 | }, |
| 1037 | .ctlIndex_5G = { |
| 1038 | 0x10, 0x16, 0x18, 0x40, 0x46, |
| 1039 | 0x48, 0x30, 0x36, 0x38 |
| 1040 | }, |
| 1041 | .ctl_freqbin_5G = { |
| 1042 | { |
| 1043 | /* Data[0].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1044 | /* Data[0].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1045 | /* Data[0].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 1046 | /* Data[0].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 1047 | /* Data[0].ctlEdges[4].bChannel */ FREQ2FBIN(5600, 0), |
| 1048 | /* Data[0].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1049 | /* Data[0].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 1050 | /* Data[0].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 1051 | }, |
| 1052 | { |
| 1053 | /* Data[1].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1054 | /* Data[1].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1055 | /* Data[1].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 1056 | /* Data[1].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 1057 | /* Data[1].ctlEdges[4].bChannel */ FREQ2FBIN(5520, 0), |
| 1058 | /* Data[1].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1059 | /* Data[1].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 1060 | /* Data[1].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 1061 | }, |
| 1062 | |
| 1063 | { |
| 1064 | /* Data[2].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 1065 | /* Data[2].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 1066 | /* Data[2].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 1067 | /* Data[2].ctlEdges[3].bChannel */ FREQ2FBIN(5310, 0), |
| 1068 | /* Data[2].ctlEdges[4].bChannel */ FREQ2FBIN(5510, 0), |
| 1069 | /* Data[2].ctlEdges[5].bChannel */ FREQ2FBIN(5550, 0), |
| 1070 | /* Data[2].ctlEdges[6].bChannel */ FREQ2FBIN(5670, 0), |
| 1071 | /* Data[2].ctlEdges[7].bChannel */ FREQ2FBIN(5755, 0) |
| 1072 | }, |
| 1073 | |
| 1074 | { |
| 1075 | /* Data[3].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1076 | /* Data[3].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 1077 | /* Data[3].ctlEdges[2].bChannel */ FREQ2FBIN(5260, 0), |
| 1078 | /* Data[3].ctlEdges[3].bChannel */ FREQ2FBIN(5320, 0), |
| 1079 | /* Data[3].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 1080 | /* Data[3].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1081 | /* Data[3].ctlEdges[6].bChannel */ 0xFF, |
| 1082 | /* Data[3].ctlEdges[7].bChannel */ 0xFF, |
| 1083 | }, |
| 1084 | |
| 1085 | { |
| 1086 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1087 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1088 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(5500, 0), |
| 1089 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(5700, 0), |
| 1090 | /* Data[4].ctlEdges[4].bChannel */ 0xFF, |
| 1091 | /* Data[4].ctlEdges[5].bChannel */ 0xFF, |
| 1092 | /* Data[4].ctlEdges[6].bChannel */ 0xFF, |
| 1093 | /* Data[4].ctlEdges[7].bChannel */ 0xFF, |
| 1094 | }, |
| 1095 | |
| 1096 | { |
| 1097 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 1098 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(5270, 0), |
| 1099 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(5310, 0), |
| 1100 | /* Data[5].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 1101 | /* Data[5].ctlEdges[4].bChannel */ FREQ2FBIN(5590, 0), |
| 1102 | /* Data[5].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 1103 | /* Data[5].ctlEdges[6].bChannel */ 0xFF, |
| 1104 | /* Data[5].ctlEdges[7].bChannel */ 0xFF |
| 1105 | }, |
| 1106 | |
| 1107 | { |
| 1108 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1109 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 1110 | /* Data[6].ctlEdges[2].bChannel */ FREQ2FBIN(5220, 0), |
| 1111 | /* Data[6].ctlEdges[3].bChannel */ FREQ2FBIN(5260, 0), |
| 1112 | /* Data[6].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 1113 | /* Data[6].ctlEdges[5].bChannel */ FREQ2FBIN(5600, 0), |
| 1114 | /* Data[6].ctlEdges[6].bChannel */ FREQ2FBIN(5700, 0), |
| 1115 | /* Data[6].ctlEdges[7].bChannel */ FREQ2FBIN(5745, 0) |
| 1116 | }, |
| 1117 | |
| 1118 | { |
| 1119 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1120 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1121 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(5320, 0), |
| 1122 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 1123 | /* Data[7].ctlEdges[4].bChannel */ FREQ2FBIN(5560, 0), |
| 1124 | /* Data[7].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1125 | /* Data[7].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 1126 | /* Data[7].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 1127 | }, |
| 1128 | |
| 1129 | { |
| 1130 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 1131 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 1132 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 1133 | /* Data[8].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 1134 | /* Data[8].ctlEdges[4].bChannel */ FREQ2FBIN(5550, 0), |
| 1135 | /* Data[8].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 1136 | /* Data[8].ctlEdges[6].bChannel */ FREQ2FBIN(5755, 0), |
| 1137 | /* Data[8].ctlEdges[7].bChannel */ FREQ2FBIN(5795, 0) |
| 1138 | } |
| 1139 | }, |
| 1140 | .ctlPowerData_5G = { |
| 1141 | { |
| 1142 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1143 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1144 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1145 | } |
| 1146 | }, |
| 1147 | { |
| 1148 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1149 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1150 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1151 | } |
| 1152 | }, |
| 1153 | { |
| 1154 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1155 | CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 1156 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1157 | } |
| 1158 | }, |
| 1159 | { |
| 1160 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1161 | CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 1162 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1163 | } |
| 1164 | }, |
| 1165 | { |
| 1166 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1167 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 1168 | CTL(60, 0), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1169 | } |
| 1170 | }, |
| 1171 | { |
| 1172 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1173 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1174 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1175 | } |
| 1176 | }, |
| 1177 | { |
| 1178 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1179 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1180 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1181 | } |
| 1182 | }, |
| 1183 | { |
| 1184 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1185 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 1186 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1187 | } |
| 1188 | }, |
| 1189 | { |
| 1190 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1191 | CTL(60, 1), CTL(60, 0), CTL(60, 1), CTL(60, 1), |
| 1192 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1193 | } |
| 1194 | }, |
| 1195 | } |
| 1196 | }; |
| 1197 | |
| 1198 | |
| 1199 | static const struct ar9300_eeprom ar9300_h112 = { |
| 1200 | .eepromVersion = 2, |
| 1201 | .templateVersion = 3, |
| 1202 | .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0}, |
| 1203 | .custData = {"h112-241-f0000"}, |
| 1204 | .baseEepHeader = { |
| 1205 | .regDmn = { LE16(0), LE16(0x1f) }, |
| 1206 | .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */ |
| 1207 | .opCapFlags = { |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 1208 | .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1209 | .eepMisc = 0, |
| 1210 | }, |
| 1211 | .rfSilent = 0, |
| 1212 | .blueToothOptions = 0, |
| 1213 | .deviceCap = 0, |
| 1214 | .deviceType = 5, /* takes lower byte in eeprom location */ |
| 1215 | .pwrTableOffset = AR9300_PWR_TABLE_OFFSET, |
| 1216 | .params_for_tuning_caps = {0, 0}, |
| 1217 | .featureEnable = 0x0d, |
| 1218 | /* |
| 1219 | * bit0 - enable tx temp comp - disabled |
| 1220 | * bit1 - enable tx volt comp - disabled |
| 1221 | * bit2 - enable fastClock - enabled |
| 1222 | * bit3 - enable doubling - enabled |
| 1223 | * bit4 - enable internal regulator - disabled |
| 1224 | * bit5 - enable pa predistortion - disabled |
| 1225 | */ |
| 1226 | .miscConfiguration = 0, /* bit0 - turn down drivestrength */ |
| 1227 | .eepromWriteEnableGpio = 6, |
| 1228 | .wlanDisableGpio = 0, |
| 1229 | .wlanLedGpio = 8, |
| 1230 | .rxBandSelectGpio = 0xff, |
| 1231 | .txrxgain = 0x10, |
| 1232 | .swreg = 0, |
| 1233 | }, |
| 1234 | .modalHeader2G = { |
| 1235 | /* ar9300_modal_eep_header 2g */ |
| 1236 | /* 4 idle,t1,t2,b(4 bits per setting) */ |
| 1237 | .antCtrlCommon = LE32(0x110), |
| 1238 | /* 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12 */ |
| 1239 | .antCtrlCommon2 = LE32(0x44444), |
| 1240 | |
| 1241 | /* |
| 1242 | * antCtrlChain[AR9300_MAX_CHAINS]; 6 idle, t, r, |
| 1243 | * rx1, rx12, b (2 bits each) |
| 1244 | */ |
| 1245 | .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) }, |
| 1246 | |
| 1247 | /* |
| 1248 | * xatten1DB[AR9300_MAX_CHAINS]; 3 xatten1_db |
| 1249 | * for ar9280 (0xa20c/b20c 5:0) |
| 1250 | */ |
| 1251 | .xatten1DB = {0, 0, 0}, |
| 1252 | |
| 1253 | /* |
| 1254 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 1255 | * for ar9280 (0xa20c/b20c 16:12 |
| 1256 | */ |
| 1257 | .xatten1Margin = {0, 0, 0}, |
| 1258 | .tempSlope = 25, |
| 1259 | .voltSlope = 0, |
| 1260 | |
| 1261 | /* |
| 1262 | * spurChans[OSPREY_EEPROM_MODAL_SPURS]; spur |
| 1263 | * channels in usual fbin coding format |
| 1264 | */ |
| 1265 | .spurChans = {FREQ2FBIN(2464, 1), 0, 0, 0, 0}, |
| 1266 | |
| 1267 | /* |
| 1268 | * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check |
| 1269 | * if the register is per chain |
| 1270 | */ |
| 1271 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 1272 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 1273 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1274 | .xpaBiasLvl = 0, |
| 1275 | .txFrameToDataStart = 0x0e, |
| 1276 | .txFrameToPaOn = 0x0e, |
| 1277 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 1278 | .antennaGain = 0, |
| 1279 | .switchSettling = 0x2c, |
| 1280 | .adcDesiredSize = -30, |
| 1281 | .txEndToXpaOff = 0, |
| 1282 | .txEndToRxOn = 0x2, |
| 1283 | .txFrameToXpaOn = 0xe, |
| 1284 | .thresh62 = 28, |
Rajkumar Manoharan | 94e2ad9 | 2011-11-08 14:19:34 +0530 | [diff] [blame] | 1285 | .papdRateMaskHt20 = LE32(0x0c80c080), |
| 1286 | .papdRateMaskHt40 = LE32(0x0080c080), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 1287 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1288 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 1289 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1290 | }, |
| 1291 | }, |
| 1292 | .base_ext1 = { |
| 1293 | .ant_div_control = 0, |
Rajkumar Manoharan | 420e2b1 | 2012-09-10 17:05:11 +0530 | [diff] [blame] | 1294 | .future = {0, 0, 0}, |
| 1295 | .tempslopextension = {0, 0, 0, 0, 0, 0, 0, 0} |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1296 | }, |
| 1297 | .calFreqPier2G = { |
| 1298 | FREQ2FBIN(2412, 1), |
| 1299 | FREQ2FBIN(2437, 1), |
Rajkumar Manoharan | 94e2ad9 | 2011-11-08 14:19:34 +0530 | [diff] [blame] | 1300 | FREQ2FBIN(2462, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1301 | }, |
| 1302 | /* ar9300_cal_data_per_freq_op_loop 2g */ |
| 1303 | .calPierData2G = { |
| 1304 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 1305 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 1306 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 1307 | }, |
| 1308 | .calTarget_freqbin_Cck = { |
| 1309 | FREQ2FBIN(2412, 1), |
Rajkumar Manoharan | 94e2ad9 | 2011-11-08 14:19:34 +0530 | [diff] [blame] | 1310 | FREQ2FBIN(2472, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1311 | }, |
| 1312 | .calTarget_freqbin_2G = { |
| 1313 | FREQ2FBIN(2412, 1), |
| 1314 | FREQ2FBIN(2437, 1), |
| 1315 | FREQ2FBIN(2472, 1) |
| 1316 | }, |
| 1317 | .calTarget_freqbin_2GHT20 = { |
| 1318 | FREQ2FBIN(2412, 1), |
| 1319 | FREQ2FBIN(2437, 1), |
| 1320 | FREQ2FBIN(2472, 1) |
| 1321 | }, |
| 1322 | .calTarget_freqbin_2GHT40 = { |
| 1323 | FREQ2FBIN(2412, 1), |
| 1324 | FREQ2FBIN(2437, 1), |
| 1325 | FREQ2FBIN(2472, 1) |
| 1326 | }, |
| 1327 | .calTargetPowerCck = { |
| 1328 | /* 1L-5L,5S,11L,11S */ |
| 1329 | { {34, 34, 34, 34} }, |
| 1330 | { {34, 34, 34, 34} }, |
| 1331 | }, |
| 1332 | .calTargetPower2G = { |
| 1333 | /* 6-24,36,48,54 */ |
| 1334 | { {34, 34, 32, 32} }, |
| 1335 | { {34, 34, 32, 32} }, |
| 1336 | { {34, 34, 32, 32} }, |
| 1337 | }, |
| 1338 | .calTargetPower2GHT20 = { |
| 1339 | { {32, 32, 32, 32, 32, 30, 32, 32, 30, 28, 28, 28, 28, 24} }, |
| 1340 | { {32, 32, 32, 32, 32, 30, 32, 32, 30, 28, 28, 28, 28, 24} }, |
| 1341 | { {32, 32, 32, 32, 32, 30, 32, 32, 30, 28, 28, 28, 28, 24} }, |
| 1342 | }, |
| 1343 | .calTargetPower2GHT40 = { |
| 1344 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 26, 26, 26, 22} }, |
| 1345 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 26, 26, 26, 22} }, |
| 1346 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 26, 26, 26, 22} }, |
| 1347 | }, |
| 1348 | .ctlIndex_2G = { |
| 1349 | 0x11, 0x12, 0x15, 0x17, 0x41, 0x42, |
| 1350 | 0x45, 0x47, 0x31, 0x32, 0x35, 0x37, |
| 1351 | }, |
| 1352 | .ctl_freqbin_2G = { |
| 1353 | { |
| 1354 | FREQ2FBIN(2412, 1), |
| 1355 | FREQ2FBIN(2417, 1), |
| 1356 | FREQ2FBIN(2457, 1), |
| 1357 | FREQ2FBIN(2462, 1) |
| 1358 | }, |
| 1359 | { |
| 1360 | FREQ2FBIN(2412, 1), |
| 1361 | FREQ2FBIN(2417, 1), |
| 1362 | FREQ2FBIN(2462, 1), |
| 1363 | 0xFF, |
| 1364 | }, |
| 1365 | |
| 1366 | { |
| 1367 | FREQ2FBIN(2412, 1), |
| 1368 | FREQ2FBIN(2417, 1), |
| 1369 | FREQ2FBIN(2462, 1), |
| 1370 | 0xFF, |
| 1371 | }, |
| 1372 | { |
| 1373 | FREQ2FBIN(2422, 1), |
| 1374 | FREQ2FBIN(2427, 1), |
| 1375 | FREQ2FBIN(2447, 1), |
| 1376 | FREQ2FBIN(2452, 1) |
| 1377 | }, |
| 1378 | |
| 1379 | { |
| 1380 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 1381 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 1382 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 1383 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(2484, 1), |
| 1384 | }, |
| 1385 | |
| 1386 | { |
| 1387 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 1388 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 1389 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 1390 | 0, |
| 1391 | }, |
| 1392 | |
| 1393 | { |
| 1394 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 1395 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 1396 | FREQ2FBIN(2472, 1), |
| 1397 | 0, |
| 1398 | }, |
| 1399 | |
| 1400 | { |
| 1401 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 1402 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 1403 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 1404 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 1405 | }, |
| 1406 | |
| 1407 | { |
| 1408 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 1409 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 1410 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 1411 | }, |
| 1412 | |
| 1413 | { |
| 1414 | /* Data[9].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 1415 | /* Data[9].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 1416 | /* Data[9].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 1417 | 0 |
| 1418 | }, |
| 1419 | |
| 1420 | { |
| 1421 | /* Data[10].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 1422 | /* Data[10].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 1423 | /* Data[10].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 1424 | 0 |
| 1425 | }, |
| 1426 | |
| 1427 | { |
| 1428 | /* Data[11].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 1429 | /* Data[11].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 1430 | /* Data[11].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 1431 | /* Data[11].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 1432 | } |
| 1433 | }, |
| 1434 | .ctlPowerData_2G = { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1435 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 1436 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 1437 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1438 | |
Mohammed Shafi Shajakhan | 81dc676 | 2011-06-17 11:07:32 +0530 | [diff] [blame] | 1439 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } }, |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1440 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 1441 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1442 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1443 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } }, |
| 1444 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 1445 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1446 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1447 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 1448 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
| 1449 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1450 | }, |
| 1451 | .modalHeader5G = { |
| 1452 | /* 4 idle,t1,t2,b (4 bits per setting) */ |
| 1453 | .antCtrlCommon = LE32(0x220), |
| 1454 | /* 4 ra1l1, ra2l1, ra1l2,ra2l2,ra12 */ |
| 1455 | .antCtrlCommon2 = LE32(0x44444), |
| 1456 | /* antCtrlChain 6 idle, t,r,rx1,rx12,b (2 bits each) */ |
| 1457 | .antCtrlChain = { |
| 1458 | LE16(0x150), LE16(0x150), LE16(0x150), |
| 1459 | }, |
| 1460 | /* xatten1DB 3 xatten1_db for AR9280 (0xa20c/b20c 5:0) */ |
| 1461 | .xatten1DB = {0, 0, 0}, |
| 1462 | |
| 1463 | /* |
| 1464 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 1465 | * for merlin (0xa20c/b20c 16:12 |
| 1466 | */ |
| 1467 | .xatten1Margin = {0, 0, 0}, |
| 1468 | .tempSlope = 45, |
| 1469 | .voltSlope = 0, |
| 1470 | /* spurChans spur channels in usual fbin coding format */ |
| 1471 | .spurChans = {0, 0, 0, 0, 0}, |
| 1472 | /* noiseFloorThreshCh Check if the register is per chain */ |
| 1473 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 1474 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 1475 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1476 | .xpaBiasLvl = 0, |
| 1477 | .txFrameToDataStart = 0x0e, |
| 1478 | .txFrameToPaOn = 0x0e, |
| 1479 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 1480 | .antennaGain = 0, |
| 1481 | .switchSettling = 0x2d, |
| 1482 | .adcDesiredSize = -30, |
| 1483 | .txEndToXpaOff = 0, |
| 1484 | .txEndToRxOn = 0x2, |
| 1485 | .txFrameToXpaOn = 0xe, |
| 1486 | .thresh62 = 28, |
| 1487 | .papdRateMaskHt20 = LE32(0x0cf0e0e0), |
| 1488 | .papdRateMaskHt40 = LE32(0x6cf0e0e0), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 1489 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1490 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 1491 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1492 | }, |
| 1493 | }, |
| 1494 | .base_ext2 = { |
| 1495 | .tempSlopeLow = 40, |
| 1496 | .tempSlopeHigh = 50, |
| 1497 | .xatten1DBLow = {0, 0, 0}, |
| 1498 | .xatten1MarginLow = {0, 0, 0}, |
| 1499 | .xatten1DBHigh = {0, 0, 0}, |
| 1500 | .xatten1MarginHigh = {0, 0, 0} |
| 1501 | }, |
| 1502 | .calFreqPier5G = { |
| 1503 | FREQ2FBIN(5180, 0), |
| 1504 | FREQ2FBIN(5220, 0), |
| 1505 | FREQ2FBIN(5320, 0), |
| 1506 | FREQ2FBIN(5400, 0), |
| 1507 | FREQ2FBIN(5500, 0), |
| 1508 | FREQ2FBIN(5600, 0), |
| 1509 | FREQ2FBIN(5700, 0), |
Rajkumar Manoharan | 94e2ad9 | 2011-11-08 14:19:34 +0530 | [diff] [blame] | 1510 | FREQ2FBIN(5785, 0) |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1511 | }, |
| 1512 | .calPierData5G = { |
| 1513 | { |
| 1514 | {0, 0, 0, 0, 0}, |
| 1515 | {0, 0, 0, 0, 0}, |
| 1516 | {0, 0, 0, 0, 0}, |
| 1517 | {0, 0, 0, 0, 0}, |
| 1518 | {0, 0, 0, 0, 0}, |
| 1519 | {0, 0, 0, 0, 0}, |
| 1520 | {0, 0, 0, 0, 0}, |
| 1521 | {0, 0, 0, 0, 0}, |
| 1522 | }, |
| 1523 | { |
| 1524 | {0, 0, 0, 0, 0}, |
| 1525 | {0, 0, 0, 0, 0}, |
| 1526 | {0, 0, 0, 0, 0}, |
| 1527 | {0, 0, 0, 0, 0}, |
| 1528 | {0, 0, 0, 0, 0}, |
| 1529 | {0, 0, 0, 0, 0}, |
| 1530 | {0, 0, 0, 0, 0}, |
| 1531 | {0, 0, 0, 0, 0}, |
| 1532 | }, |
| 1533 | { |
| 1534 | {0, 0, 0, 0, 0}, |
| 1535 | {0, 0, 0, 0, 0}, |
| 1536 | {0, 0, 0, 0, 0}, |
| 1537 | {0, 0, 0, 0, 0}, |
| 1538 | {0, 0, 0, 0, 0}, |
| 1539 | {0, 0, 0, 0, 0}, |
| 1540 | {0, 0, 0, 0, 0}, |
| 1541 | {0, 0, 0, 0, 0}, |
| 1542 | }, |
| 1543 | |
| 1544 | }, |
| 1545 | .calTarget_freqbin_5G = { |
| 1546 | FREQ2FBIN(5180, 0), |
| 1547 | FREQ2FBIN(5240, 0), |
| 1548 | FREQ2FBIN(5320, 0), |
| 1549 | FREQ2FBIN(5400, 0), |
| 1550 | FREQ2FBIN(5500, 0), |
| 1551 | FREQ2FBIN(5600, 0), |
| 1552 | FREQ2FBIN(5700, 0), |
| 1553 | FREQ2FBIN(5825, 0) |
| 1554 | }, |
| 1555 | .calTarget_freqbin_5GHT20 = { |
| 1556 | FREQ2FBIN(5180, 0), |
| 1557 | FREQ2FBIN(5240, 0), |
| 1558 | FREQ2FBIN(5320, 0), |
| 1559 | FREQ2FBIN(5400, 0), |
| 1560 | FREQ2FBIN(5500, 0), |
| 1561 | FREQ2FBIN(5700, 0), |
| 1562 | FREQ2FBIN(5745, 0), |
| 1563 | FREQ2FBIN(5825, 0) |
| 1564 | }, |
| 1565 | .calTarget_freqbin_5GHT40 = { |
| 1566 | FREQ2FBIN(5180, 0), |
| 1567 | FREQ2FBIN(5240, 0), |
| 1568 | FREQ2FBIN(5320, 0), |
| 1569 | FREQ2FBIN(5400, 0), |
| 1570 | FREQ2FBIN(5500, 0), |
| 1571 | FREQ2FBIN(5700, 0), |
| 1572 | FREQ2FBIN(5745, 0), |
| 1573 | FREQ2FBIN(5825, 0) |
| 1574 | }, |
| 1575 | .calTargetPower5G = { |
| 1576 | /* 6-24,36,48,54 */ |
| 1577 | { {30, 30, 28, 24} }, |
| 1578 | { {30, 30, 28, 24} }, |
| 1579 | { {30, 30, 28, 24} }, |
| 1580 | { {30, 30, 28, 24} }, |
| 1581 | { {30, 30, 28, 24} }, |
| 1582 | { {30, 30, 28, 24} }, |
| 1583 | { {30, 30, 28, 24} }, |
| 1584 | { {30, 30, 28, 24} }, |
| 1585 | }, |
| 1586 | .calTargetPower5GHT20 = { |
| 1587 | /* |
| 1588 | * 0_8_16,1-3_9-11_17-19, |
| 1589 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 1590 | */ |
| 1591 | { {30, 30, 30, 28, 24, 20, 30, 28, 24, 20, 20, 20, 20, 16} }, |
| 1592 | { {30, 30, 30, 28, 24, 20, 30, 28, 24, 20, 20, 20, 20, 16} }, |
| 1593 | { {30, 30, 30, 26, 22, 18, 30, 26, 22, 18, 18, 18, 18, 16} }, |
| 1594 | { {30, 30, 30, 26, 22, 18, 30, 26, 22, 18, 18, 18, 18, 16} }, |
| 1595 | { {30, 30, 30, 24, 20, 16, 30, 24, 20, 16, 16, 16, 16, 14} }, |
| 1596 | { {30, 30, 30, 24, 20, 16, 30, 24, 20, 16, 16, 16, 16, 14} }, |
| 1597 | { {30, 30, 30, 22, 18, 14, 30, 22, 18, 14, 14, 14, 14, 12} }, |
| 1598 | { {30, 30, 30, 22, 18, 14, 30, 22, 18, 14, 14, 14, 14, 12} }, |
| 1599 | }, |
| 1600 | .calTargetPower5GHT40 = { |
| 1601 | /* |
| 1602 | * 0_8_16,1-3_9-11_17-19, |
| 1603 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 1604 | */ |
| 1605 | { {28, 28, 28, 26, 22, 18, 28, 26, 22, 18, 18, 18, 18, 14} }, |
| 1606 | { {28, 28, 28, 26, 22, 18, 28, 26, 22, 18, 18, 18, 18, 14} }, |
| 1607 | { {28, 28, 28, 24, 20, 16, 28, 24, 20, 16, 16, 16, 16, 12} }, |
| 1608 | { {28, 28, 28, 24, 20, 16, 28, 24, 20, 16, 16, 16, 16, 12} }, |
| 1609 | { {28, 28, 28, 22, 18, 14, 28, 22, 18, 14, 14, 14, 14, 10} }, |
| 1610 | { {28, 28, 28, 22, 18, 14, 28, 22, 18, 14, 14, 14, 14, 10} }, |
| 1611 | { {28, 28, 28, 20, 16, 12, 28, 20, 16, 12, 12, 12, 12, 8} }, |
| 1612 | { {28, 28, 28, 20, 16, 12, 28, 20, 16, 12, 12, 12, 12, 8} }, |
| 1613 | }, |
| 1614 | .ctlIndex_5G = { |
| 1615 | 0x10, 0x16, 0x18, 0x40, 0x46, |
| 1616 | 0x48, 0x30, 0x36, 0x38 |
| 1617 | }, |
| 1618 | .ctl_freqbin_5G = { |
| 1619 | { |
| 1620 | /* Data[0].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1621 | /* Data[0].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1622 | /* Data[0].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 1623 | /* Data[0].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 1624 | /* Data[0].ctlEdges[4].bChannel */ FREQ2FBIN(5600, 0), |
| 1625 | /* Data[0].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1626 | /* Data[0].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 1627 | /* Data[0].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 1628 | }, |
| 1629 | { |
| 1630 | /* Data[1].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1631 | /* Data[1].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1632 | /* Data[1].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 1633 | /* Data[1].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 1634 | /* Data[1].ctlEdges[4].bChannel */ FREQ2FBIN(5520, 0), |
| 1635 | /* Data[1].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1636 | /* Data[1].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 1637 | /* Data[1].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 1638 | }, |
| 1639 | |
| 1640 | { |
| 1641 | /* Data[2].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 1642 | /* Data[2].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 1643 | /* Data[2].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 1644 | /* Data[2].ctlEdges[3].bChannel */ FREQ2FBIN(5310, 0), |
| 1645 | /* Data[2].ctlEdges[4].bChannel */ FREQ2FBIN(5510, 0), |
| 1646 | /* Data[2].ctlEdges[5].bChannel */ FREQ2FBIN(5550, 0), |
| 1647 | /* Data[2].ctlEdges[6].bChannel */ FREQ2FBIN(5670, 0), |
| 1648 | /* Data[2].ctlEdges[7].bChannel */ FREQ2FBIN(5755, 0) |
| 1649 | }, |
| 1650 | |
| 1651 | { |
| 1652 | /* Data[3].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1653 | /* Data[3].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 1654 | /* Data[3].ctlEdges[2].bChannel */ FREQ2FBIN(5260, 0), |
| 1655 | /* Data[3].ctlEdges[3].bChannel */ FREQ2FBIN(5320, 0), |
| 1656 | /* Data[3].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 1657 | /* Data[3].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1658 | /* Data[3].ctlEdges[6].bChannel */ 0xFF, |
| 1659 | /* Data[3].ctlEdges[7].bChannel */ 0xFF, |
| 1660 | }, |
| 1661 | |
| 1662 | { |
| 1663 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1664 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1665 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(5500, 0), |
| 1666 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(5700, 0), |
| 1667 | /* Data[4].ctlEdges[4].bChannel */ 0xFF, |
| 1668 | /* Data[4].ctlEdges[5].bChannel */ 0xFF, |
| 1669 | /* Data[4].ctlEdges[6].bChannel */ 0xFF, |
| 1670 | /* Data[4].ctlEdges[7].bChannel */ 0xFF, |
| 1671 | }, |
| 1672 | |
| 1673 | { |
| 1674 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 1675 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(5270, 0), |
| 1676 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(5310, 0), |
| 1677 | /* Data[5].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 1678 | /* Data[5].ctlEdges[4].bChannel */ FREQ2FBIN(5590, 0), |
| 1679 | /* Data[5].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 1680 | /* Data[5].ctlEdges[6].bChannel */ 0xFF, |
| 1681 | /* Data[5].ctlEdges[7].bChannel */ 0xFF |
| 1682 | }, |
| 1683 | |
| 1684 | { |
| 1685 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1686 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 1687 | /* Data[6].ctlEdges[2].bChannel */ FREQ2FBIN(5220, 0), |
| 1688 | /* Data[6].ctlEdges[3].bChannel */ FREQ2FBIN(5260, 0), |
| 1689 | /* Data[6].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 1690 | /* Data[6].ctlEdges[5].bChannel */ FREQ2FBIN(5600, 0), |
| 1691 | /* Data[6].ctlEdges[6].bChannel */ FREQ2FBIN(5700, 0), |
| 1692 | /* Data[6].ctlEdges[7].bChannel */ FREQ2FBIN(5745, 0) |
| 1693 | }, |
| 1694 | |
| 1695 | { |
| 1696 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 1697 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 1698 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(5320, 0), |
| 1699 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 1700 | /* Data[7].ctlEdges[4].bChannel */ FREQ2FBIN(5560, 0), |
| 1701 | /* Data[7].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 1702 | /* Data[7].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 1703 | /* Data[7].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 1704 | }, |
| 1705 | |
| 1706 | { |
| 1707 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 1708 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 1709 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 1710 | /* Data[8].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 1711 | /* Data[8].ctlEdges[4].bChannel */ FREQ2FBIN(5550, 0), |
| 1712 | /* Data[8].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 1713 | /* Data[8].ctlEdges[6].bChannel */ FREQ2FBIN(5755, 0), |
| 1714 | /* Data[8].ctlEdges[7].bChannel */ FREQ2FBIN(5795, 0) |
| 1715 | } |
| 1716 | }, |
| 1717 | .ctlPowerData_5G = { |
| 1718 | { |
| 1719 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1720 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1721 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1722 | } |
| 1723 | }, |
| 1724 | { |
| 1725 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1726 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1727 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1728 | } |
| 1729 | }, |
| 1730 | { |
| 1731 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1732 | CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 1733 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1734 | } |
| 1735 | }, |
| 1736 | { |
| 1737 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1738 | CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 1739 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1740 | } |
| 1741 | }, |
| 1742 | { |
| 1743 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1744 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 1745 | CTL(60, 0), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1746 | } |
| 1747 | }, |
| 1748 | { |
| 1749 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1750 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1751 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1752 | } |
| 1753 | }, |
| 1754 | { |
| 1755 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1756 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 1757 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1758 | } |
| 1759 | }, |
| 1760 | { |
| 1761 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1762 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 1763 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1764 | } |
| 1765 | }, |
| 1766 | { |
| 1767 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 1768 | CTL(60, 1), CTL(60, 0), CTL(60, 1), CTL(60, 1), |
| 1769 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1770 | } |
| 1771 | }, |
| 1772 | } |
| 1773 | }; |
| 1774 | |
| 1775 | |
| 1776 | static const struct ar9300_eeprom ar9300_x112 = { |
| 1777 | .eepromVersion = 2, |
| 1778 | .templateVersion = 5, |
| 1779 | .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0}, |
| 1780 | .custData = {"x112-041-f0000"}, |
| 1781 | .baseEepHeader = { |
| 1782 | .regDmn = { LE16(0), LE16(0x1f) }, |
| 1783 | .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */ |
| 1784 | .opCapFlags = { |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 1785 | .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1786 | .eepMisc = 0, |
| 1787 | }, |
| 1788 | .rfSilent = 0, |
| 1789 | .blueToothOptions = 0, |
| 1790 | .deviceCap = 0, |
| 1791 | .deviceType = 5, /* takes lower byte in eeprom location */ |
| 1792 | .pwrTableOffset = AR9300_PWR_TABLE_OFFSET, |
| 1793 | .params_for_tuning_caps = {0, 0}, |
| 1794 | .featureEnable = 0x0d, |
| 1795 | /* |
| 1796 | * bit0 - enable tx temp comp - disabled |
| 1797 | * bit1 - enable tx volt comp - disabled |
| 1798 | * bit2 - enable fastclock - enabled |
| 1799 | * bit3 - enable doubling - enabled |
| 1800 | * bit4 - enable internal regulator - disabled |
| 1801 | * bit5 - enable pa predistortion - disabled |
| 1802 | */ |
| 1803 | .miscConfiguration = 0, /* bit0 - turn down drivestrength */ |
| 1804 | .eepromWriteEnableGpio = 6, |
| 1805 | .wlanDisableGpio = 0, |
| 1806 | .wlanLedGpio = 8, |
| 1807 | .rxBandSelectGpio = 0xff, |
| 1808 | .txrxgain = 0x0, |
| 1809 | .swreg = 0, |
| 1810 | }, |
| 1811 | .modalHeader2G = { |
| 1812 | /* ar9300_modal_eep_header 2g */ |
| 1813 | /* 4 idle,t1,t2,b(4 bits per setting) */ |
| 1814 | .antCtrlCommon = LE32(0x110), |
| 1815 | /* 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12 */ |
| 1816 | .antCtrlCommon2 = LE32(0x22222), |
| 1817 | |
| 1818 | /* |
| 1819 | * antCtrlChain[ar9300_max_chains]; 6 idle, t, r, |
| 1820 | * rx1, rx12, b (2 bits each) |
| 1821 | */ |
| 1822 | .antCtrlChain = { LE16(0x10), LE16(0x10), LE16(0x10) }, |
| 1823 | |
| 1824 | /* |
| 1825 | * xatten1DB[AR9300_max_chains]; 3 xatten1_db |
| 1826 | * for ar9280 (0xa20c/b20c 5:0) |
| 1827 | */ |
| 1828 | .xatten1DB = {0x1b, 0x1b, 0x1b}, |
| 1829 | |
| 1830 | /* |
| 1831 | * xatten1Margin[ar9300_max_chains]; 3 xatten1_margin |
| 1832 | * for ar9280 (0xa20c/b20c 16:12 |
| 1833 | */ |
| 1834 | .xatten1Margin = {0x15, 0x15, 0x15}, |
| 1835 | .tempSlope = 50, |
| 1836 | .voltSlope = 0, |
| 1837 | |
| 1838 | /* |
| 1839 | * spurChans[OSPrey_eeprom_modal_sPURS]; spur |
| 1840 | * channels in usual fbin coding format |
| 1841 | */ |
| 1842 | .spurChans = {FREQ2FBIN(2464, 1), 0, 0, 0, 0}, |
| 1843 | |
| 1844 | /* |
| 1845 | * noiseFloorThreshch[ar9300_max_cHAINS]; 3 Check |
| 1846 | * if the register is per chain |
| 1847 | */ |
| 1848 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 1849 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 1850 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1851 | .xpaBiasLvl = 0, |
| 1852 | .txFrameToDataStart = 0x0e, |
| 1853 | .txFrameToPaOn = 0x0e, |
| 1854 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 1855 | .antennaGain = 0, |
| 1856 | .switchSettling = 0x2c, |
| 1857 | .adcDesiredSize = -30, |
| 1858 | .txEndToXpaOff = 0, |
| 1859 | .txEndToRxOn = 0x2, |
| 1860 | .txFrameToXpaOn = 0xe, |
| 1861 | .thresh62 = 28, |
| 1862 | .papdRateMaskHt20 = LE32(0x0c80c080), |
| 1863 | .papdRateMaskHt40 = LE32(0x0080c080), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 1864 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1865 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 1866 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1867 | }, |
| 1868 | }, |
| 1869 | .base_ext1 = { |
| 1870 | .ant_div_control = 0, |
Rajkumar Manoharan | 420e2b1 | 2012-09-10 17:05:11 +0530 | [diff] [blame] | 1871 | .future = {0, 0, 0}, |
| 1872 | .tempslopextension = {0, 0, 0, 0, 0, 0, 0, 0} |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 1873 | }, |
| 1874 | .calFreqPier2G = { |
| 1875 | FREQ2FBIN(2412, 1), |
| 1876 | FREQ2FBIN(2437, 1), |
| 1877 | FREQ2FBIN(2472, 1), |
| 1878 | }, |
| 1879 | /* ar9300_cal_data_per_freq_op_loop 2g */ |
| 1880 | .calPierData2G = { |
| 1881 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 1882 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 1883 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 1884 | }, |
| 1885 | .calTarget_freqbin_Cck = { |
| 1886 | FREQ2FBIN(2412, 1), |
| 1887 | FREQ2FBIN(2472, 1), |
| 1888 | }, |
| 1889 | .calTarget_freqbin_2G = { |
| 1890 | FREQ2FBIN(2412, 1), |
| 1891 | FREQ2FBIN(2437, 1), |
| 1892 | FREQ2FBIN(2472, 1) |
| 1893 | }, |
| 1894 | .calTarget_freqbin_2GHT20 = { |
| 1895 | FREQ2FBIN(2412, 1), |
| 1896 | FREQ2FBIN(2437, 1), |
| 1897 | FREQ2FBIN(2472, 1) |
| 1898 | }, |
| 1899 | .calTarget_freqbin_2GHT40 = { |
| 1900 | FREQ2FBIN(2412, 1), |
| 1901 | FREQ2FBIN(2437, 1), |
| 1902 | FREQ2FBIN(2472, 1) |
| 1903 | }, |
| 1904 | .calTargetPowerCck = { |
| 1905 | /* 1L-5L,5S,11L,11s */ |
| 1906 | { {38, 38, 38, 38} }, |
| 1907 | { {38, 38, 38, 38} }, |
| 1908 | }, |
| 1909 | .calTargetPower2G = { |
| 1910 | /* 6-24,36,48,54 */ |
| 1911 | { {38, 38, 36, 34} }, |
| 1912 | { {38, 38, 36, 34} }, |
| 1913 | { {38, 38, 34, 32} }, |
| 1914 | }, |
| 1915 | .calTargetPower2GHT20 = { |
| 1916 | { {36, 36, 36, 36, 36, 34, 34, 32, 30, 28, 28, 28, 28, 26} }, |
| 1917 | { {36, 36, 36, 36, 36, 34, 36, 34, 32, 30, 30, 30, 28, 26} }, |
| 1918 | { {36, 36, 36, 36, 36, 34, 34, 32, 30, 28, 28, 28, 28, 26} }, |
| 1919 | }, |
| 1920 | .calTargetPower2GHT40 = { |
| 1921 | { {36, 36, 36, 36, 34, 32, 32, 30, 28, 26, 26, 26, 26, 24} }, |
| 1922 | { {36, 36, 36, 36, 34, 32, 34, 32, 30, 28, 28, 28, 28, 24} }, |
| 1923 | { {36, 36, 36, 36, 34, 32, 32, 30, 28, 26, 26, 26, 26, 24} }, |
| 1924 | }, |
| 1925 | .ctlIndex_2G = { |
| 1926 | 0x11, 0x12, 0x15, 0x17, 0x41, 0x42, |
| 1927 | 0x45, 0x47, 0x31, 0x32, 0x35, 0x37, |
| 1928 | }, |
| 1929 | .ctl_freqbin_2G = { |
| 1930 | { |
| 1931 | FREQ2FBIN(2412, 1), |
| 1932 | FREQ2FBIN(2417, 1), |
| 1933 | FREQ2FBIN(2457, 1), |
| 1934 | FREQ2FBIN(2462, 1) |
| 1935 | }, |
| 1936 | { |
| 1937 | FREQ2FBIN(2412, 1), |
| 1938 | FREQ2FBIN(2417, 1), |
| 1939 | FREQ2FBIN(2462, 1), |
| 1940 | 0xFF, |
| 1941 | }, |
| 1942 | |
| 1943 | { |
| 1944 | FREQ2FBIN(2412, 1), |
| 1945 | FREQ2FBIN(2417, 1), |
| 1946 | FREQ2FBIN(2462, 1), |
| 1947 | 0xFF, |
| 1948 | }, |
| 1949 | { |
| 1950 | FREQ2FBIN(2422, 1), |
| 1951 | FREQ2FBIN(2427, 1), |
| 1952 | FREQ2FBIN(2447, 1), |
| 1953 | FREQ2FBIN(2452, 1) |
| 1954 | }, |
| 1955 | |
| 1956 | { |
| 1957 | /* Data[4].ctledges[0].bchannel */ FREQ2FBIN(2412, 1), |
| 1958 | /* Data[4].ctledges[1].bchannel */ FREQ2FBIN(2417, 1), |
| 1959 | /* Data[4].ctledges[2].bchannel */ FREQ2FBIN(2472, 1), |
| 1960 | /* Data[4].ctledges[3].bchannel */ FREQ2FBIN(2484, 1), |
| 1961 | }, |
| 1962 | |
| 1963 | { |
| 1964 | /* Data[5].ctledges[0].bchannel */ FREQ2FBIN(2412, 1), |
| 1965 | /* Data[5].ctledges[1].bchannel */ FREQ2FBIN(2417, 1), |
| 1966 | /* Data[5].ctledges[2].bchannel */ FREQ2FBIN(2472, 1), |
| 1967 | 0, |
| 1968 | }, |
| 1969 | |
| 1970 | { |
| 1971 | /* Data[6].ctledges[0].bchannel */ FREQ2FBIN(2412, 1), |
| 1972 | /* Data[6].ctledges[1].bchannel */ FREQ2FBIN(2417, 1), |
| 1973 | FREQ2FBIN(2472, 1), |
| 1974 | 0, |
| 1975 | }, |
| 1976 | |
| 1977 | { |
| 1978 | /* Data[7].ctledges[0].bchannel */ FREQ2FBIN(2422, 1), |
| 1979 | /* Data[7].ctledges[1].bchannel */ FREQ2FBIN(2427, 1), |
| 1980 | /* Data[7].ctledges[2].bchannel */ FREQ2FBIN(2447, 1), |
| 1981 | /* Data[7].ctledges[3].bchannel */ FREQ2FBIN(2462, 1), |
| 1982 | }, |
| 1983 | |
| 1984 | { |
| 1985 | /* Data[8].ctledges[0].bchannel */ FREQ2FBIN(2412, 1), |
| 1986 | /* Data[8].ctledges[1].bchannel */ FREQ2FBIN(2417, 1), |
| 1987 | /* Data[8].ctledges[2].bchannel */ FREQ2FBIN(2472, 1), |
| 1988 | }, |
| 1989 | |
| 1990 | { |
| 1991 | /* Data[9].ctledges[0].bchannel */ FREQ2FBIN(2412, 1), |
| 1992 | /* Data[9].ctledges[1].bchannel */ FREQ2FBIN(2417, 1), |
| 1993 | /* Data[9].ctledges[2].bchannel */ FREQ2FBIN(2472, 1), |
| 1994 | 0 |
| 1995 | }, |
| 1996 | |
| 1997 | { |
| 1998 | /* Data[10].ctledges[0].bchannel */ FREQ2FBIN(2412, 1), |
| 1999 | /* Data[10].ctledges[1].bchannel */ FREQ2FBIN(2417, 1), |
| 2000 | /* Data[10].ctledges[2].bchannel */ FREQ2FBIN(2472, 1), |
| 2001 | 0 |
| 2002 | }, |
| 2003 | |
| 2004 | { |
| 2005 | /* Data[11].ctledges[0].bchannel */ FREQ2FBIN(2422, 1), |
| 2006 | /* Data[11].ctledges[1].bchannel */ FREQ2FBIN(2427, 1), |
| 2007 | /* Data[11].ctledges[2].bchannel */ FREQ2FBIN(2447, 1), |
| 2008 | /* Data[11].ctledges[3].bchannel */ FREQ2FBIN(2462, 1), |
| 2009 | } |
| 2010 | }, |
| 2011 | .ctlPowerData_2G = { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2012 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2013 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2014 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2015 | |
Rajkumar Manoharan | 15052f81 | 2011-07-29 17:38:15 +0530 | [diff] [blame] | 2016 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } }, |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2017 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2018 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2019 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2020 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } }, |
| 2021 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2022 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2023 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2024 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2025 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
| 2026 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2027 | }, |
| 2028 | .modalHeader5G = { |
| 2029 | /* 4 idle,t1,t2,b (4 bits per setting) */ |
| 2030 | .antCtrlCommon = LE32(0x110), |
| 2031 | /* 4 ra1l1, ra2l1, ra1l2,ra2l2,ra12 */ |
| 2032 | .antCtrlCommon2 = LE32(0x22222), |
| 2033 | /* antCtrlChain 6 idle, t,r,rx1,rx12,b (2 bits each) */ |
| 2034 | .antCtrlChain = { |
| 2035 | LE16(0x0), LE16(0x0), LE16(0x0), |
| 2036 | }, |
| 2037 | /* xatten1DB 3 xatten1_db for ar9280 (0xa20c/b20c 5:0) */ |
| 2038 | .xatten1DB = {0x13, 0x19, 0x17}, |
| 2039 | |
| 2040 | /* |
| 2041 | * xatten1Margin[ar9300_max_chains]; 3 xatten1_margin |
| 2042 | * for merlin (0xa20c/b20c 16:12 |
| 2043 | */ |
| 2044 | .xatten1Margin = {0x19, 0x19, 0x19}, |
| 2045 | .tempSlope = 70, |
| 2046 | .voltSlope = 15, |
| 2047 | /* spurChans spur channels in usual fbin coding format */ |
| 2048 | .spurChans = {0, 0, 0, 0, 0}, |
| 2049 | /* noiseFloorThreshch check if the register is per chain */ |
| 2050 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 2051 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 2052 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2053 | .xpaBiasLvl = 0, |
| 2054 | .txFrameToDataStart = 0x0e, |
| 2055 | .txFrameToPaOn = 0x0e, |
| 2056 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 2057 | .antennaGain = 0, |
| 2058 | .switchSettling = 0x2d, |
| 2059 | .adcDesiredSize = -30, |
| 2060 | .txEndToXpaOff = 0, |
| 2061 | .txEndToRxOn = 0x2, |
| 2062 | .txFrameToXpaOn = 0xe, |
| 2063 | .thresh62 = 28, |
| 2064 | .papdRateMaskHt20 = LE32(0x0cf0e0e0), |
| 2065 | .papdRateMaskHt40 = LE32(0x6cf0e0e0), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 2066 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2067 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 2068 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2069 | }, |
| 2070 | }, |
| 2071 | .base_ext2 = { |
| 2072 | .tempSlopeLow = 72, |
| 2073 | .tempSlopeHigh = 105, |
| 2074 | .xatten1DBLow = {0x10, 0x14, 0x10}, |
| 2075 | .xatten1MarginLow = {0x19, 0x19 , 0x19}, |
| 2076 | .xatten1DBHigh = {0x1d, 0x20, 0x24}, |
| 2077 | .xatten1MarginHigh = {0x10, 0x10, 0x10} |
| 2078 | }, |
| 2079 | .calFreqPier5G = { |
| 2080 | FREQ2FBIN(5180, 0), |
| 2081 | FREQ2FBIN(5220, 0), |
| 2082 | FREQ2FBIN(5320, 0), |
| 2083 | FREQ2FBIN(5400, 0), |
| 2084 | FREQ2FBIN(5500, 0), |
| 2085 | FREQ2FBIN(5600, 0), |
| 2086 | FREQ2FBIN(5700, 0), |
| 2087 | FREQ2FBIN(5785, 0) |
| 2088 | }, |
| 2089 | .calPierData5G = { |
| 2090 | { |
| 2091 | {0, 0, 0, 0, 0}, |
| 2092 | {0, 0, 0, 0, 0}, |
| 2093 | {0, 0, 0, 0, 0}, |
| 2094 | {0, 0, 0, 0, 0}, |
| 2095 | {0, 0, 0, 0, 0}, |
| 2096 | {0, 0, 0, 0, 0}, |
| 2097 | {0, 0, 0, 0, 0}, |
| 2098 | {0, 0, 0, 0, 0}, |
| 2099 | }, |
| 2100 | { |
| 2101 | {0, 0, 0, 0, 0}, |
| 2102 | {0, 0, 0, 0, 0}, |
| 2103 | {0, 0, 0, 0, 0}, |
| 2104 | {0, 0, 0, 0, 0}, |
| 2105 | {0, 0, 0, 0, 0}, |
| 2106 | {0, 0, 0, 0, 0}, |
| 2107 | {0, 0, 0, 0, 0}, |
| 2108 | {0, 0, 0, 0, 0}, |
| 2109 | }, |
| 2110 | { |
| 2111 | {0, 0, 0, 0, 0}, |
| 2112 | {0, 0, 0, 0, 0}, |
| 2113 | {0, 0, 0, 0, 0}, |
| 2114 | {0, 0, 0, 0, 0}, |
| 2115 | {0, 0, 0, 0, 0}, |
| 2116 | {0, 0, 0, 0, 0}, |
| 2117 | {0, 0, 0, 0, 0}, |
| 2118 | {0, 0, 0, 0, 0}, |
| 2119 | }, |
| 2120 | |
| 2121 | }, |
| 2122 | .calTarget_freqbin_5G = { |
| 2123 | FREQ2FBIN(5180, 0), |
| 2124 | FREQ2FBIN(5220, 0), |
| 2125 | FREQ2FBIN(5320, 0), |
| 2126 | FREQ2FBIN(5400, 0), |
| 2127 | FREQ2FBIN(5500, 0), |
| 2128 | FREQ2FBIN(5600, 0), |
| 2129 | FREQ2FBIN(5725, 0), |
| 2130 | FREQ2FBIN(5825, 0) |
| 2131 | }, |
| 2132 | .calTarget_freqbin_5GHT20 = { |
| 2133 | FREQ2FBIN(5180, 0), |
| 2134 | FREQ2FBIN(5220, 0), |
| 2135 | FREQ2FBIN(5320, 0), |
| 2136 | FREQ2FBIN(5400, 0), |
| 2137 | FREQ2FBIN(5500, 0), |
| 2138 | FREQ2FBIN(5600, 0), |
| 2139 | FREQ2FBIN(5725, 0), |
| 2140 | FREQ2FBIN(5825, 0) |
| 2141 | }, |
| 2142 | .calTarget_freqbin_5GHT40 = { |
| 2143 | FREQ2FBIN(5180, 0), |
| 2144 | FREQ2FBIN(5220, 0), |
| 2145 | FREQ2FBIN(5320, 0), |
| 2146 | FREQ2FBIN(5400, 0), |
| 2147 | FREQ2FBIN(5500, 0), |
| 2148 | FREQ2FBIN(5600, 0), |
| 2149 | FREQ2FBIN(5725, 0), |
| 2150 | FREQ2FBIN(5825, 0) |
| 2151 | }, |
| 2152 | .calTargetPower5G = { |
| 2153 | /* 6-24,36,48,54 */ |
| 2154 | { {32, 32, 28, 26} }, |
| 2155 | { {32, 32, 28, 26} }, |
| 2156 | { {32, 32, 28, 26} }, |
| 2157 | { {32, 32, 26, 24} }, |
| 2158 | { {32, 32, 26, 24} }, |
| 2159 | { {32, 32, 24, 22} }, |
| 2160 | { {30, 30, 24, 22} }, |
| 2161 | { {30, 30, 24, 22} }, |
| 2162 | }, |
| 2163 | .calTargetPower5GHT20 = { |
| 2164 | /* |
| 2165 | * 0_8_16,1-3_9-11_17-19, |
| 2166 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 2167 | */ |
| 2168 | { {32, 32, 32, 32, 28, 26, 32, 28, 26, 24, 24, 24, 22, 22} }, |
| 2169 | { {32, 32, 32, 32, 28, 26, 32, 28, 26, 24, 24, 24, 22, 22} }, |
| 2170 | { {32, 32, 32, 32, 28, 26, 32, 28, 26, 24, 24, 24, 22, 22} }, |
| 2171 | { {32, 32, 32, 32, 28, 26, 32, 26, 24, 22, 22, 22, 20, 20} }, |
| 2172 | { {32, 32, 32, 32, 28, 26, 32, 26, 24, 22, 20, 18, 16, 16} }, |
| 2173 | { {32, 32, 32, 32, 28, 26, 32, 24, 20, 16, 18, 16, 14, 14} }, |
| 2174 | { {30, 30, 30, 30, 28, 26, 30, 24, 20, 16, 18, 16, 14, 14} }, |
| 2175 | { {30, 30, 30, 30, 28, 26, 30, 24, 20, 16, 18, 16, 14, 14} }, |
| 2176 | }, |
| 2177 | .calTargetPower5GHT40 = { |
| 2178 | /* |
| 2179 | * 0_8_16,1-3_9-11_17-19, |
| 2180 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 2181 | */ |
| 2182 | { {32, 32, 32, 30, 28, 26, 30, 28, 26, 24, 24, 24, 22, 22} }, |
| 2183 | { {32, 32, 32, 30, 28, 26, 30, 28, 26, 24, 24, 24, 22, 22} }, |
| 2184 | { {32, 32, 32, 30, 28, 26, 30, 28, 26, 24, 24, 24, 22, 22} }, |
| 2185 | { {32, 32, 32, 30, 28, 26, 30, 26, 24, 22, 22, 22, 20, 20} }, |
| 2186 | { {32, 32, 32, 30, 28, 26, 30, 26, 24, 22, 20, 18, 16, 16} }, |
| 2187 | { {32, 32, 32, 30, 28, 26, 30, 22, 20, 16, 18, 16, 14, 14} }, |
| 2188 | { {30, 30, 30, 30, 28, 26, 30, 22, 20, 16, 18, 16, 14, 14} }, |
| 2189 | { {30, 30, 30, 30, 28, 26, 30, 22, 20, 16, 18, 16, 14, 14} }, |
| 2190 | }, |
| 2191 | .ctlIndex_5G = { |
| 2192 | 0x10, 0x16, 0x18, 0x40, 0x46, |
| 2193 | 0x48, 0x30, 0x36, 0x38 |
| 2194 | }, |
| 2195 | .ctl_freqbin_5G = { |
| 2196 | { |
| 2197 | /* Data[0].ctledges[0].bchannel */ FREQ2FBIN(5180, 0), |
| 2198 | /* Data[0].ctledges[1].bchannel */ FREQ2FBIN(5260, 0), |
| 2199 | /* Data[0].ctledges[2].bchannel */ FREQ2FBIN(5280, 0), |
| 2200 | /* Data[0].ctledges[3].bchannel */ FREQ2FBIN(5500, 0), |
| 2201 | /* Data[0].ctledges[4].bchannel */ FREQ2FBIN(5600, 0), |
| 2202 | /* Data[0].ctledges[5].bchannel */ FREQ2FBIN(5700, 0), |
| 2203 | /* Data[0].ctledges[6].bchannel */ FREQ2FBIN(5745, 0), |
| 2204 | /* Data[0].ctledges[7].bchannel */ FREQ2FBIN(5825, 0) |
| 2205 | }, |
| 2206 | { |
| 2207 | /* Data[1].ctledges[0].bchannel */ FREQ2FBIN(5180, 0), |
| 2208 | /* Data[1].ctledges[1].bchannel */ FREQ2FBIN(5260, 0), |
| 2209 | /* Data[1].ctledges[2].bchannel */ FREQ2FBIN(5280, 0), |
| 2210 | /* Data[1].ctledges[3].bchannel */ FREQ2FBIN(5500, 0), |
| 2211 | /* Data[1].ctledges[4].bchannel */ FREQ2FBIN(5520, 0), |
| 2212 | /* Data[1].ctledges[5].bchannel */ FREQ2FBIN(5700, 0), |
| 2213 | /* Data[1].ctledges[6].bchannel */ FREQ2FBIN(5745, 0), |
| 2214 | /* Data[1].ctledges[7].bchannel */ FREQ2FBIN(5825, 0) |
| 2215 | }, |
| 2216 | |
| 2217 | { |
| 2218 | /* Data[2].ctledges[0].bchannel */ FREQ2FBIN(5190, 0), |
| 2219 | /* Data[2].ctledges[1].bchannel */ FREQ2FBIN(5230, 0), |
| 2220 | /* Data[2].ctledges[2].bchannel */ FREQ2FBIN(5270, 0), |
| 2221 | /* Data[2].ctledges[3].bchannel */ FREQ2FBIN(5310, 0), |
| 2222 | /* Data[2].ctledges[4].bchannel */ FREQ2FBIN(5510, 0), |
| 2223 | /* Data[2].ctledges[5].bchannel */ FREQ2FBIN(5550, 0), |
| 2224 | /* Data[2].ctledges[6].bchannel */ FREQ2FBIN(5670, 0), |
| 2225 | /* Data[2].ctledges[7].bchannel */ FREQ2FBIN(5755, 0) |
| 2226 | }, |
| 2227 | |
| 2228 | { |
| 2229 | /* Data[3].ctledges[0].bchannel */ FREQ2FBIN(5180, 0), |
| 2230 | /* Data[3].ctledges[1].bchannel */ FREQ2FBIN(5200, 0), |
| 2231 | /* Data[3].ctledges[2].bchannel */ FREQ2FBIN(5260, 0), |
| 2232 | /* Data[3].ctledges[3].bchannel */ FREQ2FBIN(5320, 0), |
| 2233 | /* Data[3].ctledges[4].bchannel */ FREQ2FBIN(5500, 0), |
| 2234 | /* Data[3].ctledges[5].bchannel */ FREQ2FBIN(5700, 0), |
| 2235 | /* Data[3].ctledges[6].bchannel */ 0xFF, |
| 2236 | /* Data[3].ctledges[7].bchannel */ 0xFF, |
| 2237 | }, |
| 2238 | |
| 2239 | { |
| 2240 | /* Data[4].ctledges[0].bchannel */ FREQ2FBIN(5180, 0), |
| 2241 | /* Data[4].ctledges[1].bchannel */ FREQ2FBIN(5260, 0), |
| 2242 | /* Data[4].ctledges[2].bchannel */ FREQ2FBIN(5500, 0), |
| 2243 | /* Data[4].ctledges[3].bchannel */ FREQ2FBIN(5700, 0), |
| 2244 | /* Data[4].ctledges[4].bchannel */ 0xFF, |
| 2245 | /* Data[4].ctledges[5].bchannel */ 0xFF, |
| 2246 | /* Data[4].ctledges[6].bchannel */ 0xFF, |
| 2247 | /* Data[4].ctledges[7].bchannel */ 0xFF, |
| 2248 | }, |
| 2249 | |
| 2250 | { |
| 2251 | /* Data[5].ctledges[0].bchannel */ FREQ2FBIN(5190, 0), |
| 2252 | /* Data[5].ctledges[1].bchannel */ FREQ2FBIN(5270, 0), |
| 2253 | /* Data[5].ctledges[2].bchannel */ FREQ2FBIN(5310, 0), |
| 2254 | /* Data[5].ctledges[3].bchannel */ FREQ2FBIN(5510, 0), |
| 2255 | /* Data[5].ctledges[4].bchannel */ FREQ2FBIN(5590, 0), |
| 2256 | /* Data[5].ctledges[5].bchannel */ FREQ2FBIN(5670, 0), |
| 2257 | /* Data[5].ctledges[6].bchannel */ 0xFF, |
| 2258 | /* Data[5].ctledges[7].bchannel */ 0xFF |
| 2259 | }, |
| 2260 | |
| 2261 | { |
| 2262 | /* Data[6].ctledges[0].bchannel */ FREQ2FBIN(5180, 0), |
| 2263 | /* Data[6].ctledges[1].bchannel */ FREQ2FBIN(5200, 0), |
| 2264 | /* Data[6].ctledges[2].bchannel */ FREQ2FBIN(5220, 0), |
| 2265 | /* Data[6].ctledges[3].bchannel */ FREQ2FBIN(5260, 0), |
| 2266 | /* Data[6].ctledges[4].bchannel */ FREQ2FBIN(5500, 0), |
| 2267 | /* Data[6].ctledges[5].bchannel */ FREQ2FBIN(5600, 0), |
| 2268 | /* Data[6].ctledges[6].bchannel */ FREQ2FBIN(5700, 0), |
| 2269 | /* Data[6].ctledges[7].bchannel */ FREQ2FBIN(5745, 0) |
| 2270 | }, |
| 2271 | |
| 2272 | { |
| 2273 | /* Data[7].ctledges[0].bchannel */ FREQ2FBIN(5180, 0), |
| 2274 | /* Data[7].ctledges[1].bchannel */ FREQ2FBIN(5260, 0), |
| 2275 | /* Data[7].ctledges[2].bchannel */ FREQ2FBIN(5320, 0), |
| 2276 | /* Data[7].ctledges[3].bchannel */ FREQ2FBIN(5500, 0), |
| 2277 | /* Data[7].ctledges[4].bchannel */ FREQ2FBIN(5560, 0), |
| 2278 | /* Data[7].ctledges[5].bchannel */ FREQ2FBIN(5700, 0), |
| 2279 | /* Data[7].ctledges[6].bchannel */ FREQ2FBIN(5745, 0), |
| 2280 | /* Data[7].ctledges[7].bchannel */ FREQ2FBIN(5825, 0) |
| 2281 | }, |
| 2282 | |
| 2283 | { |
| 2284 | /* Data[8].ctledges[0].bchannel */ FREQ2FBIN(5190, 0), |
| 2285 | /* Data[8].ctledges[1].bchannel */ FREQ2FBIN(5230, 0), |
| 2286 | /* Data[8].ctledges[2].bchannel */ FREQ2FBIN(5270, 0), |
| 2287 | /* Data[8].ctledges[3].bchannel */ FREQ2FBIN(5510, 0), |
| 2288 | /* Data[8].ctledges[4].bchannel */ FREQ2FBIN(5550, 0), |
| 2289 | /* Data[8].ctledges[5].bchannel */ FREQ2FBIN(5670, 0), |
| 2290 | /* Data[8].ctledges[6].bchannel */ FREQ2FBIN(5755, 0), |
| 2291 | /* Data[8].ctledges[7].bchannel */ FREQ2FBIN(5795, 0) |
| 2292 | } |
| 2293 | }, |
| 2294 | .ctlPowerData_5G = { |
| 2295 | { |
| 2296 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2297 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2298 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2299 | } |
| 2300 | }, |
| 2301 | { |
| 2302 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2303 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2304 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2305 | } |
| 2306 | }, |
| 2307 | { |
| 2308 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2309 | CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 2310 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2311 | } |
| 2312 | }, |
| 2313 | { |
| 2314 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2315 | CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 2316 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2317 | } |
| 2318 | }, |
| 2319 | { |
| 2320 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2321 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 2322 | CTL(60, 0), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2323 | } |
| 2324 | }, |
| 2325 | { |
| 2326 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2327 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2328 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2329 | } |
| 2330 | }, |
| 2331 | { |
| 2332 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2333 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2334 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2335 | } |
| 2336 | }, |
| 2337 | { |
| 2338 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2339 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 2340 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2341 | } |
| 2342 | }, |
| 2343 | { |
| 2344 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2345 | CTL(60, 1), CTL(60, 0), CTL(60, 1), CTL(60, 1), |
| 2346 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2347 | } |
| 2348 | }, |
| 2349 | } |
| 2350 | }; |
| 2351 | |
| 2352 | static const struct ar9300_eeprom ar9300_h116 = { |
| 2353 | .eepromVersion = 2, |
| 2354 | .templateVersion = 4, |
| 2355 | .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0}, |
| 2356 | .custData = {"h116-041-f0000"}, |
| 2357 | .baseEepHeader = { |
| 2358 | .regDmn = { LE16(0), LE16(0x1f) }, |
| 2359 | .txrxMask = 0x33, /* 4 bits tx and 4 bits rx */ |
| 2360 | .opCapFlags = { |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 2361 | .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2362 | .eepMisc = 0, |
| 2363 | }, |
| 2364 | .rfSilent = 0, |
| 2365 | .blueToothOptions = 0, |
| 2366 | .deviceCap = 0, |
| 2367 | .deviceType = 5, /* takes lower byte in eeprom location */ |
| 2368 | .pwrTableOffset = AR9300_PWR_TABLE_OFFSET, |
| 2369 | .params_for_tuning_caps = {0, 0}, |
| 2370 | .featureEnable = 0x0d, |
| 2371 | /* |
| 2372 | * bit0 - enable tx temp comp - disabled |
| 2373 | * bit1 - enable tx volt comp - disabled |
| 2374 | * bit2 - enable fastClock - enabled |
| 2375 | * bit3 - enable doubling - enabled |
| 2376 | * bit4 - enable internal regulator - disabled |
| 2377 | * bit5 - enable pa predistortion - disabled |
| 2378 | */ |
| 2379 | .miscConfiguration = 0, /* bit0 - turn down drivestrength */ |
| 2380 | .eepromWriteEnableGpio = 6, |
| 2381 | .wlanDisableGpio = 0, |
| 2382 | .wlanLedGpio = 8, |
| 2383 | .rxBandSelectGpio = 0xff, |
| 2384 | .txrxgain = 0x10, |
| 2385 | .swreg = 0, |
| 2386 | }, |
| 2387 | .modalHeader2G = { |
| 2388 | /* ar9300_modal_eep_header 2g */ |
| 2389 | /* 4 idle,t1,t2,b(4 bits per setting) */ |
| 2390 | .antCtrlCommon = LE32(0x110), |
| 2391 | /* 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12 */ |
| 2392 | .antCtrlCommon2 = LE32(0x44444), |
| 2393 | |
| 2394 | /* |
| 2395 | * antCtrlChain[AR9300_MAX_CHAINS]; 6 idle, t, r, |
| 2396 | * rx1, rx12, b (2 bits each) |
| 2397 | */ |
| 2398 | .antCtrlChain = { LE16(0x10), LE16(0x10), LE16(0x10) }, |
| 2399 | |
| 2400 | /* |
| 2401 | * xatten1DB[AR9300_MAX_CHAINS]; 3 xatten1_db |
| 2402 | * for ar9280 (0xa20c/b20c 5:0) |
| 2403 | */ |
| 2404 | .xatten1DB = {0x1f, 0x1f, 0x1f}, |
| 2405 | |
| 2406 | /* |
| 2407 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 2408 | * for ar9280 (0xa20c/b20c 16:12 |
| 2409 | */ |
| 2410 | .xatten1Margin = {0x12, 0x12, 0x12}, |
| 2411 | .tempSlope = 25, |
| 2412 | .voltSlope = 0, |
| 2413 | |
| 2414 | /* |
| 2415 | * spurChans[OSPREY_EEPROM_MODAL_SPURS]; spur |
| 2416 | * channels in usual fbin coding format |
| 2417 | */ |
| 2418 | .spurChans = {FREQ2FBIN(2464, 1), 0, 0, 0, 0}, |
| 2419 | |
| 2420 | /* |
| 2421 | * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check |
| 2422 | * if the register is per chain |
| 2423 | */ |
| 2424 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 2425 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 2426 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2427 | .xpaBiasLvl = 0, |
| 2428 | .txFrameToDataStart = 0x0e, |
| 2429 | .txFrameToPaOn = 0x0e, |
| 2430 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 2431 | .antennaGain = 0, |
| 2432 | .switchSettling = 0x2c, |
| 2433 | .adcDesiredSize = -30, |
| 2434 | .txEndToXpaOff = 0, |
| 2435 | .txEndToRxOn = 0x2, |
| 2436 | .txFrameToXpaOn = 0xe, |
| 2437 | .thresh62 = 28, |
| 2438 | .papdRateMaskHt20 = LE32(0x0c80C080), |
| 2439 | .papdRateMaskHt40 = LE32(0x0080C080), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 2440 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2441 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 2442 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2443 | }, |
| 2444 | }, |
| 2445 | .base_ext1 = { |
| 2446 | .ant_div_control = 0, |
Rajkumar Manoharan | 420e2b1 | 2012-09-10 17:05:11 +0530 | [diff] [blame] | 2447 | .future = {0, 0, 0}, |
| 2448 | .tempslopextension = {0, 0, 0, 0, 0, 0, 0, 0} |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2449 | }, |
| 2450 | .calFreqPier2G = { |
| 2451 | FREQ2FBIN(2412, 1), |
| 2452 | FREQ2FBIN(2437, 1), |
Rajkumar Manoharan | 94e2ad9 | 2011-11-08 14:19:34 +0530 | [diff] [blame] | 2453 | FREQ2FBIN(2462, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2454 | }, |
| 2455 | /* ar9300_cal_data_per_freq_op_loop 2g */ |
| 2456 | .calPierData2G = { |
| 2457 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 2458 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 2459 | { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} }, |
| 2460 | }, |
| 2461 | .calTarget_freqbin_Cck = { |
| 2462 | FREQ2FBIN(2412, 1), |
| 2463 | FREQ2FBIN(2472, 1), |
| 2464 | }, |
| 2465 | .calTarget_freqbin_2G = { |
| 2466 | FREQ2FBIN(2412, 1), |
| 2467 | FREQ2FBIN(2437, 1), |
| 2468 | FREQ2FBIN(2472, 1) |
| 2469 | }, |
| 2470 | .calTarget_freqbin_2GHT20 = { |
| 2471 | FREQ2FBIN(2412, 1), |
| 2472 | FREQ2FBIN(2437, 1), |
| 2473 | FREQ2FBIN(2472, 1) |
| 2474 | }, |
| 2475 | .calTarget_freqbin_2GHT40 = { |
| 2476 | FREQ2FBIN(2412, 1), |
| 2477 | FREQ2FBIN(2437, 1), |
| 2478 | FREQ2FBIN(2472, 1) |
| 2479 | }, |
| 2480 | .calTargetPowerCck = { |
| 2481 | /* 1L-5L,5S,11L,11S */ |
| 2482 | { {34, 34, 34, 34} }, |
| 2483 | { {34, 34, 34, 34} }, |
| 2484 | }, |
| 2485 | .calTargetPower2G = { |
| 2486 | /* 6-24,36,48,54 */ |
| 2487 | { {34, 34, 32, 32} }, |
| 2488 | { {34, 34, 32, 32} }, |
| 2489 | { {34, 34, 32, 32} }, |
| 2490 | }, |
| 2491 | .calTargetPower2GHT20 = { |
| 2492 | { {32, 32, 32, 32, 32, 30, 32, 32, 30, 28, 0, 0, 0, 0} }, |
| 2493 | { {32, 32, 32, 32, 32, 30, 32, 32, 30, 28, 0, 0, 0, 0} }, |
| 2494 | { {32, 32, 32, 32, 32, 30, 32, 32, 30, 28, 0, 0, 0, 0} }, |
| 2495 | }, |
| 2496 | .calTargetPower2GHT40 = { |
| 2497 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 0, 0, 0, 0} }, |
| 2498 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 0, 0, 0, 0} }, |
| 2499 | { {30, 30, 30, 30, 30, 28, 30, 30, 28, 26, 0, 0, 0, 0} }, |
| 2500 | }, |
| 2501 | .ctlIndex_2G = { |
| 2502 | 0x11, 0x12, 0x15, 0x17, 0x41, 0x42, |
| 2503 | 0x45, 0x47, 0x31, 0x32, 0x35, 0x37, |
| 2504 | }, |
| 2505 | .ctl_freqbin_2G = { |
| 2506 | { |
| 2507 | FREQ2FBIN(2412, 1), |
| 2508 | FREQ2FBIN(2417, 1), |
| 2509 | FREQ2FBIN(2457, 1), |
| 2510 | FREQ2FBIN(2462, 1) |
| 2511 | }, |
| 2512 | { |
| 2513 | FREQ2FBIN(2412, 1), |
| 2514 | FREQ2FBIN(2417, 1), |
| 2515 | FREQ2FBIN(2462, 1), |
| 2516 | 0xFF, |
| 2517 | }, |
| 2518 | |
| 2519 | { |
| 2520 | FREQ2FBIN(2412, 1), |
| 2521 | FREQ2FBIN(2417, 1), |
| 2522 | FREQ2FBIN(2462, 1), |
| 2523 | 0xFF, |
| 2524 | }, |
| 2525 | { |
| 2526 | FREQ2FBIN(2422, 1), |
| 2527 | FREQ2FBIN(2427, 1), |
| 2528 | FREQ2FBIN(2447, 1), |
| 2529 | FREQ2FBIN(2452, 1) |
| 2530 | }, |
| 2531 | |
| 2532 | { |
| 2533 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 2534 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 2535 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 2536 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(2484, 1), |
| 2537 | }, |
| 2538 | |
| 2539 | { |
| 2540 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 2541 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 2542 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 2543 | 0, |
| 2544 | }, |
| 2545 | |
| 2546 | { |
| 2547 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 2548 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 2549 | FREQ2FBIN(2472, 1), |
| 2550 | 0, |
| 2551 | }, |
| 2552 | |
| 2553 | { |
| 2554 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 2555 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 2556 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 2557 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 2558 | }, |
| 2559 | |
| 2560 | { |
| 2561 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 2562 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 2563 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 2564 | }, |
| 2565 | |
| 2566 | { |
| 2567 | /* Data[9].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 2568 | /* Data[9].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 2569 | /* Data[9].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 2570 | 0 |
| 2571 | }, |
| 2572 | |
| 2573 | { |
| 2574 | /* Data[10].ctlEdges[0].bChannel */ FREQ2FBIN(2412, 1), |
| 2575 | /* Data[10].ctlEdges[1].bChannel */ FREQ2FBIN(2417, 1), |
| 2576 | /* Data[10].ctlEdges[2].bChannel */ FREQ2FBIN(2472, 1), |
| 2577 | 0 |
| 2578 | }, |
| 2579 | |
| 2580 | { |
| 2581 | /* Data[11].ctlEdges[0].bChannel */ FREQ2FBIN(2422, 1), |
| 2582 | /* Data[11].ctlEdges[1].bChannel */ FREQ2FBIN(2427, 1), |
| 2583 | /* Data[11].ctlEdges[2].bChannel */ FREQ2FBIN(2447, 1), |
| 2584 | /* Data[11].ctlEdges[3].bChannel */ FREQ2FBIN(2462, 1), |
| 2585 | } |
| 2586 | }, |
| 2587 | .ctlPowerData_2G = { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2588 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2589 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2590 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2591 | |
Mohammed Shafi Shajakhan | 81dc676 | 2011-06-17 11:07:32 +0530 | [diff] [blame] | 2592 | { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } }, |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2593 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2594 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2595 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2596 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } }, |
| 2597 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2598 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2599 | |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2600 | { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, |
| 2601 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
| 2602 | { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 1) } }, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2603 | }, |
| 2604 | .modalHeader5G = { |
| 2605 | /* 4 idle,t1,t2,b (4 bits per setting) */ |
| 2606 | .antCtrlCommon = LE32(0x220), |
| 2607 | /* 4 ra1l1, ra2l1, ra1l2,ra2l2,ra12 */ |
| 2608 | .antCtrlCommon2 = LE32(0x44444), |
| 2609 | /* antCtrlChain 6 idle, t,r,rx1,rx12,b (2 bits each) */ |
| 2610 | .antCtrlChain = { |
| 2611 | LE16(0x150), LE16(0x150), LE16(0x150), |
| 2612 | }, |
| 2613 | /* xatten1DB 3 xatten1_db for AR9280 (0xa20c/b20c 5:0) */ |
| 2614 | .xatten1DB = {0x19, 0x19, 0x19}, |
| 2615 | |
| 2616 | /* |
| 2617 | * xatten1Margin[AR9300_MAX_CHAINS]; 3 xatten1_margin |
| 2618 | * for merlin (0xa20c/b20c 16:12 |
| 2619 | */ |
| 2620 | .xatten1Margin = {0x14, 0x14, 0x14}, |
| 2621 | .tempSlope = 70, |
| 2622 | .voltSlope = 0, |
| 2623 | /* spurChans spur channels in usual fbin coding format */ |
| 2624 | .spurChans = {0, 0, 0, 0, 0}, |
| 2625 | /* noiseFloorThreshCh Check if the register is per chain */ |
| 2626 | .noiseFloorThreshCh = {-1, 0, 0}, |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 2627 | .reserved = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, |
| 2628 | .quick_drop = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2629 | .xpaBiasLvl = 0, |
| 2630 | .txFrameToDataStart = 0x0e, |
| 2631 | .txFrameToPaOn = 0x0e, |
| 2632 | .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */ |
| 2633 | .antennaGain = 0, |
| 2634 | .switchSettling = 0x2d, |
| 2635 | .adcDesiredSize = -30, |
| 2636 | .txEndToXpaOff = 0, |
| 2637 | .txEndToRxOn = 0x2, |
| 2638 | .txFrameToXpaOn = 0xe, |
| 2639 | .thresh62 = 28, |
| 2640 | .papdRateMaskHt20 = LE32(0x0cf0e0e0), |
| 2641 | .papdRateMaskHt40 = LE32(0x6cf0e0e0), |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 2642 | .xlna_bias_strength = 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2643 | .futureModal = { |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 2644 | 0, 0, 0, 0, 0, 0, 0, |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2645 | }, |
| 2646 | }, |
| 2647 | .base_ext2 = { |
| 2648 | .tempSlopeLow = 35, |
| 2649 | .tempSlopeHigh = 50, |
| 2650 | .xatten1DBLow = {0, 0, 0}, |
| 2651 | .xatten1MarginLow = {0, 0, 0}, |
| 2652 | .xatten1DBHigh = {0, 0, 0}, |
| 2653 | .xatten1MarginHigh = {0, 0, 0} |
| 2654 | }, |
| 2655 | .calFreqPier5G = { |
Rajkumar Manoharan | 94e2ad9 | 2011-11-08 14:19:34 +0530 | [diff] [blame] | 2656 | FREQ2FBIN(5160, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2657 | FREQ2FBIN(5220, 0), |
| 2658 | FREQ2FBIN(5320, 0), |
| 2659 | FREQ2FBIN(5400, 0), |
| 2660 | FREQ2FBIN(5500, 0), |
| 2661 | FREQ2FBIN(5600, 0), |
| 2662 | FREQ2FBIN(5700, 0), |
| 2663 | FREQ2FBIN(5785, 0) |
| 2664 | }, |
| 2665 | .calPierData5G = { |
| 2666 | { |
| 2667 | {0, 0, 0, 0, 0}, |
| 2668 | {0, 0, 0, 0, 0}, |
| 2669 | {0, 0, 0, 0, 0}, |
| 2670 | {0, 0, 0, 0, 0}, |
| 2671 | {0, 0, 0, 0, 0}, |
| 2672 | {0, 0, 0, 0, 0}, |
| 2673 | {0, 0, 0, 0, 0}, |
| 2674 | {0, 0, 0, 0, 0}, |
| 2675 | }, |
| 2676 | { |
| 2677 | {0, 0, 0, 0, 0}, |
| 2678 | {0, 0, 0, 0, 0}, |
| 2679 | {0, 0, 0, 0, 0}, |
| 2680 | {0, 0, 0, 0, 0}, |
| 2681 | {0, 0, 0, 0, 0}, |
| 2682 | {0, 0, 0, 0, 0}, |
| 2683 | {0, 0, 0, 0, 0}, |
| 2684 | {0, 0, 0, 0, 0}, |
| 2685 | }, |
| 2686 | { |
| 2687 | {0, 0, 0, 0, 0}, |
| 2688 | {0, 0, 0, 0, 0}, |
| 2689 | {0, 0, 0, 0, 0}, |
| 2690 | {0, 0, 0, 0, 0}, |
| 2691 | {0, 0, 0, 0, 0}, |
| 2692 | {0, 0, 0, 0, 0}, |
| 2693 | {0, 0, 0, 0, 0}, |
| 2694 | {0, 0, 0, 0, 0}, |
| 2695 | }, |
| 2696 | |
| 2697 | }, |
| 2698 | .calTarget_freqbin_5G = { |
| 2699 | FREQ2FBIN(5180, 0), |
| 2700 | FREQ2FBIN(5240, 0), |
| 2701 | FREQ2FBIN(5320, 0), |
| 2702 | FREQ2FBIN(5400, 0), |
| 2703 | FREQ2FBIN(5500, 0), |
| 2704 | FREQ2FBIN(5600, 0), |
| 2705 | FREQ2FBIN(5700, 0), |
| 2706 | FREQ2FBIN(5825, 0) |
| 2707 | }, |
| 2708 | .calTarget_freqbin_5GHT20 = { |
| 2709 | FREQ2FBIN(5180, 0), |
| 2710 | FREQ2FBIN(5240, 0), |
| 2711 | FREQ2FBIN(5320, 0), |
| 2712 | FREQ2FBIN(5400, 0), |
| 2713 | FREQ2FBIN(5500, 0), |
| 2714 | FREQ2FBIN(5700, 0), |
| 2715 | FREQ2FBIN(5745, 0), |
| 2716 | FREQ2FBIN(5825, 0) |
| 2717 | }, |
| 2718 | .calTarget_freqbin_5GHT40 = { |
| 2719 | FREQ2FBIN(5180, 0), |
| 2720 | FREQ2FBIN(5240, 0), |
| 2721 | FREQ2FBIN(5320, 0), |
| 2722 | FREQ2FBIN(5400, 0), |
| 2723 | FREQ2FBIN(5500, 0), |
| 2724 | FREQ2FBIN(5700, 0), |
| 2725 | FREQ2FBIN(5745, 0), |
| 2726 | FREQ2FBIN(5825, 0) |
| 2727 | }, |
| 2728 | .calTargetPower5G = { |
| 2729 | /* 6-24,36,48,54 */ |
| 2730 | { {30, 30, 28, 24} }, |
| 2731 | { {30, 30, 28, 24} }, |
| 2732 | { {30, 30, 28, 24} }, |
| 2733 | { {30, 30, 28, 24} }, |
| 2734 | { {30, 30, 28, 24} }, |
| 2735 | { {30, 30, 28, 24} }, |
| 2736 | { {30, 30, 28, 24} }, |
| 2737 | { {30, 30, 28, 24} }, |
| 2738 | }, |
| 2739 | .calTargetPower5GHT20 = { |
| 2740 | /* |
| 2741 | * 0_8_16,1-3_9-11_17-19, |
| 2742 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 2743 | */ |
| 2744 | { {30, 30, 30, 28, 24, 20, 30, 28, 24, 20, 0, 0, 0, 0} }, |
| 2745 | { {30, 30, 30, 28, 24, 20, 30, 28, 24, 20, 0, 0, 0, 0} }, |
| 2746 | { {30, 30, 30, 26, 22, 18, 30, 26, 22, 18, 0, 0, 0, 0} }, |
| 2747 | { {30, 30, 30, 26, 22, 18, 30, 26, 22, 18, 0, 0, 0, 0} }, |
| 2748 | { {30, 30, 30, 24, 20, 16, 30, 24, 20, 16, 0, 0, 0, 0} }, |
| 2749 | { {30, 30, 30, 24, 20, 16, 30, 24, 20, 16, 0, 0, 0, 0} }, |
| 2750 | { {30, 30, 30, 22, 18, 14, 30, 22, 18, 14, 0, 0, 0, 0} }, |
| 2751 | { {30, 30, 30, 22, 18, 14, 30, 22, 18, 14, 0, 0, 0, 0} }, |
| 2752 | }, |
| 2753 | .calTargetPower5GHT40 = { |
| 2754 | /* |
| 2755 | * 0_8_16,1-3_9-11_17-19, |
| 2756 | * 4,5,6,7,12,13,14,15,20,21,22,23 |
| 2757 | */ |
| 2758 | { {28, 28, 28, 26, 22, 18, 28, 26, 22, 18, 0, 0, 0, 0} }, |
| 2759 | { {28, 28, 28, 26, 22, 18, 28, 26, 22, 18, 0, 0, 0, 0} }, |
| 2760 | { {28, 28, 28, 24, 20, 16, 28, 24, 20, 16, 0, 0, 0, 0} }, |
| 2761 | { {28, 28, 28, 24, 20, 16, 28, 24, 20, 16, 0, 0, 0, 0} }, |
| 2762 | { {28, 28, 28, 22, 18, 14, 28, 22, 18, 14, 0, 0, 0, 0} }, |
| 2763 | { {28, 28, 28, 22, 18, 14, 28, 22, 18, 14, 0, 0, 0, 0} }, |
| 2764 | { {28, 28, 28, 20, 16, 12, 28, 20, 16, 12, 0, 0, 0, 0} }, |
| 2765 | { {28, 28, 28, 20, 16, 12, 28, 20, 16, 12, 0, 0, 0, 0} }, |
| 2766 | }, |
| 2767 | .ctlIndex_5G = { |
| 2768 | 0x10, 0x16, 0x18, 0x40, 0x46, |
| 2769 | 0x48, 0x30, 0x36, 0x38 |
| 2770 | }, |
| 2771 | .ctl_freqbin_5G = { |
| 2772 | { |
| 2773 | /* Data[0].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 2774 | /* Data[0].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 2775 | /* Data[0].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 2776 | /* Data[0].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 2777 | /* Data[0].ctlEdges[4].bChannel */ FREQ2FBIN(5600, 0), |
| 2778 | /* Data[0].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 2779 | /* Data[0].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 2780 | /* Data[0].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 2781 | }, |
| 2782 | { |
| 2783 | /* Data[1].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 2784 | /* Data[1].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 2785 | /* Data[1].ctlEdges[2].bChannel */ FREQ2FBIN(5280, 0), |
| 2786 | /* Data[1].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 2787 | /* Data[1].ctlEdges[4].bChannel */ FREQ2FBIN(5520, 0), |
| 2788 | /* Data[1].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 2789 | /* Data[1].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 2790 | /* Data[1].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 2791 | }, |
| 2792 | |
| 2793 | { |
| 2794 | /* Data[2].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 2795 | /* Data[2].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 2796 | /* Data[2].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 2797 | /* Data[2].ctlEdges[3].bChannel */ FREQ2FBIN(5310, 0), |
| 2798 | /* Data[2].ctlEdges[4].bChannel */ FREQ2FBIN(5510, 0), |
| 2799 | /* Data[2].ctlEdges[5].bChannel */ FREQ2FBIN(5550, 0), |
| 2800 | /* Data[2].ctlEdges[6].bChannel */ FREQ2FBIN(5670, 0), |
| 2801 | /* Data[2].ctlEdges[7].bChannel */ FREQ2FBIN(5755, 0) |
| 2802 | }, |
| 2803 | |
| 2804 | { |
| 2805 | /* Data[3].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 2806 | /* Data[3].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 2807 | /* Data[3].ctlEdges[2].bChannel */ FREQ2FBIN(5260, 0), |
| 2808 | /* Data[3].ctlEdges[3].bChannel */ FREQ2FBIN(5320, 0), |
| 2809 | /* Data[3].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 2810 | /* Data[3].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 2811 | /* Data[3].ctlEdges[6].bChannel */ 0xFF, |
| 2812 | /* Data[3].ctlEdges[7].bChannel */ 0xFF, |
| 2813 | }, |
| 2814 | |
| 2815 | { |
| 2816 | /* Data[4].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 2817 | /* Data[4].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 2818 | /* Data[4].ctlEdges[2].bChannel */ FREQ2FBIN(5500, 0), |
| 2819 | /* Data[4].ctlEdges[3].bChannel */ FREQ2FBIN(5700, 0), |
| 2820 | /* Data[4].ctlEdges[4].bChannel */ 0xFF, |
| 2821 | /* Data[4].ctlEdges[5].bChannel */ 0xFF, |
| 2822 | /* Data[4].ctlEdges[6].bChannel */ 0xFF, |
| 2823 | /* Data[4].ctlEdges[7].bChannel */ 0xFF, |
| 2824 | }, |
| 2825 | |
| 2826 | { |
| 2827 | /* Data[5].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 2828 | /* Data[5].ctlEdges[1].bChannel */ FREQ2FBIN(5270, 0), |
| 2829 | /* Data[5].ctlEdges[2].bChannel */ FREQ2FBIN(5310, 0), |
| 2830 | /* Data[5].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 2831 | /* Data[5].ctlEdges[4].bChannel */ FREQ2FBIN(5590, 0), |
| 2832 | /* Data[5].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 2833 | /* Data[5].ctlEdges[6].bChannel */ 0xFF, |
| 2834 | /* Data[5].ctlEdges[7].bChannel */ 0xFF |
| 2835 | }, |
| 2836 | |
| 2837 | { |
| 2838 | /* Data[6].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 2839 | /* Data[6].ctlEdges[1].bChannel */ FREQ2FBIN(5200, 0), |
| 2840 | /* Data[6].ctlEdges[2].bChannel */ FREQ2FBIN(5220, 0), |
| 2841 | /* Data[6].ctlEdges[3].bChannel */ FREQ2FBIN(5260, 0), |
| 2842 | /* Data[6].ctlEdges[4].bChannel */ FREQ2FBIN(5500, 0), |
| 2843 | /* Data[6].ctlEdges[5].bChannel */ FREQ2FBIN(5600, 0), |
| 2844 | /* Data[6].ctlEdges[6].bChannel */ FREQ2FBIN(5700, 0), |
| 2845 | /* Data[6].ctlEdges[7].bChannel */ FREQ2FBIN(5745, 0) |
| 2846 | }, |
| 2847 | |
| 2848 | { |
| 2849 | /* Data[7].ctlEdges[0].bChannel */ FREQ2FBIN(5180, 0), |
| 2850 | /* Data[7].ctlEdges[1].bChannel */ FREQ2FBIN(5260, 0), |
| 2851 | /* Data[7].ctlEdges[2].bChannel */ FREQ2FBIN(5320, 0), |
| 2852 | /* Data[7].ctlEdges[3].bChannel */ FREQ2FBIN(5500, 0), |
| 2853 | /* Data[7].ctlEdges[4].bChannel */ FREQ2FBIN(5560, 0), |
| 2854 | /* Data[7].ctlEdges[5].bChannel */ FREQ2FBIN(5700, 0), |
| 2855 | /* Data[7].ctlEdges[6].bChannel */ FREQ2FBIN(5745, 0), |
| 2856 | /* Data[7].ctlEdges[7].bChannel */ FREQ2FBIN(5825, 0) |
| 2857 | }, |
| 2858 | |
| 2859 | { |
| 2860 | /* Data[8].ctlEdges[0].bChannel */ FREQ2FBIN(5190, 0), |
| 2861 | /* Data[8].ctlEdges[1].bChannel */ FREQ2FBIN(5230, 0), |
| 2862 | /* Data[8].ctlEdges[2].bChannel */ FREQ2FBIN(5270, 0), |
| 2863 | /* Data[8].ctlEdges[3].bChannel */ FREQ2FBIN(5510, 0), |
| 2864 | /* Data[8].ctlEdges[4].bChannel */ FREQ2FBIN(5550, 0), |
| 2865 | /* Data[8].ctlEdges[5].bChannel */ FREQ2FBIN(5670, 0), |
| 2866 | /* Data[8].ctlEdges[6].bChannel */ FREQ2FBIN(5755, 0), |
| 2867 | /* Data[8].ctlEdges[7].bChannel */ FREQ2FBIN(5795, 0) |
| 2868 | } |
| 2869 | }, |
| 2870 | .ctlPowerData_5G = { |
| 2871 | { |
| 2872 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2873 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2874 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2875 | } |
| 2876 | }, |
| 2877 | { |
| 2878 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2879 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2880 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2881 | } |
| 2882 | }, |
| 2883 | { |
| 2884 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2885 | CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 2886 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2887 | } |
| 2888 | }, |
| 2889 | { |
| 2890 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2891 | CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 2892 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2893 | } |
| 2894 | }, |
| 2895 | { |
| 2896 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2897 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
| 2898 | CTL(60, 0), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2899 | } |
| 2900 | }, |
| 2901 | { |
| 2902 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2903 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2904 | CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2905 | } |
| 2906 | }, |
| 2907 | { |
| 2908 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2909 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
| 2910 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2911 | } |
| 2912 | }, |
| 2913 | { |
| 2914 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2915 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
| 2916 | CTL(60, 1), CTL(60, 1), CTL(60, 1), CTL(60, 0), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2917 | } |
| 2918 | }, |
| 2919 | { |
| 2920 | { |
David S. Miller | fe6c791 | 2010-12-08 13:15:38 -0800 | [diff] [blame] | 2921 | CTL(60, 1), CTL(60, 0), CTL(60, 1), CTL(60, 1), |
| 2922 | CTL(60, 1), CTL(60, 1), CTL(60, 0), CTL(60, 1), |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 2923 | } |
| 2924 | }, |
| 2925 | } |
| 2926 | }; |
| 2927 | |
| 2928 | |
| 2929 | static const struct ar9300_eeprom *ar9300_eep_templates[] = { |
| 2930 | &ar9300_default, |
| 2931 | &ar9300_x112, |
| 2932 | &ar9300_h116, |
| 2933 | &ar9300_h112, |
| 2934 | &ar9300_x113, |
| 2935 | }; |
| 2936 | |
| 2937 | static const struct ar9300_eeprom *ar9003_eeprom_struct_find_by_id(int id) |
| 2938 | { |
| 2939 | #define N_LOOP (sizeof(ar9300_eep_templates) / sizeof(ar9300_eep_templates[0])) |
| 2940 | int it; |
| 2941 | |
| 2942 | for (it = 0; it < N_LOOP; it++) |
| 2943 | if (ar9300_eep_templates[it]->templateVersion == id) |
| 2944 | return ar9300_eep_templates[it]; |
| 2945 | return NULL; |
| 2946 | #undef N_LOOP |
| 2947 | } |
| 2948 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2949 | static int ath9k_hw_ar9300_check_eeprom(struct ath_hw *ah) |
| 2950 | { |
| 2951 | return 0; |
| 2952 | } |
| 2953 | |
Vasanthakumar Thiagarajan | bc20680 | 2010-11-10 05:03:14 -0800 | [diff] [blame] | 2954 | static int interpolate(int x, int xa, int xb, int ya, int yb) |
| 2955 | { |
| 2956 | int bf, factor, plus; |
| 2957 | |
| 2958 | bf = 2 * (yb - ya) * (x - xa) / (xb - xa); |
| 2959 | factor = bf / 2; |
| 2960 | plus = bf % 2; |
| 2961 | return ya + factor + plus; |
| 2962 | } |
| 2963 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2964 | static u32 ath9k_hw_ar9300_get_eeprom(struct ath_hw *ah, |
| 2965 | enum eeprom_param param) |
| 2966 | { |
| 2967 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 2968 | struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; |
| 2969 | |
| 2970 | switch (param) { |
| 2971 | case EEP_MAC_LSW: |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 2972 | return get_unaligned_be16(eep->macAddr); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2973 | case EEP_MAC_MID: |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 2974 | return get_unaligned_be16(eep->macAddr + 2); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2975 | case EEP_MAC_MSW: |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 2976 | return get_unaligned_be16(eep->macAddr + 4); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2977 | case EEP_REG_0: |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 2978 | return le16_to_cpu(pBase->regDmn[0]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2979 | case EEP_OP_CAP: |
| 2980 | return pBase->deviceCap; |
| 2981 | case EEP_OP_MODE: |
| 2982 | return pBase->opCapFlags.opFlags; |
| 2983 | case EEP_RF_SILENT: |
| 2984 | return pBase->rfSilent; |
| 2985 | case EEP_TX_MASK: |
| 2986 | return (pBase->txrxMask >> 4) & 0xf; |
| 2987 | case EEP_RX_MASK: |
| 2988 | return pBase->txrxMask & 0xf; |
Felix Fietkau | 4935250 | 2010-06-12 00:33:59 -0400 | [diff] [blame] | 2989 | case EEP_PAPRD: |
| 2990 | return !!(pBase->featureEnable & BIT(5)); |
Mohammed Shafi Shajakhan | ea066d5 | 2010-11-23 20:42:27 +0530 | [diff] [blame] | 2991 | case EEP_CHAIN_MASK_REDUCE: |
| 2992 | return (pBase->miscConfiguration >> 0x3) & 0x1; |
Vasanthakumar Thiagarajan | 47e84df | 2010-12-06 04:27:49 -0800 | [diff] [blame] | 2993 | case EEP_ANT_DIV_CTL1: |
Rajkumar Manoharan | 5479de6 | 2011-07-17 11:43:02 +0530 | [diff] [blame] | 2994 | return eep->base_ext1.ant_div_control; |
Felix Fietkau | ca2c68c | 2011-10-08 20:06:20 +0200 | [diff] [blame] | 2995 | case EEP_ANTENNA_GAIN_5G: |
| 2996 | return eep->modalHeader5G.antennaGain; |
| 2997 | case EEP_ANTENNA_GAIN_2G: |
| 2998 | return eep->modalHeader2G.antennaGain; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 2999 | default: |
| 3000 | return 0; |
| 3001 | } |
| 3002 | } |
| 3003 | |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3004 | static bool ar9300_eeprom_read_byte(struct ath_hw *ah, int address, |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3005 | u8 *buffer) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3006 | { |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3007 | u16 val; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3008 | |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3009 | if (unlikely(!ath9k_hw_nvram_read(ah, address / 2, &val))) |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3010 | return false; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3011 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3012 | *buffer = (val >> (8 * (address % 2))) & 0xff; |
| 3013 | return true; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3014 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3015 | |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3016 | static bool ar9300_eeprom_read_word(struct ath_hw *ah, int address, |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3017 | u8 *buffer) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3018 | { |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3019 | u16 val; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3020 | |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3021 | if (unlikely(!ath9k_hw_nvram_read(ah, address / 2, &val))) |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3022 | return false; |
| 3023 | |
| 3024 | buffer[0] = val >> 8; |
| 3025 | buffer[1] = val & 0xff; |
| 3026 | |
| 3027 | return true; |
| 3028 | } |
| 3029 | |
| 3030 | static bool ar9300_read_eeprom(struct ath_hw *ah, int address, u8 *buffer, |
| 3031 | int count) |
| 3032 | { |
| 3033 | struct ath_common *common = ath9k_hw_common(ah); |
| 3034 | int i; |
| 3035 | |
| 3036 | if ((address < 0) || ((address + count) / 2 > AR9300_EEPROM_SIZE - 1)) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3037 | ath_dbg(common, EEPROM, "eeprom address not in range\n"); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3038 | return false; |
| 3039 | } |
| 3040 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3041 | /* |
| 3042 | * Since we're reading the bytes in reverse order from a little-endian |
| 3043 | * word stream, an even address means we only use the lower half of |
| 3044 | * the 16-bit word at that address |
| 3045 | */ |
| 3046 | if (address % 2 == 0) { |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3047 | if (!ar9300_eeprom_read_byte(ah, address--, buffer++)) |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3048 | goto error; |
| 3049 | |
| 3050 | count--; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3051 | } |
| 3052 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3053 | for (i = 0; i < count / 2; i++) { |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3054 | if (!ar9300_eeprom_read_word(ah, address, buffer)) |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3055 | goto error; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3056 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3057 | address -= 2; |
| 3058 | buffer += 2; |
| 3059 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3060 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3061 | if (count % 2) |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3062 | if (!ar9300_eeprom_read_byte(ah, address, buffer)) |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3063 | goto error; |
| 3064 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3065 | return true; |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3066 | |
| 3067 | error: |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3068 | ath_dbg(common, EEPROM, "unable to read eeprom region at offset %d\n", |
| 3069 | address); |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3070 | return false; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3071 | } |
| 3072 | |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3073 | static bool ar9300_otp_read_word(struct ath_hw *ah, int addr, u32 *data) |
| 3074 | { |
| 3075 | REG_READ(ah, AR9300_OTP_BASE + (4 * addr)); |
| 3076 | |
| 3077 | if (!ath9k_hw_wait(ah, AR9300_OTP_STATUS, AR9300_OTP_STATUS_TYPE, |
| 3078 | AR9300_OTP_STATUS_VALID, 1000)) |
| 3079 | return false; |
| 3080 | |
| 3081 | *data = REG_READ(ah, AR9300_OTP_READ_DATA); |
| 3082 | return true; |
| 3083 | } |
| 3084 | |
| 3085 | static bool ar9300_read_otp(struct ath_hw *ah, int address, u8 *buffer, |
| 3086 | int count) |
| 3087 | { |
| 3088 | u32 data; |
| 3089 | int i; |
| 3090 | |
| 3091 | for (i = 0; i < count; i++) { |
| 3092 | int offset = 8 * ((address - i) % 4); |
| 3093 | if (!ar9300_otp_read_word(ah, (address - i) / 4, &data)) |
| 3094 | return false; |
| 3095 | |
| 3096 | buffer[i] = (data >> offset) & 0xff; |
| 3097 | } |
| 3098 | |
| 3099 | return true; |
| 3100 | } |
| 3101 | |
| 3102 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3103 | static void ar9300_comp_hdr_unpack(u8 *best, int *code, int *reference, |
| 3104 | int *length, int *major, int *minor) |
| 3105 | { |
| 3106 | unsigned long value[4]; |
| 3107 | |
| 3108 | value[0] = best[0]; |
| 3109 | value[1] = best[1]; |
| 3110 | value[2] = best[2]; |
| 3111 | value[3] = best[3]; |
| 3112 | *code = ((value[0] >> 5) & 0x0007); |
| 3113 | *reference = (value[0] & 0x001f) | ((value[1] >> 2) & 0x0020); |
| 3114 | *length = ((value[1] << 4) & 0x07f0) | ((value[2] >> 4) & 0x000f); |
| 3115 | *major = (value[2] & 0x000f); |
| 3116 | *minor = (value[3] & 0x00ff); |
| 3117 | } |
| 3118 | |
| 3119 | static u16 ar9300_comp_cksum(u8 *data, int dsize) |
| 3120 | { |
| 3121 | int it, checksum = 0; |
| 3122 | |
| 3123 | for (it = 0; it < dsize; it++) { |
| 3124 | checksum += data[it]; |
| 3125 | checksum &= 0xffff; |
| 3126 | } |
| 3127 | |
| 3128 | return checksum; |
| 3129 | } |
| 3130 | |
| 3131 | static bool ar9300_uncompress_block(struct ath_hw *ah, |
| 3132 | u8 *mptr, |
| 3133 | int mdataSize, |
| 3134 | u8 *block, |
| 3135 | int size) |
| 3136 | { |
| 3137 | int it; |
| 3138 | int spot; |
| 3139 | int offset; |
| 3140 | int length; |
| 3141 | struct ath_common *common = ath9k_hw_common(ah); |
| 3142 | |
| 3143 | spot = 0; |
| 3144 | |
| 3145 | for (it = 0; it < size; it += (length+2)) { |
| 3146 | offset = block[it]; |
| 3147 | offset &= 0xff; |
| 3148 | spot += offset; |
| 3149 | length = block[it+1]; |
| 3150 | length &= 0xff; |
| 3151 | |
Luis R. Rodriguez | 803288e | 2010-08-30 19:26:32 -0400 | [diff] [blame] | 3152 | if (length > 0 && spot >= 0 && spot+length <= mdataSize) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3153 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3154 | "Restore at %d: spot=%d offset=%d length=%d\n", |
| 3155 | it, spot, offset, length); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3156 | memcpy(&mptr[spot], &block[it+2], length); |
| 3157 | spot += length; |
| 3158 | } else if (length > 0) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3159 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3160 | "Bad restore at %d: spot=%d offset=%d length=%d\n", |
| 3161 | it, spot, offset, length); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3162 | return false; |
| 3163 | } |
| 3164 | } |
| 3165 | return true; |
| 3166 | } |
| 3167 | |
| 3168 | static int ar9300_compress_decision(struct ath_hw *ah, |
| 3169 | int it, |
| 3170 | int code, |
| 3171 | int reference, |
| 3172 | u8 *mptr, |
| 3173 | u8 *word, int length, int mdata_size) |
| 3174 | { |
| 3175 | struct ath_common *common = ath9k_hw_common(ah); |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 3176 | const struct ar9300_eeprom *eep = NULL; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3177 | |
| 3178 | switch (code) { |
| 3179 | case _CompressNone: |
| 3180 | if (length != mdata_size) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3181 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3182 | "EEPROM structure size mismatch memory=%d eeprom=%d\n", |
| 3183 | mdata_size, length); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3184 | return -1; |
| 3185 | } |
Joe Perches | 2c20889 | 2012-06-04 12:44:17 +0000 | [diff] [blame] | 3186 | memcpy(mptr, word + COMP_HDR_LEN, length); |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3187 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3188 | "restored eeprom %d: uncompressed, length %d\n", |
| 3189 | it, length); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3190 | break; |
| 3191 | case _CompressBlock: |
| 3192 | if (reference == 0) { |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3193 | } else { |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 3194 | eep = ar9003_eeprom_struct_find_by_id(reference); |
| 3195 | if (eep == NULL) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3196 | ath_dbg(common, EEPROM, |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 3197 | "can't find reference eeprom struct %d\n", |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3198 | reference); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3199 | return -1; |
| 3200 | } |
Senthil Balasubramanian | 3092354 | 2010-11-10 05:03:10 -0800 | [diff] [blame] | 3201 | memcpy(mptr, eep, mdata_size); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3202 | } |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3203 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3204 | "restore eeprom %d: block, reference %d, length %d\n", |
| 3205 | it, reference, length); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3206 | ar9300_uncompress_block(ah, mptr, mdata_size, |
Joe Perches | 2c20889 | 2012-06-04 12:44:17 +0000 | [diff] [blame] | 3207 | (word + COMP_HDR_LEN), length); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3208 | break; |
| 3209 | default: |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3210 | ath_dbg(common, EEPROM, "unknown compression code %d\n", code); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3211 | return -1; |
| 3212 | } |
| 3213 | return 0; |
| 3214 | } |
| 3215 | |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3216 | typedef bool (*eeprom_read_op)(struct ath_hw *ah, int address, u8 *buffer, |
| 3217 | int count); |
| 3218 | |
| 3219 | static bool ar9300_check_header(void *data) |
| 3220 | { |
| 3221 | u32 *word = data; |
| 3222 | return !(*word == 0 || *word == ~0); |
| 3223 | } |
| 3224 | |
| 3225 | static bool ar9300_check_eeprom_header(struct ath_hw *ah, eeprom_read_op read, |
| 3226 | int base_addr) |
| 3227 | { |
| 3228 | u8 header[4]; |
| 3229 | |
| 3230 | if (!read(ah, base_addr, header, 4)) |
| 3231 | return false; |
| 3232 | |
| 3233 | return ar9300_check_header(header); |
| 3234 | } |
| 3235 | |
Felix Fietkau | aaa13ca | 2010-11-17 04:19:47 +0100 | [diff] [blame] | 3236 | static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, |
| 3237 | int mdata_size) |
| 3238 | { |
Felix Fietkau | aaa13ca | 2010-11-17 04:19:47 +0100 | [diff] [blame] | 3239 | u16 *data = (u16 *) mptr; |
| 3240 | int i; |
| 3241 | |
| 3242 | for (i = 0; i < mdata_size / 2; i++, data++) |
Gabor Juhos | 0e4b9f2 | 2012-12-10 15:30:27 +0100 | [diff] [blame] | 3243 | ath9k_hw_nvram_read(ah, i, data); |
Felix Fietkau | aaa13ca | 2010-11-17 04:19:47 +0100 | [diff] [blame] | 3244 | |
| 3245 | return 0; |
| 3246 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3247 | /* |
| 3248 | * Read the configuration data from the eeprom. |
| 3249 | * The data can be put in any specified memory buffer. |
| 3250 | * |
| 3251 | * Returns -1 on error. |
| 3252 | * Returns address of next memory location on success. |
| 3253 | */ |
| 3254 | static int ar9300_eeprom_restore_internal(struct ath_hw *ah, |
| 3255 | u8 *mptr, int mdata_size) |
| 3256 | { |
| 3257 | #define MDEFAULT 15 |
| 3258 | #define MSTATE 100 |
| 3259 | int cptr; |
| 3260 | u8 *word; |
| 3261 | int code; |
| 3262 | int reference, length, major, minor; |
| 3263 | int osize; |
| 3264 | int it; |
| 3265 | u16 checksum, mchecksum; |
| 3266 | struct ath_common *common = ath9k_hw_common(ah); |
Felix Fietkau | 0196736 | 2012-07-15 19:53:29 +0200 | [diff] [blame] | 3267 | struct ar9300_eeprom *eep; |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3268 | eeprom_read_op read; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3269 | |
Felix Fietkau | 0196736 | 2012-07-15 19:53:29 +0200 | [diff] [blame] | 3270 | if (ath9k_hw_use_flash(ah)) { |
| 3271 | u8 txrx; |
| 3272 | |
| 3273 | ar9300_eeprom_restore_flash(ah, mptr, mdata_size); |
| 3274 | |
| 3275 | /* check if eeprom contains valid data */ |
| 3276 | eep = (struct ar9300_eeprom *) mptr; |
| 3277 | txrx = eep->baseEepHeader.txrxMask; |
| 3278 | if (txrx != 0 && txrx != 0xff) |
| 3279 | return 0; |
| 3280 | } |
Felix Fietkau | aaa13ca | 2010-11-17 04:19:47 +0100 | [diff] [blame] | 3281 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3282 | word = kzalloc(2048, GFP_KERNEL); |
| 3283 | if (!word) |
Larry Finger | 1ba45b9 | 2011-08-27 13:56:00 -0500 | [diff] [blame] | 3284 | return -ENOMEM; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3285 | |
| 3286 | memcpy(mptr, &ar9300_default, mdata_size); |
| 3287 | |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3288 | read = ar9300_read_eeprom; |
Vasanthakumar Thiagarajan | 60e0c3a | 2010-12-06 04:27:39 -0800 | [diff] [blame] | 3289 | if (AR_SREV_9485(ah)) |
| 3290 | cptr = AR9300_BASE_ADDR_4K; |
Gabor Juhos | 5b5c033 | 2011-06-21 11:23:38 +0200 | [diff] [blame] | 3291 | else if (AR_SREV_9330(ah)) |
| 3292 | cptr = AR9300_BASE_ADDR_512; |
Vasanthakumar Thiagarajan | 60e0c3a | 2010-12-06 04:27:39 -0800 | [diff] [blame] | 3293 | else |
| 3294 | cptr = AR9300_BASE_ADDR; |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3295 | ath_dbg(common, EEPROM, "Trying EEPROM access at Address 0x%04x\n", |
| 3296 | cptr); |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3297 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
| 3298 | goto found; |
| 3299 | |
| 3300 | cptr = AR9300_BASE_ADDR_512; |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3301 | ath_dbg(common, EEPROM, "Trying EEPROM access at Address 0x%04x\n", |
| 3302 | cptr); |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3303 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
| 3304 | goto found; |
| 3305 | |
| 3306 | read = ar9300_read_otp; |
| 3307 | cptr = AR9300_BASE_ADDR; |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3308 | ath_dbg(common, EEPROM, "Trying OTP access at Address 0x%04x\n", cptr); |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3309 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
| 3310 | goto found; |
| 3311 | |
| 3312 | cptr = AR9300_BASE_ADDR_512; |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3313 | ath_dbg(common, EEPROM, "Trying OTP access at Address 0x%04x\n", cptr); |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3314 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
| 3315 | goto found; |
| 3316 | |
| 3317 | goto fail; |
| 3318 | |
| 3319 | found: |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3320 | ath_dbg(common, EEPROM, "Found valid EEPROM data\n"); |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3321 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3322 | for (it = 0; it < MSTATE; it++) { |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3323 | if (!read(ah, cptr, word, COMP_HDR_LEN)) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3324 | goto fail; |
| 3325 | |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3326 | if (!ar9300_check_header(word)) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3327 | break; |
| 3328 | |
| 3329 | ar9300_comp_hdr_unpack(word, &code, &reference, |
| 3330 | &length, &major, &minor); |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3331 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3332 | "Found block at %x: code=%d ref=%d length=%d major=%d minor=%d\n", |
| 3333 | cptr, code, reference, length, major, minor); |
Vasanthakumar Thiagarajan | 60e0c3a | 2010-12-06 04:27:39 -0800 | [diff] [blame] | 3334 | if ((!AR_SREV_9485(ah) && length >= 1024) || |
Vasanthakumar Thiagarajan | d0ce2d1 | 2010-12-21 01:42:43 -0800 | [diff] [blame] | 3335 | (AR_SREV_9485(ah) && length > EEPROM_DATA_LEN_9485)) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3336 | ath_dbg(common, EEPROM, "Skipping bad header\n"); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3337 | cptr -= COMP_HDR_LEN; |
| 3338 | continue; |
| 3339 | } |
| 3340 | |
| 3341 | osize = length; |
Felix Fietkau | 488f6ba | 2010-11-16 19:20:28 +0100 | [diff] [blame] | 3342 | read(ah, cptr, word, COMP_HDR_LEN + osize + COMP_CKSUM_LEN); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3343 | checksum = ar9300_comp_cksum(&word[COMP_HDR_LEN], length); |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 3344 | mchecksum = get_unaligned_le16(&word[COMP_HDR_LEN + osize]); |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3345 | ath_dbg(common, EEPROM, "checksum %x %x\n", |
| 3346 | checksum, mchecksum); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3347 | if (checksum == mchecksum) { |
| 3348 | ar9300_compress_decision(ah, it, code, reference, mptr, |
| 3349 | word, length, mdata_size); |
| 3350 | } else { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 3351 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 3352 | "skipping block with bad checksum\n"); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3353 | } |
| 3354 | cptr -= (COMP_HDR_LEN + osize + COMP_CKSUM_LEN); |
| 3355 | } |
| 3356 | |
| 3357 | kfree(word); |
| 3358 | return cptr; |
| 3359 | |
| 3360 | fail: |
| 3361 | kfree(word); |
| 3362 | return -1; |
| 3363 | } |
| 3364 | |
| 3365 | /* |
| 3366 | * Restore the configuration structure by reading the eeprom. |
| 3367 | * This function destroys any existing in-memory structure |
| 3368 | * content. |
| 3369 | */ |
| 3370 | static bool ath9k_hw_ar9300_fill_eeprom(struct ath_hw *ah) |
| 3371 | { |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3372 | u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3373 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3374 | if (ar9300_eeprom_restore_internal(ah, mptr, |
| 3375 | sizeof(struct ar9300_eeprom)) < 0) |
| 3376 | return false; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3377 | |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3378 | return true; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3379 | } |
| 3380 | |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 3381 | #if defined(CONFIG_ATH9K_DEBUGFS) || defined(CONFIG_ATH9K_HTC_DEBUGFS) |
| 3382 | static u32 ar9003_dump_modal_eeprom(char *buf, u32 len, u32 size, |
| 3383 | struct ar9300_modal_eep_header *modal_hdr) |
| 3384 | { |
| 3385 | PR_EEP("Chain0 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[0])); |
| 3386 | PR_EEP("Chain1 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[1])); |
| 3387 | PR_EEP("Chain2 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[2])); |
| 3388 | PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); |
| 3389 | PR_EEP("Ant. Common Control2", le32_to_cpu(modal_hdr->antCtrlCommon2)); |
| 3390 | PR_EEP("Ant. Gain", modal_hdr->antennaGain); |
| 3391 | PR_EEP("Switch Settle", modal_hdr->switchSettling); |
| 3392 | PR_EEP("Chain0 xatten1DB", modal_hdr->xatten1DB[0]); |
| 3393 | PR_EEP("Chain1 xatten1DB", modal_hdr->xatten1DB[1]); |
| 3394 | PR_EEP("Chain2 xatten1DB", modal_hdr->xatten1DB[2]); |
| 3395 | PR_EEP("Chain0 xatten1Margin", modal_hdr->xatten1Margin[0]); |
| 3396 | PR_EEP("Chain1 xatten1Margin", modal_hdr->xatten1Margin[1]); |
| 3397 | PR_EEP("Chain2 xatten1Margin", modal_hdr->xatten1Margin[2]); |
| 3398 | PR_EEP("Temp Slope", modal_hdr->tempSlope); |
| 3399 | PR_EEP("Volt Slope", modal_hdr->voltSlope); |
| 3400 | PR_EEP("spur Channels0", modal_hdr->spurChans[0]); |
| 3401 | PR_EEP("spur Channels1", modal_hdr->spurChans[1]); |
| 3402 | PR_EEP("spur Channels2", modal_hdr->spurChans[2]); |
| 3403 | PR_EEP("spur Channels3", modal_hdr->spurChans[3]); |
| 3404 | PR_EEP("spur Channels4", modal_hdr->spurChans[4]); |
| 3405 | PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); |
| 3406 | PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); |
| 3407 | PR_EEP("Chain2 NF Threshold", modal_hdr->noiseFloorThreshCh[2]); |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 3408 | PR_EEP("Quick Drop", modal_hdr->quick_drop); |
Rajkumar Manoharan | 202bff0 | 2011-11-08 14:19:33 +0530 | [diff] [blame] | 3409 | PR_EEP("txEndToXpaOff", modal_hdr->txEndToXpaOff); |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 3410 | PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); |
| 3411 | PR_EEP("txFrameToDataStart", modal_hdr->txFrameToDataStart); |
| 3412 | PR_EEP("txFrameToPaOn", modal_hdr->txFrameToPaOn); |
| 3413 | PR_EEP("txFrameToXpaOn", modal_hdr->txFrameToXpaOn); |
| 3414 | PR_EEP("txClip", modal_hdr->txClip); |
| 3415 | PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 3416 | |
| 3417 | return len; |
| 3418 | } |
| 3419 | |
| 3420 | static u32 ath9k_hw_ar9003_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, |
| 3421 | u8 *buf, u32 len, u32 size) |
| 3422 | { |
| 3423 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3424 | struct ar9300_base_eep_hdr *pBase; |
| 3425 | |
| 3426 | if (!dump_base_hdr) { |
| 3427 | len += snprintf(buf + len, size - len, |
| 3428 | "%20s :\n", "2GHz modal Header"); |
Mohammed Shafi Shajakhan | d25360b | 2012-05-15 15:24:47 +0530 | [diff] [blame] | 3429 | len = ar9003_dump_modal_eeprom(buf, len, size, |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 3430 | &eep->modalHeader2G); |
| 3431 | len += snprintf(buf + len, size - len, |
| 3432 | "%20s :\n", "5GHz modal Header"); |
Mohammed Shafi Shajakhan | d25360b | 2012-05-15 15:24:47 +0530 | [diff] [blame] | 3433 | len = ar9003_dump_modal_eeprom(buf, len, size, |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 3434 | &eep->modalHeader5G); |
| 3435 | goto out; |
| 3436 | } |
| 3437 | |
| 3438 | pBase = &eep->baseEepHeader; |
| 3439 | |
| 3440 | PR_EEP("EEPROM Version", ah->eeprom.ar9300_eep.eepromVersion); |
| 3441 | PR_EEP("RegDomain1", le16_to_cpu(pBase->regDmn[0])); |
| 3442 | PR_EEP("RegDomain2", le16_to_cpu(pBase->regDmn[1])); |
| 3443 | PR_EEP("TX Mask", (pBase->txrxMask >> 4)); |
| 3444 | PR_EEP("RX Mask", (pBase->txrxMask & 0x0f)); |
| 3445 | PR_EEP("Allow 5GHz", !!(pBase->opCapFlags.opFlags & |
| 3446 | AR5416_OPFLAGS_11A)); |
| 3447 | PR_EEP("Allow 2GHz", !!(pBase->opCapFlags.opFlags & |
| 3448 | AR5416_OPFLAGS_11G)); |
| 3449 | PR_EEP("Disable 2GHz HT20", !!(pBase->opCapFlags.opFlags & |
| 3450 | AR5416_OPFLAGS_N_2G_HT20)); |
| 3451 | PR_EEP("Disable 2GHz HT40", !!(pBase->opCapFlags.opFlags & |
| 3452 | AR5416_OPFLAGS_N_2G_HT40)); |
| 3453 | PR_EEP("Disable 5Ghz HT20", !!(pBase->opCapFlags.opFlags & |
| 3454 | AR5416_OPFLAGS_N_5G_HT20)); |
| 3455 | PR_EEP("Disable 5Ghz HT40", !!(pBase->opCapFlags.opFlags & |
| 3456 | AR5416_OPFLAGS_N_5G_HT40)); |
| 3457 | PR_EEP("Big Endian", !!(pBase->opCapFlags.eepMisc & 0x01)); |
| 3458 | PR_EEP("RF Silent", pBase->rfSilent); |
| 3459 | PR_EEP("BT option", pBase->blueToothOptions); |
| 3460 | PR_EEP("Device Cap", pBase->deviceCap); |
| 3461 | PR_EEP("Device Type", pBase->deviceType); |
| 3462 | PR_EEP("Power Table Offset", pBase->pwrTableOffset); |
| 3463 | PR_EEP("Tuning Caps1", pBase->params_for_tuning_caps[0]); |
| 3464 | PR_EEP("Tuning Caps2", pBase->params_for_tuning_caps[1]); |
| 3465 | PR_EEP("Enable Tx Temp Comp", !!(pBase->featureEnable & BIT(0))); |
| 3466 | PR_EEP("Enable Tx Volt Comp", !!(pBase->featureEnable & BIT(1))); |
| 3467 | PR_EEP("Enable fast clock", !!(pBase->featureEnable & BIT(2))); |
| 3468 | PR_EEP("Enable doubling", !!(pBase->featureEnable & BIT(3))); |
| 3469 | PR_EEP("Internal regulator", !!(pBase->featureEnable & BIT(4))); |
| 3470 | PR_EEP("Enable Paprd", !!(pBase->featureEnable & BIT(5))); |
| 3471 | PR_EEP("Driver Strength", !!(pBase->miscConfiguration & BIT(0))); |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 3472 | PR_EEP("Quick Drop", !!(pBase->miscConfiguration & BIT(1))); |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 3473 | PR_EEP("Chain mask Reduce", (pBase->miscConfiguration >> 0x3) & 0x1); |
| 3474 | PR_EEP("Write enable Gpio", pBase->eepromWriteEnableGpio); |
| 3475 | PR_EEP("WLAN Disable Gpio", pBase->wlanDisableGpio); |
| 3476 | PR_EEP("WLAN LED Gpio", pBase->wlanLedGpio); |
| 3477 | PR_EEP("Rx Band Select Gpio", pBase->rxBandSelectGpio); |
| 3478 | PR_EEP("Tx Gain", pBase->txrxgain >> 4); |
| 3479 | PR_EEP("Rx Gain", pBase->txrxgain & 0xf); |
| 3480 | PR_EEP("SW Reg", le32_to_cpu(pBase->swreg)); |
| 3481 | |
| 3482 | len += snprintf(buf + len, size - len, "%20s : %pM\n", "MacAddress", |
| 3483 | ah->eeprom.ar9300_eep.macAddr); |
| 3484 | out: |
| 3485 | if (len > size) |
| 3486 | len = size; |
| 3487 | |
| 3488 | return len; |
| 3489 | } |
| 3490 | #else |
| 3491 | static u32 ath9k_hw_ar9003_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, |
| 3492 | u8 *buf, u32 len, u32 size) |
| 3493 | { |
| 3494 | return 0; |
| 3495 | } |
| 3496 | #endif |
| 3497 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3498 | /* XXX: review hardware docs */ |
| 3499 | static int ath9k_hw_ar9300_get_eeprom_ver(struct ath_hw *ah) |
| 3500 | { |
| 3501 | return ah->eeprom.ar9300_eep.eepromVersion; |
| 3502 | } |
| 3503 | |
| 3504 | /* XXX: could be read from the eepromVersion, not sure yet */ |
| 3505 | static int ath9k_hw_ar9300_get_eeprom_rev(struct ath_hw *ah) |
| 3506 | { |
| 3507 | return 0; |
| 3508 | } |
| 3509 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3510 | static struct ar9300_modal_eep_header *ar9003_modal_header(struct ath_hw *ah, |
| 3511 | bool is2ghz) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3512 | { |
| 3513 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3514 | |
| 3515 | if (is2ghz) |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3516 | return &eep->modalHeader2G; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3517 | else |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3518 | return &eep->modalHeader5G; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3519 | } |
| 3520 | |
| 3521 | static void ar9003_hw_xpa_bias_level_apply(struct ath_hw *ah, bool is2ghz) |
| 3522 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3523 | int bias = ar9003_modal_header(ah, is2ghz)->xpaBiasLvl; |
Vasanthakumar Thiagarajan | 9936e65 | 2010-12-06 04:27:48 -0800 | [diff] [blame] | 3524 | |
Gabor Juhos | dc9aa5f | 2011-06-21 11:23:39 +0200 | [diff] [blame] | 3525 | if (AR_SREV_9485(ah) || AR_SREV_9330(ah) || AR_SREV_9340(ah)) |
Vasanthakumar Thiagarajan | 9936e65 | 2010-12-06 04:27:48 -0800 | [diff] [blame] | 3526 | REG_RMW_FIELD(ah, AR_CH0_TOP2, AR_CH0_TOP2_XPABIASLVL, bias); |
Sujith Manoharan | a4a2954 | 2012-09-10 09:20:03 +0530 | [diff] [blame] | 3527 | else if (AR_SREV_9462(ah) || AR_SREV_9550(ah) || AR_SREV_9565(ah)) |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3528 | REG_RMW_FIELD(ah, AR_CH0_TOP, AR_CH0_TOP_XPABIASLVL, bias); |
Vasanthakumar Thiagarajan | 9936e65 | 2010-12-06 04:27:48 -0800 | [diff] [blame] | 3529 | else { |
| 3530 | REG_RMW_FIELD(ah, AR_CH0_TOP, AR_CH0_TOP_XPABIASLVL, bias); |
Rajkumar Manoharan | 165af96 | 2011-05-09 19:11:26 +0530 | [diff] [blame] | 3531 | REG_RMW_FIELD(ah, AR_CH0_THERM, |
| 3532 | AR_CH0_THERM_XPABIASLVL_MSB, |
| 3533 | bias >> 2); |
| 3534 | REG_RMW_FIELD(ah, AR_CH0_THERM, |
| 3535 | AR_CH0_THERM_XPASHORT2GND, 1); |
Vasanthakumar Thiagarajan | 9936e65 | 2010-12-06 04:27:48 -0800 | [diff] [blame] | 3536 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3537 | } |
| 3538 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3539 | static u16 ar9003_switch_com_spdt_get(struct ath_hw *ah, bool is2ghz) |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3540 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3541 | return le16_to_cpu(ar9003_modal_header(ah, is2ghz)->switchcomspdt); |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3542 | } |
| 3543 | |
| 3544 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3545 | static u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz) |
| 3546 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3547 | return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3548 | } |
| 3549 | |
| 3550 | static u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz) |
| 3551 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3552 | return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon2); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3553 | } |
| 3554 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3555 | static u16 ar9003_hw_ant_ctrl_chain_get(struct ath_hw *ah, int chain, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3556 | bool is2ghz) |
| 3557 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3558 | __le16 val = ar9003_modal_header(ah, is2ghz)->antCtrlChain[chain]; |
Felix Fietkau | ffdc4cb | 2010-05-11 17:23:03 +0200 | [diff] [blame] | 3559 | return le16_to_cpu(val); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3560 | } |
| 3561 | |
| 3562 | static void ar9003_hw_ant_ctrl_apply(struct ath_hw *ah, bool is2ghz) |
| 3563 | { |
Sujith Manoharan | 7bdea96 | 2013-08-04 14:22:00 +0530 | [diff] [blame^] | 3564 | struct ath_common *common = ath9k_hw_common(ah); |
Sujith Manoharan | 915154b | 2012-09-16 08:05:23 +0530 | [diff] [blame] | 3565 | struct ath9k_hw_capabilities *pCap = &ah->caps; |
Vasanthakumar Thiagarajan | 2976bc5 | 2011-04-19 19:29:15 +0530 | [diff] [blame] | 3566 | int chain; |
Sujith Manoharan | 9b60b64 | 2013-06-13 22:51:26 +0530 | [diff] [blame] | 3567 | u32 regval, value, gpio; |
Vasanthakumar Thiagarajan | 2976bc5 | 2011-04-19 19:29:15 +0530 | [diff] [blame] | 3568 | static const u32 switch_chain_reg[AR9300_MAX_CHAINS] = { |
| 3569 | AR_PHY_SWITCH_CHAIN_0, |
| 3570 | AR_PHY_SWITCH_CHAIN_1, |
| 3571 | AR_PHY_SWITCH_CHAIN_2, |
| 3572 | }; |
| 3573 | |
Sujith Manoharan | 9b60b64 | 2013-06-13 22:51:26 +0530 | [diff] [blame] | 3574 | if (AR_SREV_9485(ah) && (ar9003_hw_get_rx_gain_idx(ah) == 0)) { |
| 3575 | if (ah->config.xlna_gpio) |
| 3576 | gpio = ah->config.xlna_gpio; |
| 3577 | else |
| 3578 | gpio = AR9300_EXT_LNA_CTL_GPIO_AR9485; |
| 3579 | |
Sujith Manoharan | bac76a3 | 2013-06-17 07:01:47 +0530 | [diff] [blame] | 3580 | ath9k_hw_cfg_output(ah, gpio, |
Sujith Manoharan | 30d5b70 | 2013-06-10 13:49:38 +0530 | [diff] [blame] | 3581 | AR_GPIO_OUTPUT_MUX_AS_PCIE_ATTENTION_LED); |
Sujith Manoharan | 9b60b64 | 2013-06-13 22:51:26 +0530 | [diff] [blame] | 3582 | } |
Sujith Manoharan | 30d5b70 | 2013-06-10 13:49:38 +0530 | [diff] [blame] | 3583 | |
| 3584 | value = ar9003_hw_ant_ctrl_common_get(ah, is2ghz); |
Vasanthakumar Thiagarajan | 2976bc5 | 2011-04-19 19:29:15 +0530 | [diff] [blame] | 3585 | |
Sujith Manoharan | a4a2954 | 2012-09-10 09:20:03 +0530 | [diff] [blame] | 3586 | if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) { |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3587 | REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM, |
Rajkumar Manoharan | 423e38e | 2011-10-13 11:00:44 +0530 | [diff] [blame] | 3588 | AR_SWITCH_TABLE_COM_AR9462_ALL, value); |
Gabor Juhos | 2d00de4 | 2012-07-03 19:13:26 +0200 | [diff] [blame] | 3589 | } else if (AR_SREV_9550(ah)) { |
| 3590 | REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM, |
| 3591 | AR_SWITCH_TABLE_COM_AR9550_ALL, value); |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3592 | } else |
| 3593 | REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM, |
| 3594 | AR_SWITCH_TABLE_COM_ALL, value); |
| 3595 | |
| 3596 | |
| 3597 | /* |
Rajkumar Manoharan | 423e38e | 2011-10-13 11:00:44 +0530 | [diff] [blame] | 3598 | * AR9462 defines new switch table for BT/WLAN, |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3599 | * here's new field name in XXX.ref for both 2G and 5G. |
| 3600 | * Register: [GLB_CONTROL] GLB_CONTROL (@0x20044) |
| 3601 | * 15:12 R/W SWITCH_TABLE_COM_SPDT_WLAN_RX |
| 3602 | * SWITCH_TABLE_COM_SPDT_WLAN_RX |
| 3603 | * |
| 3604 | * 11:8 R/W SWITCH_TABLE_COM_SPDT_WLAN_TX |
| 3605 | * SWITCH_TABLE_COM_SPDT_WLAN_TX |
| 3606 | * |
| 3607 | * 7:4 R/W SWITCH_TABLE_COM_SPDT_WLAN_IDLE |
| 3608 | * SWITCH_TABLE_COM_SPDT_WLAN_IDLE |
| 3609 | */ |
Sujith Manoharan | 2b5e54e | 2013-06-24 18:18:46 +0530 | [diff] [blame] | 3610 | if (AR_SREV_9462_20_OR_LATER(ah) || AR_SREV_9565(ah)) { |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3611 | value = ar9003_switch_com_spdt_get(ah, is2ghz); |
| 3612 | REG_RMW_FIELD(ah, AR_PHY_GLB_CONTROL, |
| 3613 | AR_SWITCH_TABLE_COM_SPDT_ALL, value); |
Rajkumar Manoharan | 9dc08ec | 2012-06-04 16:28:20 +0530 | [diff] [blame] | 3614 | REG_SET_BIT(ah, AR_PHY_GLB_CONTROL, AR_BTCOEX_CTRL_SPDT_ENABLE); |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3615 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3616 | |
| 3617 | value = ar9003_hw_ant_ctrl_common_2_get(ah, is2ghz); |
| 3618 | REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM_2, AR_SWITCH_TABLE_COM2_ALL, value); |
| 3619 | |
Sujith Manoharan | ef95e58 | 2013-03-04 12:42:55 +0530 | [diff] [blame] | 3620 | if ((AR_SREV_9462(ah)) && (ah->rxchainmask == 0x2)) { |
| 3621 | value = ar9003_hw_ant_ctrl_chain_get(ah, 1, is2ghz); |
| 3622 | REG_RMW_FIELD(ah, switch_chain_reg[0], |
| 3623 | AR_SWITCH_TABLE_ALL, value); |
| 3624 | } |
| 3625 | |
Vasanthakumar Thiagarajan | 2976bc5 | 2011-04-19 19:29:15 +0530 | [diff] [blame] | 3626 | for (chain = 0; chain < AR9300_MAX_CHAINS; chain++) { |
| 3627 | if ((ah->rxchainmask & BIT(chain)) || |
| 3628 | (ah->txchainmask & BIT(chain))) { |
| 3629 | value = ar9003_hw_ant_ctrl_chain_get(ah, chain, |
| 3630 | is2ghz); |
| 3631 | REG_RMW_FIELD(ah, switch_chain_reg[chain], |
| 3632 | AR_SWITCH_TABLE_ALL, value); |
| 3633 | } |
Vasanthakumar Thiagarajan | 47e84df | 2010-12-06 04:27:49 -0800 | [diff] [blame] | 3634 | } |
| 3635 | |
Sujith Manoharan | a4a2954 | 2012-09-10 09:20:03 +0530 | [diff] [blame] | 3636 | if (AR_SREV_9330(ah) || AR_SREV_9485(ah) || AR_SREV_9565(ah)) { |
Vasanthakumar Thiagarajan | 47e84df | 2010-12-06 04:27:49 -0800 | [diff] [blame] | 3637 | value = ath9k_hw_ar9300_get_eeprom(ah, EEP_ANT_DIV_CTL1); |
Mohammed Shafi Shajakhan | 842ca78 | 2011-05-13 20:30:27 +0530 | [diff] [blame] | 3638 | /* |
| 3639 | * main_lnaconf, alt_lnaconf, main_tb, alt_tb |
| 3640 | * are the fields present |
| 3641 | */ |
| 3642 | regval = REG_READ(ah, AR_PHY_MC_GAIN_CTRL); |
| 3643 | regval &= (~AR_ANT_DIV_CTRL_ALL); |
| 3644 | regval |= (value & 0x3f) << AR_ANT_DIV_CTRL_ALL_S; |
| 3645 | /* enable_lnadiv */ |
Sujith Manoharan | 9aa49ea | 2012-09-11 10:46:38 +0530 | [diff] [blame] | 3646 | regval &= (~AR_PHY_ANT_DIV_LNADIV); |
| 3647 | regval |= ((value >> 6) & 0x1) << AR_PHY_ANT_DIV_LNADIV_S; |
Sujith Manoharan | 362cd03 | 2012-09-16 08:06:36 +0530 | [diff] [blame] | 3648 | |
| 3649 | if (AR_SREV_9565(ah)) { |
Sujith Manoharan | 7bdea96 | 2013-08-04 14:22:00 +0530 | [diff] [blame^] | 3650 | if (common->bt_ant_diversity) { |
Sujith Manoharan | 362cd03 | 2012-09-16 08:06:36 +0530 | [diff] [blame] | 3651 | regval |= (1 << AR_PHY_ANT_SW_RX_PROT_S); |
| 3652 | } else { |
| 3653 | regval &= ~(1 << AR_PHY_ANT_DIV_LNADIV_S); |
| 3654 | regval &= ~(1 << AR_PHY_ANT_SW_RX_PROT_S); |
| 3655 | } |
| 3656 | } |
| 3657 | |
Mohammed Shafi Shajakhan | 842ca78 | 2011-05-13 20:30:27 +0530 | [diff] [blame] | 3658 | REG_WRITE(ah, AR_PHY_MC_GAIN_CTRL, regval); |
| 3659 | |
| 3660 | /*enable fast_div */ |
| 3661 | regval = REG_READ(ah, AR_PHY_CCK_DETECT); |
| 3662 | regval &= (~AR_FAST_DIV_ENABLE); |
Sujith Manoharan | 9aa49ea | 2012-09-11 10:46:38 +0530 | [diff] [blame] | 3663 | regval |= ((value >> 7) & 0x1) << AR_FAST_DIV_ENABLE_S; |
Mohammed Shafi Shajakhan | 842ca78 | 2011-05-13 20:30:27 +0530 | [diff] [blame] | 3664 | REG_WRITE(ah, AR_PHY_CCK_DETECT, regval); |
Sujith Manoharan | 915154b | 2012-09-16 08:05:23 +0530 | [diff] [blame] | 3665 | |
| 3666 | if (pCap->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) { |
Mohammed Shafi Shajakhan | 842ca78 | 2011-05-13 20:30:27 +0530 | [diff] [blame] | 3667 | regval = REG_READ(ah, AR_PHY_MC_GAIN_CTRL); |
| 3668 | /* |
| 3669 | * clear bits 25-30 main_lnaconf, alt_lnaconf, |
| 3670 | * main_tb, alt_tb |
| 3671 | */ |
Sujith Manoharan | 9aa49ea | 2012-09-11 10:46:38 +0530 | [diff] [blame] | 3672 | regval &= (~(AR_PHY_ANT_DIV_MAIN_LNACONF | |
| 3673 | AR_PHY_ANT_DIV_ALT_LNACONF | |
| 3674 | AR_PHY_ANT_DIV_ALT_GAINTB | |
| 3675 | AR_PHY_ANT_DIV_MAIN_GAINTB)); |
Mohammed Shafi Shajakhan | 842ca78 | 2011-05-13 20:30:27 +0530 | [diff] [blame] | 3676 | /* by default use LNA1 for the main antenna */ |
Sujith Manoharan | c2b8359 | 2013-07-23 16:25:17 +0530 | [diff] [blame] | 3677 | regval |= (ATH_ANT_DIV_COMB_LNA1 << |
Sujith Manoharan | 9aa49ea | 2012-09-11 10:46:38 +0530 | [diff] [blame] | 3678 | AR_PHY_ANT_DIV_MAIN_LNACONF_S); |
Sujith Manoharan | c2b8359 | 2013-07-23 16:25:17 +0530 | [diff] [blame] | 3679 | regval |= (ATH_ANT_DIV_COMB_LNA2 << |
Sujith Manoharan | 9aa49ea | 2012-09-11 10:46:38 +0530 | [diff] [blame] | 3680 | AR_PHY_ANT_DIV_ALT_LNACONF_S); |
Mohammed Shafi Shajakhan | 842ca78 | 2011-05-13 20:30:27 +0530 | [diff] [blame] | 3681 | REG_WRITE(ah, AR_PHY_MC_GAIN_CTRL, regval); |
| 3682 | } |
Vasanthakumar Thiagarajan | 47e84df | 2010-12-06 04:27:49 -0800 | [diff] [blame] | 3683 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3684 | } |
| 3685 | |
| 3686 | static void ar9003_hw_drive_strength_apply(struct ath_hw *ah) |
| 3687 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3688 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3689 | struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3690 | int drive_strength; |
| 3691 | unsigned long reg; |
| 3692 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3693 | drive_strength = pBase->miscConfiguration & BIT(0); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3694 | if (!drive_strength) |
| 3695 | return; |
| 3696 | |
| 3697 | reg = REG_READ(ah, AR_PHY_65NM_CH0_BIAS1); |
| 3698 | reg &= ~0x00ffffc0; |
| 3699 | reg |= 0x5 << 21; |
| 3700 | reg |= 0x5 << 18; |
| 3701 | reg |= 0x5 << 15; |
| 3702 | reg |= 0x5 << 12; |
| 3703 | reg |= 0x5 << 9; |
| 3704 | reg |= 0x5 << 6; |
| 3705 | REG_WRITE(ah, AR_PHY_65NM_CH0_BIAS1, reg); |
| 3706 | |
| 3707 | reg = REG_READ(ah, AR_PHY_65NM_CH0_BIAS2); |
| 3708 | reg &= ~0xffffffe0; |
| 3709 | reg |= 0x5 << 29; |
| 3710 | reg |= 0x5 << 26; |
| 3711 | reg |= 0x5 << 23; |
| 3712 | reg |= 0x5 << 20; |
| 3713 | reg |= 0x5 << 17; |
| 3714 | reg |= 0x5 << 14; |
| 3715 | reg |= 0x5 << 11; |
| 3716 | reg |= 0x5 << 8; |
| 3717 | reg |= 0x5 << 5; |
| 3718 | REG_WRITE(ah, AR_PHY_65NM_CH0_BIAS2, reg); |
| 3719 | |
| 3720 | reg = REG_READ(ah, AR_PHY_65NM_CH0_BIAS4); |
| 3721 | reg &= ~0xff800000; |
| 3722 | reg |= 0x5 << 29; |
| 3723 | reg |= 0x5 << 26; |
| 3724 | reg |= 0x5 << 23; |
| 3725 | REG_WRITE(ah, AR_PHY_65NM_CH0_BIAS4, reg); |
| 3726 | } |
| 3727 | |
Vasanthakumar Thiagarajan | f4475a6 | 2010-11-10 05:03:12 -0800 | [diff] [blame] | 3728 | static u16 ar9003_hw_atten_chain_get(struct ath_hw *ah, int chain, |
| 3729 | struct ath9k_channel *chan) |
| 3730 | { |
| 3731 | int f[3], t[3]; |
| 3732 | u16 value; |
| 3733 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3734 | |
| 3735 | if (chain >= 0 && chain < 3) { |
| 3736 | if (IS_CHAN_2GHZ(chan)) |
| 3737 | return eep->modalHeader2G.xatten1DB[chain]; |
| 3738 | else if (eep->base_ext2.xatten1DBLow[chain] != 0) { |
| 3739 | t[0] = eep->base_ext2.xatten1DBLow[chain]; |
| 3740 | f[0] = 5180; |
| 3741 | t[1] = eep->modalHeader5G.xatten1DB[chain]; |
| 3742 | f[1] = 5500; |
| 3743 | t[2] = eep->base_ext2.xatten1DBHigh[chain]; |
| 3744 | f[2] = 5785; |
| 3745 | value = ar9003_hw_power_interpolate((s32) chan->channel, |
| 3746 | f, t, 3); |
| 3747 | return value; |
| 3748 | } else |
| 3749 | return eep->modalHeader5G.xatten1DB[chain]; |
| 3750 | } |
| 3751 | |
| 3752 | return 0; |
| 3753 | } |
| 3754 | |
| 3755 | |
| 3756 | static u16 ar9003_hw_atten_chain_get_margin(struct ath_hw *ah, int chain, |
| 3757 | struct ath9k_channel *chan) |
| 3758 | { |
| 3759 | int f[3], t[3]; |
| 3760 | u16 value; |
| 3761 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3762 | |
| 3763 | if (chain >= 0 && chain < 3) { |
| 3764 | if (IS_CHAN_2GHZ(chan)) |
| 3765 | return eep->modalHeader2G.xatten1Margin[chain]; |
| 3766 | else if (eep->base_ext2.xatten1MarginLow[chain] != 0) { |
| 3767 | t[0] = eep->base_ext2.xatten1MarginLow[chain]; |
| 3768 | f[0] = 5180; |
| 3769 | t[1] = eep->modalHeader5G.xatten1Margin[chain]; |
| 3770 | f[1] = 5500; |
| 3771 | t[2] = eep->base_ext2.xatten1MarginHigh[chain]; |
| 3772 | f[2] = 5785; |
| 3773 | value = ar9003_hw_power_interpolate((s32) chan->channel, |
| 3774 | f, t, 3); |
| 3775 | return value; |
| 3776 | } else |
| 3777 | return eep->modalHeader5G.xatten1Margin[chain]; |
| 3778 | } |
| 3779 | |
| 3780 | return 0; |
| 3781 | } |
| 3782 | |
| 3783 | static void ar9003_hw_atten_apply(struct ath_hw *ah, struct ath9k_channel *chan) |
| 3784 | { |
| 3785 | int i; |
| 3786 | u16 value; |
| 3787 | unsigned long ext_atten_reg[3] = {AR_PHY_EXT_ATTEN_CTL_0, |
| 3788 | AR_PHY_EXT_ATTEN_CTL_1, |
| 3789 | AR_PHY_EXT_ATTEN_CTL_2, |
| 3790 | }; |
| 3791 | |
Sujith Manoharan | ef95e58 | 2013-03-04 12:42:55 +0530 | [diff] [blame] | 3792 | if ((AR_SREV_9462(ah)) && (ah->rxchainmask == 0x2)) { |
| 3793 | value = ar9003_hw_atten_chain_get(ah, 1, chan); |
| 3794 | REG_RMW_FIELD(ah, ext_atten_reg[0], |
| 3795 | AR_PHY_EXT_ATTEN_CTL_XATTEN1_DB, value); |
| 3796 | |
| 3797 | value = ar9003_hw_atten_chain_get_margin(ah, 1, chan); |
| 3798 | REG_RMW_FIELD(ah, ext_atten_reg[0], |
| 3799 | AR_PHY_EXT_ATTEN_CTL_XATTEN1_MARGIN, |
| 3800 | value); |
| 3801 | } |
| 3802 | |
Vasanthakumar Thiagarajan | f4475a6 | 2010-11-10 05:03:12 -0800 | [diff] [blame] | 3803 | /* Test value. if 0 then attenuation is unused. Don't load anything. */ |
| 3804 | for (i = 0; i < 3; i++) { |
Vasanthakumar Thiagarajan | 2976bc5 | 2011-04-19 19:29:15 +0530 | [diff] [blame] | 3805 | if (ah->txchainmask & BIT(i)) { |
| 3806 | value = ar9003_hw_atten_chain_get(ah, i, chan); |
| 3807 | REG_RMW_FIELD(ah, ext_atten_reg[i], |
| 3808 | AR_PHY_EXT_ATTEN_CTL_XATTEN1_DB, value); |
Vasanthakumar Thiagarajan | f4475a6 | 2010-11-10 05:03:12 -0800 | [diff] [blame] | 3809 | |
Sujith Manoharan | 9b60b64 | 2013-06-13 22:51:26 +0530 | [diff] [blame] | 3810 | if (AR_SREV_9485(ah) && |
| 3811 | (ar9003_hw_get_rx_gain_idx(ah) == 0) && |
| 3812 | ah->config.xatten_margin_cfg) |
| 3813 | value = 5; |
| 3814 | else |
| 3815 | value = ar9003_hw_atten_chain_get_margin(ah, i, chan); |
| 3816 | |
Vasanthakumar Thiagarajan | 2976bc5 | 2011-04-19 19:29:15 +0530 | [diff] [blame] | 3817 | REG_RMW_FIELD(ah, ext_atten_reg[i], |
| 3818 | AR_PHY_EXT_ATTEN_CTL_XATTEN1_MARGIN, |
| 3819 | value); |
| 3820 | } |
Vasanthakumar Thiagarajan | f4475a6 | 2010-11-10 05:03:12 -0800 | [diff] [blame] | 3821 | } |
| 3822 | } |
| 3823 | |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3824 | static bool is_pmu_set(struct ath_hw *ah, u32 pmu_reg, int pmu_set) |
| 3825 | { |
| 3826 | int timeout = 100; |
| 3827 | |
| 3828 | while (pmu_set != REG_READ(ah, pmu_reg)) { |
| 3829 | if (timeout-- == 0) |
| 3830 | return false; |
| 3831 | REG_WRITE(ah, pmu_reg, pmu_set); |
| 3832 | udelay(10); |
| 3833 | } |
| 3834 | |
| 3835 | return true; |
| 3836 | } |
| 3837 | |
Felix Fietkau | bfc441a | 2012-05-24 14:32:22 +0200 | [diff] [blame] | 3838 | void ar9003_hw_internal_regulator_apply(struct ath_hw *ah) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3839 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3840 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3841 | struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3842 | u32 reg_val; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3843 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3844 | if (pBase->featureEnable & BIT(4)) { |
Gabor Juhos | 4187afa | 2011-06-21 11:23:50 +0200 | [diff] [blame] | 3845 | if (AR_SREV_9330(ah) || AR_SREV_9485(ah)) { |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3846 | int reg_pmu_set; |
| 3847 | |
| 3848 | reg_pmu_set = REG_READ(ah, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM; |
| 3849 | REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); |
| 3850 | if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) |
| 3851 | return; |
| 3852 | |
Gabor Juhos | 4187afa | 2011-06-21 11:23:50 +0200 | [diff] [blame] | 3853 | if (AR_SREV_9330(ah)) { |
| 3854 | if (ah->is_clk_25mhz) { |
| 3855 | reg_pmu_set = (3 << 1) | (8 << 4) | |
| 3856 | (3 << 8) | (1 << 14) | |
| 3857 | (6 << 17) | (1 << 20) | |
| 3858 | (3 << 24); |
| 3859 | } else { |
| 3860 | reg_pmu_set = (4 << 1) | (7 << 4) | |
| 3861 | (3 << 8) | (1 << 14) | |
| 3862 | (6 << 17) | (1 << 20) | |
| 3863 | (3 << 24); |
| 3864 | } |
| 3865 | } else { |
| 3866 | reg_pmu_set = (5 << 1) | (7 << 4) | |
Rajkumar Manoharan | 1fa707a | 2011-07-29 17:38:17 +0530 | [diff] [blame] | 3867 | (2 << 8) | (2 << 14) | |
Gabor Juhos | 4187afa | 2011-06-21 11:23:50 +0200 | [diff] [blame] | 3868 | (6 << 17) | (1 << 20) | |
| 3869 | (3 << 24) | (1 << 28); |
| 3870 | } |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3871 | |
| 3872 | REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set); |
| 3873 | if (!is_pmu_set(ah, AR_PHY_PMU1, reg_pmu_set)) |
| 3874 | return; |
| 3875 | |
| 3876 | reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0xFFC00000) |
| 3877 | | (4 << 26); |
| 3878 | REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); |
| 3879 | if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) |
| 3880 | return; |
| 3881 | |
| 3882 | reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0x00200000) |
| 3883 | | (1 << 21); |
| 3884 | REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); |
| 3885 | if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) |
| 3886 | return; |
Sujith Manoharan | a4a2954 | 2012-09-10 09:20:03 +0530 | [diff] [blame] | 3887 | } else if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3888 | reg_val = le32_to_cpu(pBase->swreg); |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3889 | REG_WRITE(ah, AR_PHY_PMU1, reg_val); |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3890 | } else { |
| 3891 | /* Internal regulator is ON. Write swreg register. */ |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3892 | reg_val = le32_to_cpu(pBase->swreg); |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3893 | REG_WRITE(ah, AR_RTC_REG_CONTROL1, |
| 3894 | REG_READ(ah, AR_RTC_REG_CONTROL1) & |
| 3895 | (~AR_RTC_REG_CONTROL1_SWREG_PROGRAM)); |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3896 | REG_WRITE(ah, AR_RTC_REG_CONTROL0, reg_val); |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3897 | /* Set REG_CONTROL1.SWREG_PROGRAM */ |
| 3898 | REG_WRITE(ah, AR_RTC_REG_CONTROL1, |
| 3899 | REG_READ(ah, |
| 3900 | AR_RTC_REG_CONTROL1) | |
| 3901 | AR_RTC_REG_CONTROL1_SWREG_PROGRAM); |
| 3902 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3903 | } else { |
Gabor Juhos | 4187afa | 2011-06-21 11:23:50 +0200 | [diff] [blame] | 3904 | if (AR_SREV_9330(ah) || AR_SREV_9485(ah)) { |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3905 | REG_RMW_FIELD(ah, AR_PHY_PMU2, AR_PHY_PMU2_PGM, 0); |
| 3906 | while (REG_READ_FIELD(ah, AR_PHY_PMU2, |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3907 | AR_PHY_PMU2_PGM)) |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3908 | udelay(10); |
| 3909 | |
| 3910 | REG_RMW_FIELD(ah, AR_PHY_PMU1, AR_PHY_PMU1_PWD, 0x1); |
| 3911 | while (!REG_READ_FIELD(ah, AR_PHY_PMU1, |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3912 | AR_PHY_PMU1_PWD)) |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3913 | udelay(10); |
| 3914 | REG_RMW_FIELD(ah, AR_PHY_PMU2, AR_PHY_PMU2_PGM, 0x1); |
| 3915 | while (!REG_READ_FIELD(ah, AR_PHY_PMU2, |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3916 | AR_PHY_PMU2_PGM)) |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3917 | udelay(10); |
Sujith Manoharan | a4a2954 | 2012-09-10 09:20:03 +0530 | [diff] [blame] | 3918 | } else if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 3919 | REG_RMW_FIELD(ah, AR_PHY_PMU1, AR_PHY_PMU1_PWD, 0x1); |
| 3920 | else { |
| 3921 | reg_val = REG_READ(ah, AR_RTC_SLEEP_CLK) | |
| 3922 | AR_RTC_FORCE_SWREG_PRD; |
| 3923 | REG_WRITE(ah, AR_RTC_SLEEP_CLK, reg_val); |
| 3924 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3925 | } |
Vasanthakumar Thiagarajan | ab09b5b | 2010-12-07 02:20:39 -0800 | [diff] [blame] | 3926 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3927 | } |
| 3928 | |
Vasanthakumar Thiagarajan | dd040f7 | 2010-12-06 04:27:52 -0800 | [diff] [blame] | 3929 | static void ar9003_hw_apply_tuning_caps(struct ath_hw *ah) |
| 3930 | { |
| 3931 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3932 | u8 tuning_caps_param = eep->baseEepHeader.params_for_tuning_caps[0]; |
| 3933 | |
Felix Fietkau | 08a4a1a | 2012-07-15 19:53:40 +0200 | [diff] [blame] | 3934 | if (AR_SREV_9485(ah) || AR_SREV_9330(ah) || AR_SREV_9340(ah)) |
| 3935 | return; |
| 3936 | |
Vasanthakumar Thiagarajan | dd040f7 | 2010-12-06 04:27:52 -0800 | [diff] [blame] | 3937 | if (eep->baseEepHeader.featureEnable & 0x40) { |
| 3938 | tuning_caps_param &= 0x7f; |
| 3939 | REG_RMW_FIELD(ah, AR_CH0_XTAL, AR_CH0_XTAL_CAPINDAC, |
| 3940 | tuning_caps_param); |
| 3941 | REG_RMW_FIELD(ah, AR_CH0_XTAL, AR_CH0_XTAL_CAPOUTDAC, |
| 3942 | tuning_caps_param); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 3943 | } |
| 3944 | } |
| 3945 | |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 3946 | static void ar9003_hw_quick_drop_apply(struct ath_hw *ah, u16 freq) |
| 3947 | { |
| 3948 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3949 | struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; |
| 3950 | int quick_drop; |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 3951 | s32 t[3], f[3] = {5180, 5500, 5785}; |
| 3952 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3953 | if (!(pBase->miscConfiguration & BIT(1))) |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 3954 | return; |
| 3955 | |
| 3956 | if (freq < 4000) |
| 3957 | quick_drop = eep->modalHeader2G.quick_drop; |
| 3958 | else { |
| 3959 | t[0] = eep->base_ext1.quick_drop_low; |
| 3960 | t[1] = eep->modalHeader5G.quick_drop; |
| 3961 | t[2] = eep->base_ext1.quick_drop_high; |
| 3962 | quick_drop = ar9003_hw_power_interpolate(freq, f, t, 3); |
| 3963 | } |
| 3964 | REG_RMW_FIELD(ah, AR_PHY_AGC, AR_PHY_AGC_QUICK_DROP, quick_drop); |
| 3965 | } |
| 3966 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3967 | static void ar9003_hw_txend_to_xpa_off_apply(struct ath_hw *ah, bool is2ghz) |
Rajkumar Manoharan | 202bff0 | 2011-11-08 14:19:33 +0530 | [diff] [blame] | 3968 | { |
Rajkumar Manoharan | 202bff0 | 2011-11-08 14:19:33 +0530 | [diff] [blame] | 3969 | u32 value; |
| 3970 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3971 | value = ar9003_modal_header(ah, is2ghz)->txEndToXpaOff; |
Rajkumar Manoharan | 202bff0 | 2011-11-08 14:19:33 +0530 | [diff] [blame] | 3972 | |
| 3973 | REG_RMW_FIELD(ah, AR_PHY_XPA_TIMING_CTL, |
| 3974 | AR_PHY_XPA_TIMING_CTL_TX_END_XPAB_OFF, value); |
| 3975 | REG_RMW_FIELD(ah, AR_PHY_XPA_TIMING_CTL, |
| 3976 | AR_PHY_XPA_TIMING_CTL_TX_END_XPAA_OFF, value); |
| 3977 | } |
| 3978 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3979 | static void ar9003_hw_xpa_timing_control_apply(struct ath_hw *ah, bool is2ghz) |
Felix Fietkau | 89be49e | 2012-07-15 19:53:37 +0200 | [diff] [blame] | 3980 | { |
| 3981 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 3982 | u8 xpa_ctl; |
| 3983 | |
| 3984 | if (!(eep->baseEepHeader.featureEnable & 0x80)) |
| 3985 | return; |
| 3986 | |
| 3987 | if (!AR_SREV_9300(ah) && !AR_SREV_9340(ah) && !AR_SREV_9580(ah)) |
| 3988 | return; |
| 3989 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3990 | xpa_ctl = ar9003_modal_header(ah, is2ghz)->txFrameToXpaOn; |
| 3991 | if (is2ghz) |
Felix Fietkau | 89be49e | 2012-07-15 19:53:37 +0200 | [diff] [blame] | 3992 | REG_RMW_FIELD(ah, AR_PHY_XPA_TIMING_CTL, |
| 3993 | AR_PHY_XPA_TIMING_CTL_FRAME_XPAB_ON, xpa_ctl); |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 3994 | else |
Felix Fietkau | 89be49e | 2012-07-15 19:53:37 +0200 | [diff] [blame] | 3995 | REG_RMW_FIELD(ah, AR_PHY_XPA_TIMING_CTL, |
| 3996 | AR_PHY_XPA_TIMING_CTL_FRAME_XPAA_ON, xpa_ctl); |
Felix Fietkau | 89be49e | 2012-07-15 19:53:37 +0200 | [diff] [blame] | 3997 | } |
| 3998 | |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 3999 | static void ar9003_hw_xlna_bias_strength_apply(struct ath_hw *ah, bool is2ghz) |
| 4000 | { |
| 4001 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4002 | u8 bias; |
| 4003 | |
| 4004 | if (!(eep->baseEepHeader.featureEnable & 0x40)) |
| 4005 | return; |
| 4006 | |
| 4007 | if (!AR_SREV_9300(ah)) |
| 4008 | return; |
| 4009 | |
| 4010 | bias = ar9003_modal_header(ah, is2ghz)->xlna_bias_strength; |
| 4011 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4, AR_PHY_65NM_RXTX4_XLNA_BIAS, |
| 4012 | bias & 0x3); |
| 4013 | bias >>= 2; |
| 4014 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4, AR_PHY_65NM_RXTX4_XLNA_BIAS, |
| 4015 | bias & 0x3); |
| 4016 | bias >>= 2; |
| 4017 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4, AR_PHY_65NM_RXTX4_XLNA_BIAS, |
| 4018 | bias & 0x3); |
| 4019 | } |
| 4020 | |
Rajkumar Manoharan | 02eba42 | 2012-09-07 12:15:15 +0530 | [diff] [blame] | 4021 | static int ar9003_hw_get_thermometer(struct ath_hw *ah) |
| 4022 | { |
| 4023 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4024 | struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; |
| 4025 | int thermometer = (pBase->miscConfiguration >> 1) & 0x3; |
| 4026 | |
| 4027 | return --thermometer; |
| 4028 | } |
| 4029 | |
| 4030 | static void ar9003_hw_thermometer_apply(struct ath_hw *ah) |
| 4031 | { |
| 4032 | int thermometer = ar9003_hw_get_thermometer(ah); |
| 4033 | u8 therm_on = (thermometer < 0) ? 0 : 1; |
| 4034 | |
| 4035 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4, |
| 4036 | AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); |
| 4037 | if (ah->caps.tx_chainmask & BIT(1)) |
| 4038 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4, |
| 4039 | AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); |
| 4040 | if (ah->caps.tx_chainmask & BIT(2)) |
| 4041 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4, |
| 4042 | AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); |
| 4043 | |
| 4044 | therm_on = (thermometer < 0) ? 0 : (thermometer == 0); |
| 4045 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_RXTX4, |
| 4046 | AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); |
| 4047 | if (ah->caps.tx_chainmask & BIT(1)) { |
| 4048 | therm_on = (thermometer < 0) ? 0 : (thermometer == 1); |
| 4049 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH1_RXTX4, |
| 4050 | AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); |
| 4051 | } |
| 4052 | if (ah->caps.tx_chainmask & BIT(2)) { |
| 4053 | therm_on = (thermometer < 0) ? 0 : (thermometer == 2); |
| 4054 | REG_RMW_FIELD(ah, AR_PHY_65NM_CH2_RXTX4, |
| 4055 | AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); |
| 4056 | } |
| 4057 | } |
| 4058 | |
Rajkumar Manoharan | 80fe43f | 2012-09-07 12:15:16 +0530 | [diff] [blame] | 4059 | static void ar9003_hw_thermo_cal_apply(struct ath_hw *ah) |
| 4060 | { |
| 4061 | u32 data, ko, kg; |
| 4062 | |
Sujith Manoharan | 2b5e54e | 2013-06-24 18:18:46 +0530 | [diff] [blame] | 4063 | if (!AR_SREV_9462_20_OR_LATER(ah)) |
Rajkumar Manoharan | 80fe43f | 2012-09-07 12:15:16 +0530 | [diff] [blame] | 4064 | return; |
Sujith Manoharan | 2b5e54e | 2013-06-24 18:18:46 +0530 | [diff] [blame] | 4065 | |
Rajkumar Manoharan | 80fe43f | 2012-09-07 12:15:16 +0530 | [diff] [blame] | 4066 | ar9300_otp_read_word(ah, 1, &data); |
| 4067 | ko = data & 0xff; |
| 4068 | kg = (data >> 8) & 0xff; |
| 4069 | if (ko || kg) { |
| 4070 | REG_RMW_FIELD(ah, AR_PHY_BB_THERM_ADC_3, |
| 4071 | AR_PHY_BB_THERM_ADC_3_THERM_ADC_OFFSET, ko); |
| 4072 | REG_RMW_FIELD(ah, AR_PHY_BB_THERM_ADC_3, |
| 4073 | AR_PHY_BB_THERM_ADC_3_THERM_ADC_SCALE_GAIN, |
| 4074 | kg + 256); |
| 4075 | } |
| 4076 | } |
| 4077 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4078 | static void ath9k_hw_ar9300_set_board_values(struct ath_hw *ah, |
| 4079 | struct ath9k_channel *chan) |
| 4080 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 4081 | bool is2ghz = IS_CHAN_2GHZ(chan); |
| 4082 | ar9003_hw_xpa_timing_control_apply(ah, is2ghz); |
| 4083 | ar9003_hw_xpa_bias_level_apply(ah, is2ghz); |
| 4084 | ar9003_hw_ant_ctrl_apply(ah, is2ghz); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4085 | ar9003_hw_drive_strength_apply(ah); |
Felix Fietkau | 3e2ea54 | 2012-07-15 19:53:39 +0200 | [diff] [blame] | 4086 | ar9003_hw_xlna_bias_strength_apply(ah, is2ghz); |
Vasanthakumar Thiagarajan | f4475a6 | 2010-11-10 05:03:12 -0800 | [diff] [blame] | 4087 | ar9003_hw_atten_apply(ah, chan); |
Rajkumar Manoharan | df222ed | 2011-11-08 14:19:32 +0530 | [diff] [blame] | 4088 | ar9003_hw_quick_drop_apply(ah, chan->channel); |
Gabor Juhos | 2e2c9cc | 2012-07-03 19:13:30 +0200 | [diff] [blame] | 4089 | if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah) && !AR_SREV_9550(ah)) |
Vasanthakumar Thiagarajan | 3594bea | 2011-04-19 19:29:12 +0530 | [diff] [blame] | 4090 | ar9003_hw_internal_regulator_apply(ah); |
Felix Fietkau | 08a4a1a | 2012-07-15 19:53:40 +0200 | [diff] [blame] | 4091 | ar9003_hw_apply_tuning_caps(ah); |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 4092 | ar9003_hw_txend_to_xpa_off_apply(ah, is2ghz); |
Rajkumar Manoharan | 02eba42 | 2012-09-07 12:15:15 +0530 | [diff] [blame] | 4093 | ar9003_hw_thermometer_apply(ah); |
Rajkumar Manoharan | 80fe43f | 2012-09-07 12:15:16 +0530 | [diff] [blame] | 4094 | ar9003_hw_thermo_cal_apply(ah); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4095 | } |
| 4096 | |
| 4097 | static void ath9k_hw_ar9300_set_addac(struct ath_hw *ah, |
| 4098 | struct ath9k_channel *chan) |
| 4099 | { |
| 4100 | } |
| 4101 | |
| 4102 | /* |
| 4103 | * Returns the interpolated y value corresponding to the specified x value |
| 4104 | * from the np ordered pairs of data (px,py). |
| 4105 | * The pairs do not have to be in any order. |
| 4106 | * If the specified x value is less than any of the px, |
| 4107 | * the returned y value is equal to the py for the lowest px. |
| 4108 | * If the specified x value is greater than any of the px, |
| 4109 | * the returned y value is equal to the py for the highest px. |
| 4110 | */ |
| 4111 | static int ar9003_hw_power_interpolate(int32_t x, |
| 4112 | int32_t *px, int32_t *py, u_int16_t np) |
| 4113 | { |
| 4114 | int ip = 0; |
| 4115 | int lx = 0, ly = 0, lhave = 0; |
| 4116 | int hx = 0, hy = 0, hhave = 0; |
| 4117 | int dx = 0; |
| 4118 | int y = 0; |
| 4119 | |
| 4120 | lhave = 0; |
| 4121 | hhave = 0; |
| 4122 | |
| 4123 | /* identify best lower and higher x calibration measurement */ |
| 4124 | for (ip = 0; ip < np; ip++) { |
| 4125 | dx = x - px[ip]; |
| 4126 | |
| 4127 | /* this measurement is higher than our desired x */ |
| 4128 | if (dx <= 0) { |
| 4129 | if (!hhave || dx > (x - hx)) { |
| 4130 | /* new best higher x measurement */ |
| 4131 | hx = px[ip]; |
| 4132 | hy = py[ip]; |
| 4133 | hhave = 1; |
| 4134 | } |
| 4135 | } |
| 4136 | /* this measurement is lower than our desired x */ |
| 4137 | if (dx >= 0) { |
| 4138 | if (!lhave || dx < (x - lx)) { |
| 4139 | /* new best lower x measurement */ |
| 4140 | lx = px[ip]; |
| 4141 | ly = py[ip]; |
| 4142 | lhave = 1; |
| 4143 | } |
| 4144 | } |
| 4145 | } |
| 4146 | |
| 4147 | /* the low x is good */ |
| 4148 | if (lhave) { |
| 4149 | /* so is the high x */ |
| 4150 | if (hhave) { |
| 4151 | /* they're the same, so just pick one */ |
| 4152 | if (hx == lx) |
| 4153 | y = ly; |
| 4154 | else /* interpolate */ |
Vasanthakumar Thiagarajan | bc20680 | 2010-11-10 05:03:14 -0800 | [diff] [blame] | 4155 | y = interpolate(x, lx, hx, ly, hy); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4156 | } else /* only low is good, use it */ |
| 4157 | y = ly; |
| 4158 | } else if (hhave) /* only high is good, use it */ |
| 4159 | y = hy; |
| 4160 | else /* nothing is good,this should never happen unless np=0, ???? */ |
| 4161 | y = -(1 << 30); |
| 4162 | return y; |
| 4163 | } |
| 4164 | |
| 4165 | static u8 ar9003_hw_eeprom_get_tgt_pwr(struct ath_hw *ah, |
| 4166 | u16 rateIndex, u16 freq, bool is2GHz) |
| 4167 | { |
| 4168 | u16 numPiers, i; |
| 4169 | s32 targetPowerArray[AR9300_NUM_5G_20_TARGET_POWERS]; |
| 4170 | s32 freqArray[AR9300_NUM_5G_20_TARGET_POWERS]; |
| 4171 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4172 | struct cal_tgt_pow_legacy *pEepromTargetPwr; |
| 4173 | u8 *pFreqBin; |
| 4174 | |
| 4175 | if (is2GHz) { |
Felix Fietkau | d10baf9 | 2010-04-26 15:04:38 -0400 | [diff] [blame] | 4176 | numPiers = AR9300_NUM_2G_20_TARGET_POWERS; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4177 | pEepromTargetPwr = eep->calTargetPower2G; |
| 4178 | pFreqBin = eep->calTarget_freqbin_2G; |
| 4179 | } else { |
| 4180 | numPiers = AR9300_NUM_5G_20_TARGET_POWERS; |
| 4181 | pEepromTargetPwr = eep->calTargetPower5G; |
| 4182 | pFreqBin = eep->calTarget_freqbin_5G; |
| 4183 | } |
| 4184 | |
| 4185 | /* |
| 4186 | * create array of channels and targetpower from |
| 4187 | * targetpower piers stored on eeprom |
| 4188 | */ |
| 4189 | for (i = 0; i < numPiers; i++) { |
Gabor Juhos | 8edb254 | 2012-04-16 22:46:32 +0200 | [diff] [blame] | 4190 | freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], is2GHz); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4191 | targetPowerArray[i] = pEepromTargetPwr[i].tPow2x[rateIndex]; |
| 4192 | } |
| 4193 | |
| 4194 | /* interpolate to get target power for given frequency */ |
| 4195 | return (u8) ar9003_hw_power_interpolate((s32) freq, |
| 4196 | freqArray, |
| 4197 | targetPowerArray, numPiers); |
| 4198 | } |
| 4199 | |
| 4200 | static u8 ar9003_hw_eeprom_get_ht20_tgt_pwr(struct ath_hw *ah, |
| 4201 | u16 rateIndex, |
| 4202 | u16 freq, bool is2GHz) |
| 4203 | { |
| 4204 | u16 numPiers, i; |
| 4205 | s32 targetPowerArray[AR9300_NUM_5G_20_TARGET_POWERS]; |
| 4206 | s32 freqArray[AR9300_NUM_5G_20_TARGET_POWERS]; |
| 4207 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4208 | struct cal_tgt_pow_ht *pEepromTargetPwr; |
| 4209 | u8 *pFreqBin; |
| 4210 | |
| 4211 | if (is2GHz) { |
Felix Fietkau | d10baf9 | 2010-04-26 15:04:38 -0400 | [diff] [blame] | 4212 | numPiers = AR9300_NUM_2G_20_TARGET_POWERS; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4213 | pEepromTargetPwr = eep->calTargetPower2GHT20; |
| 4214 | pFreqBin = eep->calTarget_freqbin_2GHT20; |
| 4215 | } else { |
| 4216 | numPiers = AR9300_NUM_5G_20_TARGET_POWERS; |
| 4217 | pEepromTargetPwr = eep->calTargetPower5GHT20; |
| 4218 | pFreqBin = eep->calTarget_freqbin_5GHT20; |
| 4219 | } |
| 4220 | |
| 4221 | /* |
| 4222 | * create array of channels and targetpower |
| 4223 | * from targetpower piers stored on eeprom |
| 4224 | */ |
| 4225 | for (i = 0; i < numPiers; i++) { |
Gabor Juhos | 8edb254 | 2012-04-16 22:46:32 +0200 | [diff] [blame] | 4226 | freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], is2GHz); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4227 | targetPowerArray[i] = pEepromTargetPwr[i].tPow2x[rateIndex]; |
| 4228 | } |
| 4229 | |
| 4230 | /* interpolate to get target power for given frequency */ |
| 4231 | return (u8) ar9003_hw_power_interpolate((s32) freq, |
| 4232 | freqArray, |
| 4233 | targetPowerArray, numPiers); |
| 4234 | } |
| 4235 | |
| 4236 | static u8 ar9003_hw_eeprom_get_ht40_tgt_pwr(struct ath_hw *ah, |
| 4237 | u16 rateIndex, |
| 4238 | u16 freq, bool is2GHz) |
| 4239 | { |
| 4240 | u16 numPiers, i; |
| 4241 | s32 targetPowerArray[AR9300_NUM_5G_40_TARGET_POWERS]; |
| 4242 | s32 freqArray[AR9300_NUM_5G_40_TARGET_POWERS]; |
| 4243 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4244 | struct cal_tgt_pow_ht *pEepromTargetPwr; |
| 4245 | u8 *pFreqBin; |
| 4246 | |
| 4247 | if (is2GHz) { |
| 4248 | numPiers = AR9300_NUM_2G_40_TARGET_POWERS; |
| 4249 | pEepromTargetPwr = eep->calTargetPower2GHT40; |
| 4250 | pFreqBin = eep->calTarget_freqbin_2GHT40; |
| 4251 | } else { |
| 4252 | numPiers = AR9300_NUM_5G_40_TARGET_POWERS; |
| 4253 | pEepromTargetPwr = eep->calTargetPower5GHT40; |
| 4254 | pFreqBin = eep->calTarget_freqbin_5GHT40; |
| 4255 | } |
| 4256 | |
| 4257 | /* |
| 4258 | * create array of channels and targetpower from |
| 4259 | * targetpower piers stored on eeprom |
| 4260 | */ |
| 4261 | for (i = 0; i < numPiers; i++) { |
Gabor Juhos | 8edb254 | 2012-04-16 22:46:32 +0200 | [diff] [blame] | 4262 | freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], is2GHz); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4263 | targetPowerArray[i] = pEepromTargetPwr[i].tPow2x[rateIndex]; |
| 4264 | } |
| 4265 | |
| 4266 | /* interpolate to get target power for given frequency */ |
| 4267 | return (u8) ar9003_hw_power_interpolate((s32) freq, |
| 4268 | freqArray, |
| 4269 | targetPowerArray, numPiers); |
| 4270 | } |
| 4271 | |
| 4272 | static u8 ar9003_hw_eeprom_get_cck_tgt_pwr(struct ath_hw *ah, |
| 4273 | u16 rateIndex, u16 freq) |
| 4274 | { |
| 4275 | u16 numPiers = AR9300_NUM_2G_CCK_TARGET_POWERS, i; |
| 4276 | s32 targetPowerArray[AR9300_NUM_2G_CCK_TARGET_POWERS]; |
| 4277 | s32 freqArray[AR9300_NUM_2G_CCK_TARGET_POWERS]; |
| 4278 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4279 | struct cal_tgt_pow_legacy *pEepromTargetPwr = eep->calTargetPowerCck; |
| 4280 | u8 *pFreqBin = eep->calTarget_freqbin_Cck; |
| 4281 | |
| 4282 | /* |
| 4283 | * create array of channels and targetpower from |
| 4284 | * targetpower piers stored on eeprom |
| 4285 | */ |
| 4286 | for (i = 0; i < numPiers; i++) { |
Gabor Juhos | 8edb254 | 2012-04-16 22:46:32 +0200 | [diff] [blame] | 4287 | freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], 1); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4288 | targetPowerArray[i] = pEepromTargetPwr[i].tPow2x[rateIndex]; |
| 4289 | } |
| 4290 | |
| 4291 | /* interpolate to get target power for given frequency */ |
| 4292 | return (u8) ar9003_hw_power_interpolate((s32) freq, |
| 4293 | freqArray, |
| 4294 | targetPowerArray, numPiers); |
| 4295 | } |
| 4296 | |
| 4297 | /* Set tx power registers to array of values passed in */ |
| 4298 | static int ar9003_hw_tx_power_regwrite(struct ath_hw *ah, u8 * pPwrArray) |
| 4299 | { |
| 4300 | #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) |
| 4301 | /* make sure forced gain is not set */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4302 | REG_WRITE(ah, AR_PHY_TX_FORCED_GAIN, 0); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4303 | |
| 4304 | /* Write the OFDM power per rate set */ |
| 4305 | |
| 4306 | /* 6 (LSB), 9, 12, 18 (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4307 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(0), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4308 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 24) | |
| 4309 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 16) | |
| 4310 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 8) | |
| 4311 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 0)); |
| 4312 | |
| 4313 | /* 24 (LSB), 36, 48, 54 (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4314 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(1), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4315 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_54], 24) | |
| 4316 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_48], 16) | |
| 4317 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_36], 8) | |
| 4318 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 0)); |
| 4319 | |
| 4320 | /* Write the CCK power per rate set */ |
| 4321 | |
| 4322 | /* 1L (LSB), reserved, 2L, 2S (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4323 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(2), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4324 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_1L_5L], 24) | |
| 4325 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_1L_5L], 16) | |
| 4326 | /* POW_SM(txPowerTimes2, 8) | this is reserved for AR9003 */ |
| 4327 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_1L_5L], 0)); |
| 4328 | |
| 4329 | /* 5.5L (LSB), 5.5S, 11L, 11S (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4330 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(3), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4331 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_11S], 24) | |
| 4332 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_11L], 16) | |
| 4333 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_5S], 8) | |
| 4334 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_1L_5L], 0) |
| 4335 | ); |
| 4336 | |
Luis R. Rodriguez | cf3a03b | 2011-05-04 14:01:26 -0700 | [diff] [blame] | 4337 | /* Write the power for duplicated frames - HT40 */ |
| 4338 | |
| 4339 | /* dup40_cck (LSB), dup40_ofdm, ext20_cck, ext20_ofdm (MSB) */ |
Alex Hacker | 8d7763b | 2011-08-03 17:41:54 +0600 | [diff] [blame] | 4340 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(8), |
Luis R. Rodriguez | cf3a03b | 2011-05-04 14:01:26 -0700 | [diff] [blame] | 4341 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 24) | |
| 4342 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_1L_5L], 16) | |
| 4343 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_6_24], 8) | |
| 4344 | POW_SM(pPwrArray[ALL_TARGET_LEGACY_1L_5L], 0) |
| 4345 | ); |
| 4346 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4347 | /* Write the HT20 power per rate set */ |
| 4348 | |
| 4349 | /* 0/8/16 (LSB), 1-3/9-11/17-19, 4, 5 (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4350 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(4), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4351 | POW_SM(pPwrArray[ALL_TARGET_HT20_5], 24) | |
| 4352 | POW_SM(pPwrArray[ALL_TARGET_HT20_4], 16) | |
| 4353 | POW_SM(pPwrArray[ALL_TARGET_HT20_1_3_9_11_17_19], 8) | |
| 4354 | POW_SM(pPwrArray[ALL_TARGET_HT20_0_8_16], 0) |
| 4355 | ); |
| 4356 | |
| 4357 | /* 6 (LSB), 7, 12, 13 (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4358 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(5), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4359 | POW_SM(pPwrArray[ALL_TARGET_HT20_13], 24) | |
| 4360 | POW_SM(pPwrArray[ALL_TARGET_HT20_12], 16) | |
| 4361 | POW_SM(pPwrArray[ALL_TARGET_HT20_7], 8) | |
| 4362 | POW_SM(pPwrArray[ALL_TARGET_HT20_6], 0) |
| 4363 | ); |
| 4364 | |
| 4365 | /* 14 (LSB), 15, 20, 21 */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4366 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(9), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4367 | POW_SM(pPwrArray[ALL_TARGET_HT20_21], 24) | |
| 4368 | POW_SM(pPwrArray[ALL_TARGET_HT20_20], 16) | |
| 4369 | POW_SM(pPwrArray[ALL_TARGET_HT20_15], 8) | |
| 4370 | POW_SM(pPwrArray[ALL_TARGET_HT20_14], 0) |
| 4371 | ); |
| 4372 | |
| 4373 | /* Mixed HT20 and HT40 rates */ |
| 4374 | |
| 4375 | /* HT20 22 (LSB), HT20 23, HT40 22, HT40 23 (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4376 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(10), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4377 | POW_SM(pPwrArray[ALL_TARGET_HT40_23], 24) | |
| 4378 | POW_SM(pPwrArray[ALL_TARGET_HT40_22], 16) | |
| 4379 | POW_SM(pPwrArray[ALL_TARGET_HT20_23], 8) | |
| 4380 | POW_SM(pPwrArray[ALL_TARGET_HT20_22], 0) |
| 4381 | ); |
| 4382 | |
| 4383 | /* |
| 4384 | * Write the HT40 power per rate set |
| 4385 | * correct PAR difference between HT40 and HT20/LEGACY |
| 4386 | * 0/8/16 (LSB), 1-3/9-11/17-19, 4, 5 (MSB) |
| 4387 | */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4388 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(6), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4389 | POW_SM(pPwrArray[ALL_TARGET_HT40_5], 24) | |
| 4390 | POW_SM(pPwrArray[ALL_TARGET_HT40_4], 16) | |
| 4391 | POW_SM(pPwrArray[ALL_TARGET_HT40_1_3_9_11_17_19], 8) | |
| 4392 | POW_SM(pPwrArray[ALL_TARGET_HT40_0_8_16], 0) |
| 4393 | ); |
| 4394 | |
| 4395 | /* 6 (LSB), 7, 12, 13 (MSB) */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4396 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(7), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4397 | POW_SM(pPwrArray[ALL_TARGET_HT40_13], 24) | |
| 4398 | POW_SM(pPwrArray[ALL_TARGET_HT40_12], 16) | |
| 4399 | POW_SM(pPwrArray[ALL_TARGET_HT40_7], 8) | |
| 4400 | POW_SM(pPwrArray[ALL_TARGET_HT40_6], 0) |
| 4401 | ); |
| 4402 | |
| 4403 | /* 14 (LSB), 15, 20, 21 */ |
Felix Fietkau | 4a4fdf2 | 2011-01-21 18:46:35 +0100 | [diff] [blame] | 4404 | REG_WRITE(ah, AR_PHY_POWER_TX_RATE(11), |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4405 | POW_SM(pPwrArray[ALL_TARGET_HT40_21], 24) | |
| 4406 | POW_SM(pPwrArray[ALL_TARGET_HT40_20], 16) | |
| 4407 | POW_SM(pPwrArray[ALL_TARGET_HT40_15], 8) | |
| 4408 | POW_SM(pPwrArray[ALL_TARGET_HT40_14], 0) |
| 4409 | ); |
| 4410 | |
| 4411 | return 0; |
| 4412 | #undef POW_SM |
| 4413 | } |
| 4414 | |
Gabor Juhos | 75acd5a | 2012-04-18 22:23:38 +0200 | [diff] [blame] | 4415 | static void ar9003_hw_get_legacy_target_powers(struct ath_hw *ah, u16 freq, |
| 4416 | u8 *targetPowerValT2, |
| 4417 | bool is2GHz) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4418 | { |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4419 | targetPowerValT2[ALL_TARGET_LEGACY_6_24] = |
| 4420 | ar9003_hw_eeprom_get_tgt_pwr(ah, LEGACY_TARGET_RATE_6_24, freq, |
| 4421 | is2GHz); |
| 4422 | targetPowerValT2[ALL_TARGET_LEGACY_36] = |
| 4423 | ar9003_hw_eeprom_get_tgt_pwr(ah, LEGACY_TARGET_RATE_36, freq, |
| 4424 | is2GHz); |
| 4425 | targetPowerValT2[ALL_TARGET_LEGACY_48] = |
| 4426 | ar9003_hw_eeprom_get_tgt_pwr(ah, LEGACY_TARGET_RATE_48, freq, |
| 4427 | is2GHz); |
| 4428 | targetPowerValT2[ALL_TARGET_LEGACY_54] = |
| 4429 | ar9003_hw_eeprom_get_tgt_pwr(ah, LEGACY_TARGET_RATE_54, freq, |
| 4430 | is2GHz); |
Gabor Juhos | 75acd5a | 2012-04-18 22:23:38 +0200 | [diff] [blame] | 4431 | } |
| 4432 | |
| 4433 | static void ar9003_hw_get_cck_target_powers(struct ath_hw *ah, u16 freq, |
| 4434 | u8 *targetPowerValT2) |
| 4435 | { |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4436 | targetPowerValT2[ALL_TARGET_LEGACY_1L_5L] = |
| 4437 | ar9003_hw_eeprom_get_cck_tgt_pwr(ah, LEGACY_TARGET_RATE_1L_5L, |
| 4438 | freq); |
| 4439 | targetPowerValT2[ALL_TARGET_LEGACY_5S] = |
| 4440 | ar9003_hw_eeprom_get_cck_tgt_pwr(ah, LEGACY_TARGET_RATE_5S, freq); |
| 4441 | targetPowerValT2[ALL_TARGET_LEGACY_11L] = |
| 4442 | ar9003_hw_eeprom_get_cck_tgt_pwr(ah, LEGACY_TARGET_RATE_11L, freq); |
| 4443 | targetPowerValT2[ALL_TARGET_LEGACY_11S] = |
| 4444 | ar9003_hw_eeprom_get_cck_tgt_pwr(ah, LEGACY_TARGET_RATE_11S, freq); |
Gabor Juhos | 75acd5a | 2012-04-18 22:23:38 +0200 | [diff] [blame] | 4445 | } |
| 4446 | |
| 4447 | static void ar9003_hw_get_ht20_target_powers(struct ath_hw *ah, u16 freq, |
| 4448 | u8 *targetPowerValT2, bool is2GHz) |
| 4449 | { |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4450 | targetPowerValT2[ALL_TARGET_HT20_0_8_16] = |
| 4451 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_0_8_16, freq, |
| 4452 | is2GHz); |
| 4453 | targetPowerValT2[ALL_TARGET_HT20_1_3_9_11_17_19] = |
| 4454 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_1_3_9_11_17_19, |
| 4455 | freq, is2GHz); |
| 4456 | targetPowerValT2[ALL_TARGET_HT20_4] = |
| 4457 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_4, freq, |
| 4458 | is2GHz); |
| 4459 | targetPowerValT2[ALL_TARGET_HT20_5] = |
| 4460 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_5, freq, |
| 4461 | is2GHz); |
| 4462 | targetPowerValT2[ALL_TARGET_HT20_6] = |
| 4463 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_6, freq, |
| 4464 | is2GHz); |
| 4465 | targetPowerValT2[ALL_TARGET_HT20_7] = |
| 4466 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_7, freq, |
| 4467 | is2GHz); |
| 4468 | targetPowerValT2[ALL_TARGET_HT20_12] = |
| 4469 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_12, freq, |
| 4470 | is2GHz); |
| 4471 | targetPowerValT2[ALL_TARGET_HT20_13] = |
| 4472 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_13, freq, |
| 4473 | is2GHz); |
| 4474 | targetPowerValT2[ALL_TARGET_HT20_14] = |
| 4475 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_14, freq, |
| 4476 | is2GHz); |
| 4477 | targetPowerValT2[ALL_TARGET_HT20_15] = |
| 4478 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_15, freq, |
| 4479 | is2GHz); |
| 4480 | targetPowerValT2[ALL_TARGET_HT20_20] = |
| 4481 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_20, freq, |
| 4482 | is2GHz); |
| 4483 | targetPowerValT2[ALL_TARGET_HT20_21] = |
| 4484 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_21, freq, |
| 4485 | is2GHz); |
| 4486 | targetPowerValT2[ALL_TARGET_HT20_22] = |
| 4487 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_22, freq, |
| 4488 | is2GHz); |
| 4489 | targetPowerValT2[ALL_TARGET_HT20_23] = |
| 4490 | ar9003_hw_eeprom_get_ht20_tgt_pwr(ah, HT_TARGET_RATE_23, freq, |
| 4491 | is2GHz); |
Gabor Juhos | 75acd5a | 2012-04-18 22:23:38 +0200 | [diff] [blame] | 4492 | } |
| 4493 | |
| 4494 | static void ar9003_hw_get_ht40_target_powers(struct ath_hw *ah, |
| 4495 | u16 freq, |
| 4496 | u8 *targetPowerValT2, |
| 4497 | bool is2GHz) |
| 4498 | { |
| 4499 | /* XXX: hard code for now, need to get from eeprom struct */ |
| 4500 | u8 ht40PowerIncForPdadc = 0; |
| 4501 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4502 | targetPowerValT2[ALL_TARGET_HT40_0_8_16] = |
| 4503 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_0_8_16, freq, |
| 4504 | is2GHz) + ht40PowerIncForPdadc; |
| 4505 | targetPowerValT2[ALL_TARGET_HT40_1_3_9_11_17_19] = |
| 4506 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_1_3_9_11_17_19, |
| 4507 | freq, |
| 4508 | is2GHz) + ht40PowerIncForPdadc; |
| 4509 | targetPowerValT2[ALL_TARGET_HT40_4] = |
| 4510 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_4, freq, |
| 4511 | is2GHz) + ht40PowerIncForPdadc; |
| 4512 | targetPowerValT2[ALL_TARGET_HT40_5] = |
| 4513 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_5, freq, |
| 4514 | is2GHz) + ht40PowerIncForPdadc; |
| 4515 | targetPowerValT2[ALL_TARGET_HT40_6] = |
| 4516 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_6, freq, |
| 4517 | is2GHz) + ht40PowerIncForPdadc; |
| 4518 | targetPowerValT2[ALL_TARGET_HT40_7] = |
| 4519 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_7, freq, |
| 4520 | is2GHz) + ht40PowerIncForPdadc; |
| 4521 | targetPowerValT2[ALL_TARGET_HT40_12] = |
| 4522 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_12, freq, |
| 4523 | is2GHz) + ht40PowerIncForPdadc; |
| 4524 | targetPowerValT2[ALL_TARGET_HT40_13] = |
| 4525 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_13, freq, |
| 4526 | is2GHz) + ht40PowerIncForPdadc; |
| 4527 | targetPowerValT2[ALL_TARGET_HT40_14] = |
| 4528 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_14, freq, |
| 4529 | is2GHz) + ht40PowerIncForPdadc; |
| 4530 | targetPowerValT2[ALL_TARGET_HT40_15] = |
| 4531 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_15, freq, |
| 4532 | is2GHz) + ht40PowerIncForPdadc; |
| 4533 | targetPowerValT2[ALL_TARGET_HT40_20] = |
| 4534 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_20, freq, |
| 4535 | is2GHz) + ht40PowerIncForPdadc; |
| 4536 | targetPowerValT2[ALL_TARGET_HT40_21] = |
| 4537 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_21, freq, |
| 4538 | is2GHz) + ht40PowerIncForPdadc; |
| 4539 | targetPowerValT2[ALL_TARGET_HT40_22] = |
| 4540 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_22, freq, |
| 4541 | is2GHz) + ht40PowerIncForPdadc; |
| 4542 | targetPowerValT2[ALL_TARGET_HT40_23] = |
| 4543 | ar9003_hw_eeprom_get_ht40_tgt_pwr(ah, HT_TARGET_RATE_23, freq, |
| 4544 | is2GHz) + ht40PowerIncForPdadc; |
Gabor Juhos | 75acd5a | 2012-04-18 22:23:38 +0200 | [diff] [blame] | 4545 | } |
| 4546 | |
| 4547 | static void ar9003_hw_get_target_power_eeprom(struct ath_hw *ah, |
| 4548 | struct ath9k_channel *chan, |
| 4549 | u8 *targetPowerValT2) |
| 4550 | { |
| 4551 | bool is2GHz = IS_CHAN_2GHZ(chan); |
| 4552 | unsigned int i = 0; |
| 4553 | struct ath_common *common = ath9k_hw_common(ah); |
| 4554 | u16 freq = chan->channel; |
| 4555 | |
| 4556 | if (is2GHz) |
| 4557 | ar9003_hw_get_cck_target_powers(ah, freq, targetPowerValT2); |
| 4558 | |
| 4559 | ar9003_hw_get_legacy_target_powers(ah, freq, targetPowerValT2, is2GHz); |
| 4560 | ar9003_hw_get_ht20_target_powers(ah, freq, targetPowerValT2, is2GHz); |
| 4561 | |
| 4562 | if (IS_CHAN_HT40(chan)) |
| 4563 | ar9003_hw_get_ht40_target_powers(ah, freq, targetPowerValT2, |
| 4564 | is2GHz); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4565 | |
Joe Perches | a1cbc7a | 2010-12-02 19:12:38 -0800 | [diff] [blame] | 4566 | for (i = 0; i < ar9300RateSize; i++) { |
Sujith Manoharan | df40190 | 2013-06-18 10:13:40 +0530 | [diff] [blame] | 4567 | ath_dbg(common, REGULATORY, "TPC[%02d] 0x%08x\n", |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 4568 | i, targetPowerValT2[i]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4569 | } |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4570 | } |
| 4571 | |
| 4572 | static int ar9003_hw_cal_pier_get(struct ath_hw *ah, |
| 4573 | int mode, |
| 4574 | int ipier, |
| 4575 | int ichain, |
| 4576 | int *pfrequency, |
| 4577 | int *pcorrection, |
| 4578 | int *ptemperature, int *pvoltage) |
| 4579 | { |
| 4580 | u8 *pCalPier; |
| 4581 | struct ar9300_cal_data_per_freq_op_loop *pCalPierStruct; |
| 4582 | int is2GHz; |
| 4583 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 4584 | struct ath_common *common = ath9k_hw_common(ah); |
| 4585 | |
| 4586 | if (ichain >= AR9300_MAX_CHAINS) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 4587 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 4588 | "Invalid chain index, must be less than %d\n", |
| 4589 | AR9300_MAX_CHAINS); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4590 | return -1; |
| 4591 | } |
| 4592 | |
| 4593 | if (mode) { /* 5GHz */ |
| 4594 | if (ipier >= AR9300_NUM_5G_CAL_PIERS) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 4595 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 4596 | "Invalid 5GHz cal pier index, must be less than %d\n", |
| 4597 | AR9300_NUM_5G_CAL_PIERS); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4598 | return -1; |
| 4599 | } |
| 4600 | pCalPier = &(eep->calFreqPier5G[ipier]); |
| 4601 | pCalPierStruct = &(eep->calPierData5G[ichain][ipier]); |
| 4602 | is2GHz = 0; |
| 4603 | } else { |
| 4604 | if (ipier >= AR9300_NUM_2G_CAL_PIERS) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 4605 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 4606 | "Invalid 2GHz cal pier index, must be less than %d\n", |
| 4607 | AR9300_NUM_2G_CAL_PIERS); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4608 | return -1; |
| 4609 | } |
| 4610 | |
| 4611 | pCalPier = &(eep->calFreqPier2G[ipier]); |
| 4612 | pCalPierStruct = &(eep->calPierData2G[ichain][ipier]); |
| 4613 | is2GHz = 1; |
| 4614 | } |
| 4615 | |
Gabor Juhos | 8edb254 | 2012-04-16 22:46:32 +0200 | [diff] [blame] | 4616 | *pfrequency = ath9k_hw_fbin2freq(*pCalPier, is2GHz); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4617 | *pcorrection = pCalPierStruct->refPower; |
| 4618 | *ptemperature = pCalPierStruct->tempMeas; |
| 4619 | *pvoltage = pCalPierStruct->voltMeas; |
| 4620 | |
| 4621 | return 0; |
| 4622 | } |
| 4623 | |
Sujith Manoharan | 2d7caef | 2013-01-08 20:57:52 +0530 | [diff] [blame] | 4624 | static void ar9003_hw_power_control_override(struct ath_hw *ah, |
| 4625 | int frequency, |
| 4626 | int *correction, |
| 4627 | int *voltage, int *temperature) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4628 | { |
Sujith Manoharan | 2d7caef | 2013-01-08 20:57:52 +0530 | [diff] [blame] | 4629 | int temp_slope = 0, temp_slope1 = 0, temp_slope2 = 0; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4630 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
Sujith Manoharan | 2d7caef | 2013-01-08 20:57:52 +0530 | [diff] [blame] | 4631 | int f[8], t[8], t1[3], t2[3], i; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4632 | |
| 4633 | REG_RMW(ah, AR_PHY_TPC_11_B0, |
| 4634 | (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), |
| 4635 | AR_PHY_TPC_OLPC_GAIN_DELTA); |
Vasanthakumar Thiagarajan | 5f139eb | 2010-12-06 04:27:53 -0800 | [diff] [blame] | 4636 | if (ah->caps.tx_chainmask & BIT(1)) |
| 4637 | REG_RMW(ah, AR_PHY_TPC_11_B1, |
| 4638 | (correction[1] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), |
| 4639 | AR_PHY_TPC_OLPC_GAIN_DELTA); |
| 4640 | if (ah->caps.tx_chainmask & BIT(2)) |
| 4641 | REG_RMW(ah, AR_PHY_TPC_11_B2, |
| 4642 | (correction[2] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), |
| 4643 | AR_PHY_TPC_OLPC_GAIN_DELTA); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4644 | |
| 4645 | /* enable open loop power control on chip */ |
| 4646 | REG_RMW(ah, AR_PHY_TPC_6_B0, |
| 4647 | (3 << AR_PHY_TPC_6_ERROR_EST_MODE_S), |
| 4648 | AR_PHY_TPC_6_ERROR_EST_MODE); |
Vasanthakumar Thiagarajan | 5f139eb | 2010-12-06 04:27:53 -0800 | [diff] [blame] | 4649 | if (ah->caps.tx_chainmask & BIT(1)) |
| 4650 | REG_RMW(ah, AR_PHY_TPC_6_B1, |
| 4651 | (3 << AR_PHY_TPC_6_ERROR_EST_MODE_S), |
| 4652 | AR_PHY_TPC_6_ERROR_EST_MODE); |
| 4653 | if (ah->caps.tx_chainmask & BIT(2)) |
| 4654 | REG_RMW(ah, AR_PHY_TPC_6_B2, |
| 4655 | (3 << AR_PHY_TPC_6_ERROR_EST_MODE_S), |
| 4656 | AR_PHY_TPC_6_ERROR_EST_MODE); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4657 | |
| 4658 | /* |
| 4659 | * enable temperature compensation |
| 4660 | * Need to use register names |
| 4661 | */ |
Sujith Manoharan | 2d7caef | 2013-01-08 20:57:52 +0530 | [diff] [blame] | 4662 | if (frequency < 4000) { |
| 4663 | temp_slope = eep->modalHeader2G.tempSlope; |
| 4664 | } else { |
| 4665 | if (AR_SREV_9550(ah)) { |
| 4666 | t[0] = eep->base_ext1.tempslopextension[2]; |
| 4667 | t1[0] = eep->base_ext1.tempslopextension[3]; |
| 4668 | t2[0] = eep->base_ext1.tempslopextension[4]; |
| 4669 | f[0] = 5180; |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4670 | |
Sujith Manoharan | 2d7caef | 2013-01-08 20:57:52 +0530 | [diff] [blame] | 4671 | t[1] = eep->modalHeader5G.tempSlope; |
| 4672 | t1[1] = eep->base_ext1.tempslopextension[0]; |
| 4673 | t2[1] = eep->base_ext1.tempslopextension[1]; |
| 4674 | f[1] = 5500; |
| 4675 | |
| 4676 | t[2] = eep->base_ext1.tempslopextension[5]; |
| 4677 | t1[2] = eep->base_ext1.tempslopextension[6]; |
| 4678 | t2[2] = eep->base_ext1.tempslopextension[7]; |
| 4679 | f[2] = 5785; |
| 4680 | |
| 4681 | temp_slope = ar9003_hw_power_interpolate(frequency, |
| 4682 | f, t, 3); |
| 4683 | temp_slope1 = ar9003_hw_power_interpolate(frequency, |
| 4684 | f, t1, 3); |
| 4685 | temp_slope2 = ar9003_hw_power_interpolate(frequency, |
| 4686 | f, t2, 3); |
| 4687 | |
| 4688 | goto tempslope; |
| 4689 | } |
| 4690 | |
| 4691 | if ((eep->baseEepHeader.miscConfiguration & 0x20) != 0) { |
| 4692 | for (i = 0; i < 8; i++) { |
| 4693 | t[i] = eep->base_ext1.tempslopextension[i]; |
| 4694 | f[i] = FBIN2FREQ(eep->calFreqPier5G[i], 0); |
| 4695 | } |
| 4696 | temp_slope = ar9003_hw_power_interpolate((s32) frequency, |
| 4697 | f, t, 8); |
| 4698 | } else if (eep->base_ext2.tempSlopeLow != 0) { |
| 4699 | t[0] = eep->base_ext2.tempSlopeLow; |
| 4700 | f[0] = 5180; |
| 4701 | t[1] = eep->modalHeader5G.tempSlope; |
| 4702 | f[1] = 5500; |
| 4703 | t[2] = eep->base_ext2.tempSlopeHigh; |
| 4704 | f[2] = 5785; |
| 4705 | temp_slope = ar9003_hw_power_interpolate((s32) frequency, |
| 4706 | f, t, 3); |
| 4707 | } else { |
| 4708 | temp_slope = eep->modalHeader5G.tempSlope; |
| 4709 | } |
| 4710 | } |
| 4711 | |
| 4712 | tempslope: |
| 4713 | if (AR_SREV_9550(ah)) { |
| 4714 | /* |
| 4715 | * AR955x has tempSlope register for each chain. |
| 4716 | * Check whether temp_compensation feature is enabled or not. |
| 4717 | */ |
| 4718 | if (eep->baseEepHeader.featureEnable & 0x1) { |
| 4719 | if (frequency < 4000) { |
| 4720 | REG_RMW_FIELD(ah, AR_PHY_TPC_19, |
| 4721 | AR_PHY_TPC_19_ALPHA_THERM, |
| 4722 | eep->base_ext2.tempSlopeLow); |
| 4723 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B1, |
| 4724 | AR_PHY_TPC_19_ALPHA_THERM, |
| 4725 | temp_slope); |
| 4726 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B2, |
| 4727 | AR_PHY_TPC_19_ALPHA_THERM, |
| 4728 | eep->base_ext2.tempSlopeHigh); |
| 4729 | } else { |
| 4730 | REG_RMW_FIELD(ah, AR_PHY_TPC_19, |
| 4731 | AR_PHY_TPC_19_ALPHA_THERM, |
| 4732 | temp_slope); |
| 4733 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B1, |
| 4734 | AR_PHY_TPC_19_ALPHA_THERM, |
| 4735 | temp_slope1); |
| 4736 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B2, |
| 4737 | AR_PHY_TPC_19_ALPHA_THERM, |
| 4738 | temp_slope2); |
| 4739 | } |
| 4740 | } else { |
| 4741 | /* |
| 4742 | * If temp compensation is not enabled, |
| 4743 | * set all registers to 0. |
| 4744 | */ |
| 4745 | REG_RMW_FIELD(ah, AR_PHY_TPC_19, |
| 4746 | AR_PHY_TPC_19_ALPHA_THERM, 0); |
| 4747 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B1, |
| 4748 | AR_PHY_TPC_19_ALPHA_THERM, 0); |
| 4749 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B2, |
| 4750 | AR_PHY_TPC_19_ALPHA_THERM, 0); |
| 4751 | } |
| 4752 | } else { |
| 4753 | REG_RMW_FIELD(ah, AR_PHY_TPC_19, |
| 4754 | AR_PHY_TPC_19_ALPHA_THERM, temp_slope); |
| 4755 | } |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 4756 | |
Sujith Manoharan | 2b5e54e | 2013-06-24 18:18:46 +0530 | [diff] [blame] | 4757 | if (AR_SREV_9462_20_OR_LATER(ah)) |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 4758 | REG_RMW_FIELD(ah, AR_PHY_TPC_19_B1, |
Sujith Manoharan | 2d7caef | 2013-01-08 20:57:52 +0530 | [diff] [blame] | 4759 | AR_PHY_TPC_19_B1_ALPHA_THERM, temp_slope); |
Senthil Balasubramanian | 2577c6e | 2011-09-13 22:38:18 +0530 | [diff] [blame] | 4760 | |
| 4761 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4762 | REG_RMW_FIELD(ah, AR_PHY_TPC_18, AR_PHY_TPC_18_THERM_CAL_VALUE, |
| 4763 | temperature[0]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4764 | } |
| 4765 | |
| 4766 | /* Apply the recorded correction values. */ |
| 4767 | static int ar9003_hw_calibration_apply(struct ath_hw *ah, int frequency) |
| 4768 | { |
| 4769 | int ichain, ipier, npier; |
| 4770 | int mode; |
| 4771 | int lfrequency[AR9300_MAX_CHAINS], |
| 4772 | lcorrection[AR9300_MAX_CHAINS], |
| 4773 | ltemperature[AR9300_MAX_CHAINS], lvoltage[AR9300_MAX_CHAINS]; |
| 4774 | int hfrequency[AR9300_MAX_CHAINS], |
| 4775 | hcorrection[AR9300_MAX_CHAINS], |
| 4776 | htemperature[AR9300_MAX_CHAINS], hvoltage[AR9300_MAX_CHAINS]; |
| 4777 | int fdiff; |
| 4778 | int correction[AR9300_MAX_CHAINS], |
| 4779 | voltage[AR9300_MAX_CHAINS], temperature[AR9300_MAX_CHAINS]; |
| 4780 | int pfrequency, pcorrection, ptemperature, pvoltage; |
| 4781 | struct ath_common *common = ath9k_hw_common(ah); |
| 4782 | |
| 4783 | mode = (frequency >= 4000); |
| 4784 | if (mode) |
| 4785 | npier = AR9300_NUM_5G_CAL_PIERS; |
| 4786 | else |
| 4787 | npier = AR9300_NUM_2G_CAL_PIERS; |
| 4788 | |
| 4789 | for (ichain = 0; ichain < AR9300_MAX_CHAINS; ichain++) { |
| 4790 | lfrequency[ichain] = 0; |
| 4791 | hfrequency[ichain] = 100000; |
| 4792 | } |
| 4793 | /* identify best lower and higher frequency calibration measurement */ |
| 4794 | for (ichain = 0; ichain < AR9300_MAX_CHAINS; ichain++) { |
| 4795 | for (ipier = 0; ipier < npier; ipier++) { |
| 4796 | if (!ar9003_hw_cal_pier_get(ah, mode, ipier, ichain, |
| 4797 | &pfrequency, &pcorrection, |
| 4798 | &ptemperature, &pvoltage)) { |
| 4799 | fdiff = frequency - pfrequency; |
| 4800 | |
| 4801 | /* |
| 4802 | * this measurement is higher than |
| 4803 | * our desired frequency |
| 4804 | */ |
| 4805 | if (fdiff <= 0) { |
| 4806 | if (hfrequency[ichain] <= 0 || |
| 4807 | hfrequency[ichain] >= 100000 || |
| 4808 | fdiff > |
| 4809 | (frequency - hfrequency[ichain])) { |
| 4810 | /* |
| 4811 | * new best higher |
| 4812 | * frequency measurement |
| 4813 | */ |
| 4814 | hfrequency[ichain] = pfrequency; |
| 4815 | hcorrection[ichain] = |
| 4816 | pcorrection; |
| 4817 | htemperature[ichain] = |
| 4818 | ptemperature; |
| 4819 | hvoltage[ichain] = pvoltage; |
| 4820 | } |
| 4821 | } |
| 4822 | if (fdiff >= 0) { |
| 4823 | if (lfrequency[ichain] <= 0 |
| 4824 | || fdiff < |
| 4825 | (frequency - lfrequency[ichain])) { |
| 4826 | /* |
| 4827 | * new best lower |
| 4828 | * frequency measurement |
| 4829 | */ |
| 4830 | lfrequency[ichain] = pfrequency; |
| 4831 | lcorrection[ichain] = |
| 4832 | pcorrection; |
| 4833 | ltemperature[ichain] = |
| 4834 | ptemperature; |
| 4835 | lvoltage[ichain] = pvoltage; |
| 4836 | } |
| 4837 | } |
| 4838 | } |
| 4839 | } |
| 4840 | } |
| 4841 | |
| 4842 | /* interpolate */ |
| 4843 | for (ichain = 0; ichain < AR9300_MAX_CHAINS; ichain++) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 4844 | ath_dbg(common, EEPROM, "ch=%d f=%d low=%d %d h=%d %d\n", |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 4845 | ichain, frequency, lfrequency[ichain], |
| 4846 | lcorrection[ichain], hfrequency[ichain], |
| 4847 | hcorrection[ichain]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4848 | /* they're the same, so just pick one */ |
| 4849 | if (hfrequency[ichain] == lfrequency[ichain]) { |
| 4850 | correction[ichain] = lcorrection[ichain]; |
| 4851 | voltage[ichain] = lvoltage[ichain]; |
| 4852 | temperature[ichain] = ltemperature[ichain]; |
| 4853 | } |
| 4854 | /* the low frequency is good */ |
| 4855 | else if (frequency - lfrequency[ichain] < 1000) { |
| 4856 | /* so is the high frequency, interpolate */ |
| 4857 | if (hfrequency[ichain] - frequency < 1000) { |
| 4858 | |
Vasanthakumar Thiagarajan | bc20680 | 2010-11-10 05:03:14 -0800 | [diff] [blame] | 4859 | correction[ichain] = interpolate(frequency, |
| 4860 | lfrequency[ichain], |
| 4861 | hfrequency[ichain], |
| 4862 | lcorrection[ichain], |
| 4863 | hcorrection[ichain]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4864 | |
Vasanthakumar Thiagarajan | bc20680 | 2010-11-10 05:03:14 -0800 | [diff] [blame] | 4865 | temperature[ichain] = interpolate(frequency, |
| 4866 | lfrequency[ichain], |
| 4867 | hfrequency[ichain], |
| 4868 | ltemperature[ichain], |
| 4869 | htemperature[ichain]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4870 | |
Vasanthakumar Thiagarajan | bc20680 | 2010-11-10 05:03:14 -0800 | [diff] [blame] | 4871 | voltage[ichain] = interpolate(frequency, |
| 4872 | lfrequency[ichain], |
| 4873 | hfrequency[ichain], |
| 4874 | lvoltage[ichain], |
| 4875 | hvoltage[ichain]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4876 | } |
| 4877 | /* only low is good, use it */ |
| 4878 | else { |
| 4879 | correction[ichain] = lcorrection[ichain]; |
| 4880 | temperature[ichain] = ltemperature[ichain]; |
| 4881 | voltage[ichain] = lvoltage[ichain]; |
| 4882 | } |
| 4883 | } |
| 4884 | /* only high is good, use it */ |
| 4885 | else if (hfrequency[ichain] - frequency < 1000) { |
| 4886 | correction[ichain] = hcorrection[ichain]; |
| 4887 | temperature[ichain] = htemperature[ichain]; |
| 4888 | voltage[ichain] = hvoltage[ichain]; |
| 4889 | } else { /* nothing is good, presume 0???? */ |
| 4890 | correction[ichain] = 0; |
| 4891 | temperature[ichain] = 0; |
| 4892 | voltage[ichain] = 0; |
| 4893 | } |
| 4894 | } |
| 4895 | |
| 4896 | ar9003_hw_power_control_override(ah, frequency, correction, voltage, |
| 4897 | temperature); |
| 4898 | |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 4899 | ath_dbg(common, EEPROM, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 4900 | "for frequency=%d, calibration correction = %d %d %d\n", |
| 4901 | frequency, correction[0], correction[1], correction[2]); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 4902 | |
| 4903 | return 0; |
| 4904 | } |
| 4905 | |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4906 | static u16 ar9003_hw_get_direct_edge_power(struct ar9300_eeprom *eep, |
| 4907 | int idx, |
| 4908 | int edge, |
| 4909 | bool is2GHz) |
| 4910 | { |
| 4911 | struct cal_ctl_data_2g *ctl_2g = eep->ctlPowerData_2G; |
| 4912 | struct cal_ctl_data_5g *ctl_5g = eep->ctlPowerData_5G; |
| 4913 | |
| 4914 | if (is2GHz) |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 4915 | return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge]); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4916 | else |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 4917 | return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge]); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4918 | } |
| 4919 | |
| 4920 | static u16 ar9003_hw_get_indirect_edge_power(struct ar9300_eeprom *eep, |
| 4921 | int idx, |
| 4922 | unsigned int edge, |
| 4923 | u16 freq, |
| 4924 | bool is2GHz) |
| 4925 | { |
| 4926 | struct cal_ctl_data_2g *ctl_2g = eep->ctlPowerData_2G; |
| 4927 | struct cal_ctl_data_5g *ctl_5g = eep->ctlPowerData_5G; |
| 4928 | |
| 4929 | u8 *ctl_freqbin = is2GHz ? |
| 4930 | &eep->ctl_freqbin_2G[idx][0] : |
| 4931 | &eep->ctl_freqbin_5G[idx][0]; |
| 4932 | |
| 4933 | if (is2GHz) { |
| 4934 | if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 1) < freq && |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 4935 | CTL_EDGE_FLAGS(ctl_2g[idx].ctlEdges[edge - 1])) |
| 4936 | return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge - 1]); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4937 | } else { |
| 4938 | if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 0) < freq && |
Felix Fietkau | e702ba1 | 2010-12-01 19:07:46 +0100 | [diff] [blame] | 4939 | CTL_EDGE_FLAGS(ctl_5g[idx].ctlEdges[edge - 1])) |
| 4940 | return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge - 1]); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4941 | } |
| 4942 | |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 4943 | return MAX_RATE_POWER; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4944 | } |
| 4945 | |
| 4946 | /* |
| 4947 | * Find the maximum conformance test limit for the given channel and CTL info |
| 4948 | */ |
| 4949 | static u16 ar9003_hw_get_max_edge_power(struct ar9300_eeprom *eep, |
| 4950 | u16 freq, int idx, bool is2GHz) |
| 4951 | { |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 4952 | u16 twiceMaxEdgePower = MAX_RATE_POWER; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4953 | u8 *ctl_freqbin = is2GHz ? |
| 4954 | &eep->ctl_freqbin_2G[idx][0] : |
| 4955 | &eep->ctl_freqbin_5G[idx][0]; |
| 4956 | u16 num_edges = is2GHz ? |
| 4957 | AR9300_NUM_BAND_EDGES_2G : AR9300_NUM_BAND_EDGES_5G; |
| 4958 | unsigned int edge; |
| 4959 | |
| 4960 | /* Get the edge power */ |
| 4961 | for (edge = 0; |
Felix Fietkau | 4ddfcd7 | 2010-12-12 00:51:08 +0100 | [diff] [blame] | 4962 | (edge < num_edges) && (ctl_freqbin[edge] != AR5416_BCHAN_UNUSED); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4963 | edge++) { |
| 4964 | /* |
| 4965 | * If there's an exact channel match or an inband flag set |
| 4966 | * on the lower channel use the given rdEdgePower |
| 4967 | */ |
| 4968 | if (freq == ath9k_hw_fbin2freq(ctl_freqbin[edge], is2GHz)) { |
| 4969 | twiceMaxEdgePower = |
| 4970 | ar9003_hw_get_direct_edge_power(eep, idx, |
| 4971 | edge, is2GHz); |
| 4972 | break; |
| 4973 | } else if ((edge > 0) && |
| 4974 | (freq < ath9k_hw_fbin2freq(ctl_freqbin[edge], |
| 4975 | is2GHz))) { |
| 4976 | twiceMaxEdgePower = |
| 4977 | ar9003_hw_get_indirect_edge_power(eep, idx, |
| 4978 | edge, freq, |
| 4979 | is2GHz); |
| 4980 | /* |
| 4981 | * Leave loop - no more affecting edges possible in |
| 4982 | * this monotonic increasing list |
| 4983 | */ |
| 4984 | break; |
| 4985 | } |
| 4986 | } |
| 4987 | return twiceMaxEdgePower; |
| 4988 | } |
| 4989 | |
| 4990 | static void ar9003_hw_set_power_per_rate_table(struct ath_hw *ah, |
| 4991 | struct ath9k_channel *chan, |
| 4992 | u8 *pPwrArray, u16 cfgCtl, |
Felix Fietkau | ca2c68c | 2011-10-08 20:06:20 +0200 | [diff] [blame] | 4993 | u8 antenna_reduction, |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4994 | u16 powerLimit) |
| 4995 | { |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4996 | struct ath_common *common = ath9k_hw_common(ah); |
| 4997 | struct ar9300_eeprom *pEepData = &ah->eeprom.ar9300_eep; |
Rajkumar Manoharan | a261f0e | 2011-11-22 18:52:00 +0530 | [diff] [blame] | 4998 | u16 twiceMaxEdgePower; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 4999 | int i; |
Felix Fietkau | ca2c68c | 2011-10-08 20:06:20 +0200 | [diff] [blame] | 5000 | u16 scaledPower = 0, minCtlPower; |
Joe Perches | 07b2fa5 | 2010-11-20 18:38:53 -0800 | [diff] [blame] | 5001 | static const u16 ctlModesFor11a[] = { |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5002 | CTL_11A, CTL_5GHT20, CTL_11A_EXT, CTL_5GHT40 |
| 5003 | }; |
Joe Perches | 07b2fa5 | 2010-11-20 18:38:53 -0800 | [diff] [blame] | 5004 | static const u16 ctlModesFor11g[] = { |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5005 | CTL_11B, CTL_11G, CTL_2GHT20, CTL_11B_EXT, |
| 5006 | CTL_11G_EXT, CTL_2GHT40 |
| 5007 | }; |
Joe Perches | 07b2fa5 | 2010-11-20 18:38:53 -0800 | [diff] [blame] | 5008 | u16 numCtlModes; |
| 5009 | const u16 *pCtlMode; |
| 5010 | u16 ctlMode, freq; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5011 | struct chan_centers centers; |
| 5012 | u8 *ctlIndex; |
| 5013 | u8 ctlNum; |
| 5014 | u16 twiceMinEdgePower; |
| 5015 | bool is2ghz = IS_CHAN_2GHZ(chan); |
| 5016 | |
| 5017 | ath9k_hw_get_channel_centers(ah, chan, ¢ers); |
Gabor Juhos | ea6f792 | 2012-04-14 22:01:58 +0200 | [diff] [blame] | 5018 | scaledPower = ath9k_hw_get_scaled_power(ah, powerLimit, |
| 5019 | antenna_reduction); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5020 | |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5021 | if (is2ghz) { |
| 5022 | /* Setup for CTL modes */ |
| 5023 | /* CTL_11B, CTL_11G, CTL_2GHT20 */ |
| 5024 | numCtlModes = |
| 5025 | ARRAY_SIZE(ctlModesFor11g) - |
| 5026 | SUB_NUM_CTL_MODES_AT_2G_40; |
| 5027 | pCtlMode = ctlModesFor11g; |
| 5028 | if (IS_CHAN_HT40(chan)) |
| 5029 | /* All 2G CTL's */ |
| 5030 | numCtlModes = ARRAY_SIZE(ctlModesFor11g); |
| 5031 | } else { |
| 5032 | /* Setup for CTL modes */ |
| 5033 | /* CTL_11A, CTL_5GHT20 */ |
| 5034 | numCtlModes = ARRAY_SIZE(ctlModesFor11a) - |
| 5035 | SUB_NUM_CTL_MODES_AT_5G_40; |
| 5036 | pCtlMode = ctlModesFor11a; |
| 5037 | if (IS_CHAN_HT40(chan)) |
| 5038 | /* All 5G CTL's */ |
| 5039 | numCtlModes = ARRAY_SIZE(ctlModesFor11a); |
| 5040 | } |
| 5041 | |
| 5042 | /* |
| 5043 | * For MIMO, need to apply regulatory caps individually across |
| 5044 | * dynamically running modes: CCK, OFDM, HT20, HT40 |
| 5045 | * |
| 5046 | * The outer loop walks through each possible applicable runtime mode. |
| 5047 | * The inner loop walks through each ctlIndex entry in EEPROM. |
| 5048 | * The ctl value is encoded as [7:4] == test group, [3:0] == test mode. |
| 5049 | */ |
| 5050 | for (ctlMode = 0; ctlMode < numCtlModes; ctlMode++) { |
| 5051 | bool isHt40CtlMode = (pCtlMode[ctlMode] == CTL_5GHT40) || |
| 5052 | (pCtlMode[ctlMode] == CTL_2GHT40); |
| 5053 | if (isHt40CtlMode) |
| 5054 | freq = centers.synth_center; |
| 5055 | else if (pCtlMode[ctlMode] & EXT_ADDITIVE) |
| 5056 | freq = centers.ext_center; |
| 5057 | else |
| 5058 | freq = centers.ctl_center; |
| 5059 | |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 5060 | ath_dbg(common, REGULATORY, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 5061 | "LOOP-Mode ctlMode %d < %d, isHt40CtlMode %d, EXT_ADDITIVE %d\n", |
| 5062 | ctlMode, numCtlModes, isHt40CtlMode, |
| 5063 | (pCtlMode[ctlMode] & EXT_ADDITIVE)); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5064 | |
| 5065 | /* walk through each CTL index stored in EEPROM */ |
| 5066 | if (is2ghz) { |
| 5067 | ctlIndex = pEepData->ctlIndex_2G; |
| 5068 | ctlNum = AR9300_NUM_CTLS_2G; |
| 5069 | } else { |
| 5070 | ctlIndex = pEepData->ctlIndex_5G; |
| 5071 | ctlNum = AR9300_NUM_CTLS_5G; |
| 5072 | } |
| 5073 | |
Rajkumar Manoharan | a261f0e | 2011-11-22 18:52:00 +0530 | [diff] [blame] | 5074 | twiceMaxEdgePower = MAX_RATE_POWER; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5075 | for (i = 0; (i < ctlNum) && ctlIndex[i]; i++) { |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 5076 | ath_dbg(common, REGULATORY, |
Joe Perches | 226afe6 | 2010-12-02 19:12:37 -0800 | [diff] [blame] | 5077 | "LOOP-Ctlidx %d: cfgCtl 0x%2.2x pCtlMode 0x%2.2x ctlIndex 0x%2.2x chan %d\n", |
| 5078 | i, cfgCtl, pCtlMode[ctlMode], ctlIndex[i], |
| 5079 | chan->channel); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5080 | |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5081 | /* |
| 5082 | * compare test group from regulatory |
| 5083 | * channel list with test mode from pCtlMode |
| 5084 | * list |
| 5085 | */ |
| 5086 | if ((((cfgCtl & ~CTL_MODE_M) | |
| 5087 | (pCtlMode[ctlMode] & CTL_MODE_M)) == |
| 5088 | ctlIndex[i]) || |
| 5089 | (((cfgCtl & ~CTL_MODE_M) | |
| 5090 | (pCtlMode[ctlMode] & CTL_MODE_M)) == |
| 5091 | ((ctlIndex[i] & CTL_MODE_M) | |
| 5092 | SD_NO_CTL))) { |
| 5093 | twiceMinEdgePower = |
| 5094 | ar9003_hw_get_max_edge_power(pEepData, |
| 5095 | freq, i, |
| 5096 | is2ghz); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5097 | |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5098 | if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) |
| 5099 | /* |
| 5100 | * Find the minimum of all CTL |
| 5101 | * edge powers that apply to |
| 5102 | * this channel |
| 5103 | */ |
| 5104 | twiceMaxEdgePower = |
| 5105 | min(twiceMaxEdgePower, |
| 5106 | twiceMinEdgePower); |
| 5107 | else { |
| 5108 | /* specific */ |
| 5109 | twiceMaxEdgePower = twiceMinEdgePower; |
| 5110 | break; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5111 | } |
| 5112 | } |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5113 | } |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5114 | |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5115 | minCtlPower = (u8)min(twiceMaxEdgePower, scaledPower); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5116 | |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5117 | ath_dbg(common, REGULATORY, |
| 5118 | "SEL-Min ctlMode %d pCtlMode %d 2xMaxEdge %d sP %d minCtlPwr %d\n", |
| 5119 | ctlMode, pCtlMode[ctlMode], twiceMaxEdgePower, |
| 5120 | scaledPower, minCtlPower); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5121 | |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5122 | /* Apply ctl mode to correct target power set */ |
| 5123 | switch (pCtlMode[ctlMode]) { |
| 5124 | case CTL_11B: |
| 5125 | for (i = ALL_TARGET_LEGACY_1L_5L; |
| 5126 | i <= ALL_TARGET_LEGACY_11S; i++) |
| 5127 | pPwrArray[i] = (u8)min((u16)pPwrArray[i], |
| 5128 | minCtlPower); |
| 5129 | break; |
| 5130 | case CTL_11A: |
| 5131 | case CTL_11G: |
| 5132 | for (i = ALL_TARGET_LEGACY_6_24; |
| 5133 | i <= ALL_TARGET_LEGACY_54; i++) |
| 5134 | pPwrArray[i] = (u8)min((u16)pPwrArray[i], |
| 5135 | minCtlPower); |
| 5136 | break; |
| 5137 | case CTL_5GHT20: |
| 5138 | case CTL_2GHT20: |
| 5139 | for (i = ALL_TARGET_HT20_0_8_16; |
Rajkumar Manoharan | e82cb03 | 2012-10-12 14:07:25 +0530 | [diff] [blame] | 5140 | i <= ALL_TARGET_HT20_23; i++) { |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5141 | pPwrArray[i] = (u8)min((u16)pPwrArray[i], |
| 5142 | minCtlPower); |
Rajkumar Manoharan | e82cb03 | 2012-10-12 14:07:25 +0530 | [diff] [blame] | 5143 | if (ath9k_hw_mci_is_enabled(ah)) |
| 5144 | pPwrArray[i] = |
| 5145 | (u8)min((u16)pPwrArray[i], |
| 5146 | ar9003_mci_get_max_txpower(ah, |
| 5147 | pCtlMode[ctlMode])); |
| 5148 | } |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5149 | break; |
| 5150 | case CTL_5GHT40: |
| 5151 | case CTL_2GHT40: |
| 5152 | for (i = ALL_TARGET_HT40_0_8_16; |
Rajkumar Manoharan | e82cb03 | 2012-10-12 14:07:25 +0530 | [diff] [blame] | 5153 | i <= ALL_TARGET_HT40_23; i++) { |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5154 | pPwrArray[i] = (u8)min((u16)pPwrArray[i], |
| 5155 | minCtlPower); |
Rajkumar Manoharan | e82cb03 | 2012-10-12 14:07:25 +0530 | [diff] [blame] | 5156 | if (ath9k_hw_mci_is_enabled(ah)) |
| 5157 | pPwrArray[i] = |
| 5158 | (u8)min((u16)pPwrArray[i], |
| 5159 | ar9003_mci_get_max_txpower(ah, |
| 5160 | pCtlMode[ctlMode])); |
| 5161 | } |
Gabor Juhos | 2a0b50c | 2012-08-02 16:00:52 +0200 | [diff] [blame] | 5162 | break; |
| 5163 | default: |
| 5164 | break; |
| 5165 | } |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5166 | } /* end ctl mode checking */ |
| 5167 | } |
| 5168 | |
Vasanthakumar Thiagarajan | 45ef6a0 | 2010-12-15 07:30:53 -0800 | [diff] [blame] | 5169 | static inline u8 mcsidx_to_tgtpwridx(unsigned int mcs_idx, u8 base_pwridx) |
| 5170 | { |
| 5171 | u8 mod_idx = mcs_idx % 8; |
| 5172 | |
| 5173 | if (mod_idx <= 3) |
| 5174 | return mod_idx ? (base_pwridx + 1) : base_pwridx; |
| 5175 | else |
| 5176 | return base_pwridx + 4 * (mcs_idx / 8) + mod_idx - 2; |
| 5177 | } |
| 5178 | |
Sujith Manoharan | 1562580 | 2012-12-10 07:22:38 +0530 | [diff] [blame] | 5179 | static void ar9003_paprd_set_txpower(struct ath_hw *ah, |
| 5180 | struct ath9k_channel *chan, |
| 5181 | u8 *targetPowerValT2) |
| 5182 | { |
| 5183 | int i; |
| 5184 | |
| 5185 | if (!ar9003_is_paprd_enabled(ah)) |
| 5186 | return; |
| 5187 | |
| 5188 | if (IS_CHAN_HT40(chan)) |
| 5189 | i = ALL_TARGET_HT40_7; |
| 5190 | else |
| 5191 | i = ALL_TARGET_HT20_7; |
| 5192 | |
| 5193 | if (IS_CHAN_2GHZ(chan)) { |
| 5194 | if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah) && |
| 5195 | !AR_SREV_9462(ah) && !AR_SREV_9565(ah)) { |
| 5196 | if (IS_CHAN_HT40(chan)) |
| 5197 | i = ALL_TARGET_HT40_0_8_16; |
| 5198 | else |
| 5199 | i = ALL_TARGET_HT20_0_8_16; |
| 5200 | } |
| 5201 | } |
| 5202 | |
| 5203 | ah->paprd_target_power = targetPowerValT2[i]; |
| 5204 | } |
| 5205 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5206 | static void ath9k_hw_ar9300_set_txpower(struct ath_hw *ah, |
| 5207 | struct ath9k_channel *chan, u16 cfgCtl, |
| 5208 | u8 twiceAntennaReduction, |
Felix Fietkau | de40f31 | 2010-10-20 03:08:53 +0200 | [diff] [blame] | 5209 | u8 powerLimit, bool test) |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5210 | { |
Felix Fietkau | 6b7b6cf | 2010-10-20 02:09:44 +0200 | [diff] [blame] | 5211 | struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5212 | struct ath_common *common = ath9k_hw_common(ah); |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5213 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
Felix Fietkau | f1a8abb | 2010-12-19 00:31:54 +0100 | [diff] [blame] | 5214 | struct ar9300_modal_eep_header *modal_hdr; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5215 | u8 targetPowerValT2[ar9300RateSize]; |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5216 | u8 target_power_val_t2_eep[ar9300RateSize]; |
| 5217 | unsigned int i = 0, paprd_scale_factor = 0; |
Vasanthakumar Thiagarajan | 45ef6a0 | 2010-12-15 07:30:53 -0800 | [diff] [blame] | 5218 | u8 pwr_idx, min_pwridx = 0; |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5219 | |
Gabor Juhos | 75acd5a | 2012-04-18 22:23:38 +0200 | [diff] [blame] | 5220 | memset(targetPowerValT2, 0 , sizeof(targetPowerValT2)); |
| 5221 | |
| 5222 | /* |
| 5223 | * Get target powers from EEPROM - our baseline for TX Power |
| 5224 | */ |
| 5225 | ar9003_hw_get_target_power_eeprom(ah, chan, targetPowerValT2); |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5226 | |
Sujith Manoharan | 0f21ee8 | 2012-12-10 07:22:37 +0530 | [diff] [blame] | 5227 | if (ar9003_is_paprd_enabled(ah)) { |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5228 | if (IS_CHAN_2GHZ(chan)) |
Felix Fietkau | f1a8abb | 2010-12-19 00:31:54 +0100 | [diff] [blame] | 5229 | modal_hdr = &eep->modalHeader2G; |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5230 | else |
Felix Fietkau | f1a8abb | 2010-12-19 00:31:54 +0100 | [diff] [blame] | 5231 | modal_hdr = &eep->modalHeader5G; |
| 5232 | |
| 5233 | ah->paprd_ratemask = |
| 5234 | le32_to_cpu(modal_hdr->papdRateMaskHt20) & |
| 5235 | AR9300_PAPRD_RATE_MASK; |
| 5236 | |
| 5237 | ah->paprd_ratemask_ht40 = |
| 5238 | le32_to_cpu(modal_hdr->papdRateMaskHt40) & |
| 5239 | AR9300_PAPRD_RATE_MASK; |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5240 | |
Vasanthakumar Thiagarajan | 45ef6a0 | 2010-12-15 07:30:53 -0800 | [diff] [blame] | 5241 | paprd_scale_factor = ar9003_get_paprd_scale_factor(ah, chan); |
| 5242 | min_pwridx = IS_CHAN_HT40(chan) ? ALL_TARGET_HT40_0_8_16 : |
| 5243 | ALL_TARGET_HT20_0_8_16; |
| 5244 | |
| 5245 | if (!ah->paprd_table_write_done) { |
| 5246 | memcpy(target_power_val_t2_eep, targetPowerValT2, |
| 5247 | sizeof(targetPowerValT2)); |
| 5248 | for (i = 0; i < 24; i++) { |
| 5249 | pwr_idx = mcsidx_to_tgtpwridx(i, min_pwridx); |
| 5250 | if (ah->paprd_ratemask & (1 << i)) { |
| 5251 | if (targetPowerValT2[pwr_idx] && |
| 5252 | targetPowerValT2[pwr_idx] == |
| 5253 | target_power_val_t2_eep[pwr_idx]) |
| 5254 | targetPowerValT2[pwr_idx] -= |
| 5255 | paprd_scale_factor; |
| 5256 | } |
| 5257 | } |
| 5258 | } |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5259 | memcpy(target_power_val_t2_eep, targetPowerValT2, |
| 5260 | sizeof(targetPowerValT2)); |
| 5261 | } |
| 5262 | |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5263 | ar9003_hw_set_power_per_rate_table(ah, chan, |
| 5264 | targetPowerValT2, cfgCtl, |
| 5265 | twiceAntennaReduction, |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5266 | powerLimit); |
| 5267 | |
Sujith Manoharan | 0f21ee8 | 2012-12-10 07:22:37 +0530 | [diff] [blame] | 5268 | if (ar9003_is_paprd_enabled(ah)) { |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5269 | for (i = 0; i < ar9300RateSize; i++) { |
| 5270 | if ((ah->paprd_ratemask & (1 << i)) && |
| 5271 | (abs(targetPowerValT2[i] - |
| 5272 | target_power_val_t2_eep[i]) > |
| 5273 | paprd_scale_factor)) { |
| 5274 | ah->paprd_ratemask &= ~(1 << i); |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 5275 | ath_dbg(common, EEPROM, |
Vasanthakumar Thiagarajan | 7072bf6 | 2010-12-15 07:30:52 -0800 | [diff] [blame] | 5276 | "paprd disabled for mcs %d\n", i); |
| 5277 | } |
| 5278 | } |
| 5279 | } |
| 5280 | |
Felix Fietkau | de40f31 | 2010-10-20 03:08:53 +0200 | [diff] [blame] | 5281 | regulatory->max_power_level = 0; |
| 5282 | for (i = 0; i < ar9300RateSize; i++) { |
| 5283 | if (targetPowerValT2[i] > regulatory->max_power_level) |
| 5284 | regulatory->max_power_level = targetPowerValT2[i]; |
| 5285 | } |
| 5286 | |
Rajkumar Manoharan | 8915f98 | 2011-11-10 15:14:57 +0530 | [diff] [blame] | 5287 | ath9k_hw_update_regulatory_maxpower(ah); |
| 5288 | |
Felix Fietkau | de40f31 | 2010-10-20 03:08:53 +0200 | [diff] [blame] | 5289 | if (test) |
| 5290 | return; |
| 5291 | |
| 5292 | for (i = 0; i < ar9300RateSize; i++) { |
Sujith Manoharan | df40190 | 2013-06-18 10:13:40 +0530 | [diff] [blame] | 5293 | ath_dbg(common, REGULATORY, "TPC[%02d] 0x%08x\n", |
Joe Perches | d2182b6 | 2011-12-15 14:55:53 -0800 | [diff] [blame] | 5294 | i, targetPowerValT2[i]); |
Luis R. Rodriguez | 824b185 | 2010-08-01 02:25:16 -0400 | [diff] [blame] | 5295 | } |
| 5296 | |
Felix Fietkau | de40f31 | 2010-10-20 03:08:53 +0200 | [diff] [blame] | 5297 | /* Write target power array to registers */ |
| 5298 | ar9003_hw_tx_power_regwrite(ah, targetPowerValT2); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5299 | ar9003_hw_calibration_apply(ah, chan->channel); |
Sujith Manoharan | 1562580 | 2012-12-10 07:22:38 +0530 | [diff] [blame] | 5300 | ar9003_paprd_set_txpower(ah, chan, targetPowerValT2); |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5301 | } |
| 5302 | |
| 5303 | static u16 ath9k_hw_ar9300_get_spur_channel(struct ath_hw *ah, |
| 5304 | u16 i, bool is2GHz) |
| 5305 | { |
| 5306 | return AR_NO_SPUR; |
| 5307 | } |
| 5308 | |
Luis R. Rodriguez | c14a85d | 2010-04-15 17:39:21 -0400 | [diff] [blame] | 5309 | s32 ar9003_hw_get_tx_gain_idx(struct ath_hw *ah) |
| 5310 | { |
| 5311 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 5312 | |
| 5313 | return (eep->baseEepHeader.txrxgain >> 4) & 0xf; /* bits 7:4 */ |
| 5314 | } |
| 5315 | |
| 5316 | s32 ar9003_hw_get_rx_gain_idx(struct ath_hw *ah) |
| 5317 | { |
| 5318 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 5319 | |
| 5320 | return (eep->baseEepHeader.txrxgain) & 0xf; /* bits 3:0 */ |
| 5321 | } |
| 5322 | |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 5323 | u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is2ghz) |
Vasanthakumar Thiagarajan | 272ceba | 2010-12-06 04:27:46 -0800 | [diff] [blame] | 5324 | { |
Felix Fietkau | 0aefc59 | 2012-07-15 19:53:38 +0200 | [diff] [blame] | 5325 | return ar9003_modal_header(ah, is2ghz)->spurChans; |
Vasanthakumar Thiagarajan | 272ceba | 2010-12-06 04:27:46 -0800 | [diff] [blame] | 5326 | } |
| 5327 | |
Vasanthakumar Thiagarajan | 8698bca | 2010-12-15 07:30:51 -0800 | [diff] [blame] | 5328 | unsigned int ar9003_get_paprd_scale_factor(struct ath_hw *ah, |
| 5329 | struct ath9k_channel *chan) |
| 5330 | { |
| 5331 | struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; |
| 5332 | |
| 5333 | if (IS_CHAN_2GHZ(chan)) |
| 5334 | return MS(le32_to_cpu(eep->modalHeader2G.papdRateMaskHt20), |
| 5335 | AR9300_PAPRD_SCALE_1); |
| 5336 | else { |
| 5337 | if (chan->channel >= 5700) |
| 5338 | return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt20), |
| 5339 | AR9300_PAPRD_SCALE_1); |
| 5340 | else if (chan->channel >= 5400) |
| 5341 | return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt40), |
| 5342 | AR9300_PAPRD_SCALE_2); |
| 5343 | else |
| 5344 | return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt40), |
| 5345 | AR9300_PAPRD_SCALE_1); |
| 5346 | } |
| 5347 | } |
| 5348 | |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5349 | const struct eeprom_ops eep_ar9300_ops = { |
| 5350 | .check_eeprom = ath9k_hw_ar9300_check_eeprom, |
| 5351 | .get_eeprom = ath9k_hw_ar9300_get_eeprom, |
| 5352 | .fill_eeprom = ath9k_hw_ar9300_fill_eeprom, |
Rajkumar Manoharan | 2652620 | 2011-07-29 17:38:08 +0530 | [diff] [blame] | 5353 | .dump_eeprom = ath9k_hw_ar9003_dump_eeprom, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5354 | .get_eeprom_ver = ath9k_hw_ar9300_get_eeprom_ver, |
| 5355 | .get_eeprom_rev = ath9k_hw_ar9300_get_eeprom_rev, |
Senthil Balasubramanian | 15c9ee7 | 2010-04-15 17:39:14 -0400 | [diff] [blame] | 5356 | .set_board_values = ath9k_hw_ar9300_set_board_values, |
| 5357 | .set_addac = ath9k_hw_ar9300_set_addac, |
| 5358 | .set_txpower = ath9k_hw_ar9300_set_txpower, |
| 5359 | .get_spur_channel = ath9k_hw_ar9300_get_spur_channel |
| 5360 | }; |