ar5008_phy.c 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  1. /*
  2. * Copyright (c) 2008-2010 Atheros Communications Inc.
  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. #include "hw.h"
  17. #include "hw-ops.h"
  18. #include "../regd.h"
  19. #include "ar9002_phy.h"
  20. /* All code below is for non single-chip solutions */
  21. /**
  22. * ar5008_hw_phy_modify_rx_buffer() - perform analog swizzling of parameters
  23. * @rfbuf:
  24. * @reg32:
  25. * @numBits:
  26. * @firstBit:
  27. * @column:
  28. *
  29. * Performs analog "swizzling" of parameters into their location.
  30. * Used on external AR2133/AR5133 radios.
  31. */
  32. static void ar5008_hw_phy_modify_rx_buffer(u32 *rfBuf, u32 reg32,
  33. u32 numBits, u32 firstBit,
  34. u32 column)
  35. {
  36. u32 tmp32, mask, arrayEntry, lastBit;
  37. int32_t bitPosition, bitsLeft;
  38. tmp32 = ath9k_hw_reverse_bits(reg32, numBits);
  39. arrayEntry = (firstBit - 1) / 8;
  40. bitPosition = (firstBit - 1) % 8;
  41. bitsLeft = numBits;
  42. while (bitsLeft > 0) {
  43. lastBit = (bitPosition + bitsLeft > 8) ?
  44. 8 : bitPosition + bitsLeft;
  45. mask = (((1 << lastBit) - 1) ^ ((1 << bitPosition) - 1)) <<
  46. (column * 8);
  47. rfBuf[arrayEntry] &= ~mask;
  48. rfBuf[arrayEntry] |= ((tmp32 << bitPosition) <<
  49. (column * 8)) & mask;
  50. bitsLeft -= 8 - bitPosition;
  51. tmp32 = tmp32 >> (8 - bitPosition);
  52. bitPosition = 0;
  53. arrayEntry++;
  54. }
  55. }
  56. /*
  57. * Fix on 2.4 GHz band for orientation sensitivity issue by increasing
  58. * rf_pwd_icsyndiv.
  59. *
  60. * Theoretical Rules:
  61. * if 2 GHz band
  62. * if forceBiasAuto
  63. * if synth_freq < 2412
  64. * bias = 0
  65. * else if 2412 <= synth_freq <= 2422
  66. * bias = 1
  67. * else // synth_freq > 2422
  68. * bias = 2
  69. * else if forceBias > 0
  70. * bias = forceBias & 7
  71. * else
  72. * no change, use value from ini file
  73. * else
  74. * no change, invalid band
  75. *
  76. * 1st Mod:
  77. * 2422 also uses value of 2
  78. * <approved>
  79. *
  80. * 2nd Mod:
  81. * Less than 2412 uses value of 0, 2412 and above uses value of 2
  82. */
  83. static void ar5008_hw_force_bias(struct ath_hw *ah, u16 synth_freq)
  84. {
  85. struct ath_common *common = ath9k_hw_common(ah);
  86. u32 tmp_reg;
  87. int reg_writes = 0;
  88. u32 new_bias = 0;
  89. if (!AR_SREV_5416(ah) || synth_freq >= 3000)
  90. return;
  91. BUG_ON(AR_SREV_9280_10_OR_LATER(ah));
  92. if (synth_freq < 2412)
  93. new_bias = 0;
  94. else if (synth_freq < 2422)
  95. new_bias = 1;
  96. else
  97. new_bias = 2;
  98. /* pre-reverse this field */
  99. tmp_reg = ath9k_hw_reverse_bits(new_bias, 3);
  100. ath_print(common, ATH_DBG_CONFIG,
  101. "Force rf_pwd_icsyndiv to %1d on %4d\n",
  102. new_bias, synth_freq);
  103. /* swizzle rf_pwd_icsyndiv */
  104. ar5008_hw_phy_modify_rx_buffer(ah->analogBank6Data, tmp_reg, 3, 181, 3);
  105. /* write Bank 6 with new params */
  106. REG_WRITE_RF_ARRAY(&ah->iniBank6, ah->analogBank6Data, reg_writes);
  107. }
  108. /**
  109. * ar5008_hw_set_channel - tune to a channel on the external AR2133/AR5133 radios
  110. * @ah: atheros hardware stucture
  111. * @chan:
  112. *
  113. * For the external AR2133/AR5133 radios, takes the MHz channel value and set
  114. * the channel value. Assumes writes enabled to analog bus and bank6 register
  115. * cache in ah->analogBank6Data.
  116. */
  117. static int ar5008_hw_set_channel(struct ath_hw *ah, struct ath9k_channel *chan)
  118. {
  119. struct ath_common *common = ath9k_hw_common(ah);
  120. u32 channelSel = 0;
  121. u32 bModeSynth = 0;
  122. u32 aModeRefSel = 0;
  123. u32 reg32 = 0;
  124. u16 freq;
  125. struct chan_centers centers;
  126. ath9k_hw_get_channel_centers(ah, chan, &centers);
  127. freq = centers.synth_center;
  128. if (freq < 4800) {
  129. u32 txctl;
  130. if (((freq - 2192) % 5) == 0) {
  131. channelSel = ((freq - 672) * 2 - 3040) / 10;
  132. bModeSynth = 0;
  133. } else if (((freq - 2224) % 5) == 0) {
  134. channelSel = ((freq - 704) * 2 - 3040) / 10;
  135. bModeSynth = 1;
  136. } else {
  137. ath_print(common, ATH_DBG_FATAL,
  138. "Invalid channel %u MHz\n", freq);
  139. return -EINVAL;
  140. }
  141. channelSel = (channelSel << 2) & 0xff;
  142. channelSel = ath9k_hw_reverse_bits(channelSel, 8);
  143. txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL);
  144. if (freq == 2484) {
  145. REG_WRITE(ah, AR_PHY_CCK_TX_CTRL,
  146. txctl | AR_PHY_CCK_TX_CTRL_JAPAN);
  147. } else {
  148. REG_WRITE(ah, AR_PHY_CCK_TX_CTRL,
  149. txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN);
  150. }
  151. } else if ((freq % 20) == 0 && freq >= 5120) {
  152. channelSel =
  153. ath9k_hw_reverse_bits(((freq - 4800) / 20 << 2), 8);
  154. aModeRefSel = ath9k_hw_reverse_bits(1, 2);
  155. } else if ((freq % 10) == 0) {
  156. channelSel =
  157. ath9k_hw_reverse_bits(((freq - 4800) / 10 << 1), 8);
  158. if (AR_SREV_9100(ah) || AR_SREV_9160_10_OR_LATER(ah))
  159. aModeRefSel = ath9k_hw_reverse_bits(2, 2);
  160. else
  161. aModeRefSel = ath9k_hw_reverse_bits(1, 2);
  162. } else if ((freq % 5) == 0) {
  163. channelSel = ath9k_hw_reverse_bits((freq - 4800) / 5, 8);
  164. aModeRefSel = ath9k_hw_reverse_bits(1, 2);
  165. } else {
  166. ath_print(common, ATH_DBG_FATAL,
  167. "Invalid channel %u MHz\n", freq);
  168. return -EINVAL;
  169. }
  170. ar5008_hw_force_bias(ah, freq);
  171. reg32 =
  172. (channelSel << 8) | (aModeRefSel << 2) | (bModeSynth << 1) |
  173. (1 << 5) | 0x1;
  174. REG_WRITE(ah, AR_PHY(0x37), reg32);
  175. ah->curchan = chan;
  176. ah->curchan_rad_index = -1;
  177. return 0;
  178. }
  179. /**
  180. * ar5008_hw_spur_mitigate - convert baseband spur frequency for external radios
  181. * @ah: atheros hardware structure
  182. * @chan:
  183. *
  184. * For non single-chip solutions. Converts to baseband spur frequency given the
  185. * input channel frequency and compute register settings below.
  186. */
  187. static void ar5008_hw_spur_mitigate(struct ath_hw *ah,
  188. struct ath9k_channel *chan)
  189. {
  190. int bb_spur = AR_NO_SPUR;
  191. int bin, cur_bin;
  192. int spur_freq_sd;
  193. int spur_delta_phase;
  194. int denominator;
  195. int upper, lower, cur_vit_mask;
  196. int tmp, new;
  197. int i;
  198. int pilot_mask_reg[4] = { AR_PHY_TIMING7, AR_PHY_TIMING8,
  199. AR_PHY_PILOT_MASK_01_30, AR_PHY_PILOT_MASK_31_60
  200. };
  201. int chan_mask_reg[4] = { AR_PHY_TIMING9, AR_PHY_TIMING10,
  202. AR_PHY_CHANNEL_MASK_01_30, AR_PHY_CHANNEL_MASK_31_60
  203. };
  204. int inc[4] = { 0, 100, 0, 0 };
  205. int8_t mask_m[123];
  206. int8_t mask_p[123];
  207. int8_t mask_amt;
  208. int tmp_mask;
  209. int cur_bb_spur;
  210. bool is2GHz = IS_CHAN_2GHZ(chan);
  211. memset(&mask_m, 0, sizeof(int8_t) * 123);
  212. memset(&mask_p, 0, sizeof(int8_t) * 123);
  213. for (i = 0; i < AR_EEPROM_MODAL_SPURS; i++) {
  214. cur_bb_spur = ah->eep_ops->get_spur_channel(ah, i, is2GHz);
  215. if (AR_NO_SPUR == cur_bb_spur)
  216. break;
  217. cur_bb_spur = cur_bb_spur - (chan->channel * 10);
  218. if ((cur_bb_spur > -95) && (cur_bb_spur < 95)) {
  219. bb_spur = cur_bb_spur;
  220. break;
  221. }
  222. }
  223. if (AR_NO_SPUR == bb_spur)
  224. return;
  225. bin = bb_spur * 32;
  226. tmp = REG_READ(ah, AR_PHY_TIMING_CTRL4(0));
  227. new = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI |
  228. AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER |
  229. AR_PHY_TIMING_CTRL4_ENABLE_CHAN_MASK |
  230. AR_PHY_TIMING_CTRL4_ENABLE_PILOT_MASK);
  231. REG_WRITE(ah, AR_PHY_TIMING_CTRL4(0), new);
  232. new = (AR_PHY_SPUR_REG_MASK_RATE_CNTL |
  233. AR_PHY_SPUR_REG_ENABLE_MASK_PPM |
  234. AR_PHY_SPUR_REG_MASK_RATE_SELECT |
  235. AR_PHY_SPUR_REG_ENABLE_VIT_SPUR_RSSI |
  236. SM(SPUR_RSSI_THRESH, AR_PHY_SPUR_REG_SPUR_RSSI_THRESH));
  237. REG_WRITE(ah, AR_PHY_SPUR_REG, new);
  238. spur_delta_phase = ((bb_spur * 524288) / 100) &
  239. AR_PHY_TIMING11_SPUR_DELTA_PHASE;
  240. denominator = IS_CHAN_2GHZ(chan) ? 440 : 400;
  241. spur_freq_sd = ((bb_spur * 2048) / denominator) & 0x3ff;
  242. new = (AR_PHY_TIMING11_USE_SPUR_IN_AGC |
  243. SM(spur_freq_sd, AR_PHY_TIMING11_SPUR_FREQ_SD) |
  244. SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
  245. REG_WRITE(ah, AR_PHY_TIMING11, new);
  246. cur_bin = -6000;
  247. upper = bin + 100;
  248. lower = bin - 100;
  249. for (i = 0; i < 4; i++) {
  250. int pilot_mask = 0;
  251. int chan_mask = 0;
  252. int bp = 0;
  253. for (bp = 0; bp < 30; bp++) {
  254. if ((cur_bin > lower) && (cur_bin < upper)) {
  255. pilot_mask = pilot_mask | 0x1 << bp;
  256. chan_mask = chan_mask | 0x1 << bp;
  257. }
  258. cur_bin += 100;
  259. }
  260. cur_bin += inc[i];
  261. REG_WRITE(ah, pilot_mask_reg[i], pilot_mask);
  262. REG_WRITE(ah, chan_mask_reg[i], chan_mask);
  263. }
  264. cur_vit_mask = 6100;
  265. upper = bin + 120;
  266. lower = bin - 120;
  267. for (i = 0; i < 123; i++) {
  268. if ((cur_vit_mask > lower) && (cur_vit_mask < upper)) {
  269. /* workaround for gcc bug #37014 */
  270. volatile int tmp_v = abs(cur_vit_mask - bin);
  271. if (tmp_v < 75)
  272. mask_amt = 1;
  273. else
  274. mask_amt = 0;
  275. if (cur_vit_mask < 0)
  276. mask_m[abs(cur_vit_mask / 100)] = mask_amt;
  277. else
  278. mask_p[cur_vit_mask / 100] = mask_amt;
  279. }
  280. cur_vit_mask -= 100;
  281. }
  282. tmp_mask = (mask_m[46] << 30) | (mask_m[47] << 28)
  283. | (mask_m[48] << 26) | (mask_m[49] << 24)
  284. | (mask_m[50] << 22) | (mask_m[51] << 20)
  285. | (mask_m[52] << 18) | (mask_m[53] << 16)
  286. | (mask_m[54] << 14) | (mask_m[55] << 12)
  287. | (mask_m[56] << 10) | (mask_m[57] << 8)
  288. | (mask_m[58] << 6) | (mask_m[59] << 4)
  289. | (mask_m[60] << 2) | (mask_m[61] << 0);
  290. REG_WRITE(ah, AR_PHY_BIN_MASK_1, tmp_mask);
  291. REG_WRITE(ah, AR_PHY_VIT_MASK2_M_46_61, tmp_mask);
  292. tmp_mask = (mask_m[31] << 28)
  293. | (mask_m[32] << 26) | (mask_m[33] << 24)
  294. | (mask_m[34] << 22) | (mask_m[35] << 20)
  295. | (mask_m[36] << 18) | (mask_m[37] << 16)
  296. | (mask_m[48] << 14) | (mask_m[39] << 12)
  297. | (mask_m[40] << 10) | (mask_m[41] << 8)
  298. | (mask_m[42] << 6) | (mask_m[43] << 4)
  299. | (mask_m[44] << 2) | (mask_m[45] << 0);
  300. REG_WRITE(ah, AR_PHY_BIN_MASK_2, tmp_mask);
  301. REG_WRITE(ah, AR_PHY_MASK2_M_31_45, tmp_mask);
  302. tmp_mask = (mask_m[16] << 30) | (mask_m[16] << 28)
  303. | (mask_m[18] << 26) | (mask_m[18] << 24)
  304. | (mask_m[20] << 22) | (mask_m[20] << 20)
  305. | (mask_m[22] << 18) | (mask_m[22] << 16)
  306. | (mask_m[24] << 14) | (mask_m[24] << 12)
  307. | (mask_m[25] << 10) | (mask_m[26] << 8)
  308. | (mask_m[27] << 6) | (mask_m[28] << 4)
  309. | (mask_m[29] << 2) | (mask_m[30] << 0);
  310. REG_WRITE(ah, AR_PHY_BIN_MASK_3, tmp_mask);
  311. REG_WRITE(ah, AR_PHY_MASK2_M_16_30, tmp_mask);
  312. tmp_mask = (mask_m[0] << 30) | (mask_m[1] << 28)
  313. | (mask_m[2] << 26) | (mask_m[3] << 24)
  314. | (mask_m[4] << 22) | (mask_m[5] << 20)
  315. | (mask_m[6] << 18) | (mask_m[7] << 16)
  316. | (mask_m[8] << 14) | (mask_m[9] << 12)
  317. | (mask_m[10] << 10) | (mask_m[11] << 8)
  318. | (mask_m[12] << 6) | (mask_m[13] << 4)
  319. | (mask_m[14] << 2) | (mask_m[15] << 0);
  320. REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask);
  321. REG_WRITE(ah, AR_PHY_MASK2_M_00_15, tmp_mask);
  322. tmp_mask = (mask_p[15] << 28)
  323. | (mask_p[14] << 26) | (mask_p[13] << 24)
  324. | (mask_p[12] << 22) | (mask_p[11] << 20)
  325. | (mask_p[10] << 18) | (mask_p[9] << 16)
  326. | (mask_p[8] << 14) | (mask_p[7] << 12)
  327. | (mask_p[6] << 10) | (mask_p[5] << 8)
  328. | (mask_p[4] << 6) | (mask_p[3] << 4)
  329. | (mask_p[2] << 2) | (mask_p[1] << 0);
  330. REG_WRITE(ah, AR_PHY_BIN_MASK2_1, tmp_mask);
  331. REG_WRITE(ah, AR_PHY_MASK2_P_15_01, tmp_mask);
  332. tmp_mask = (mask_p[30] << 28)
  333. | (mask_p[29] << 26) | (mask_p[28] << 24)
  334. | (mask_p[27] << 22) | (mask_p[26] << 20)
  335. | (mask_p[25] << 18) | (mask_p[24] << 16)
  336. | (mask_p[23] << 14) | (mask_p[22] << 12)
  337. | (mask_p[21] << 10) | (mask_p[20] << 8)
  338. | (mask_p[19] << 6) | (mask_p[18] << 4)
  339. | (mask_p[17] << 2) | (mask_p[16] << 0);
  340. REG_WRITE(ah, AR_PHY_BIN_MASK2_2, tmp_mask);
  341. REG_WRITE(ah, AR_PHY_MASK2_P_30_16, tmp_mask);
  342. tmp_mask = (mask_p[45] << 28)
  343. | (mask_p[44] << 26) | (mask_p[43] << 24)
  344. | (mask_p[42] << 22) | (mask_p[41] << 20)
  345. | (mask_p[40] << 18) | (mask_p[39] << 16)
  346. | (mask_p[38] << 14) | (mask_p[37] << 12)
  347. | (mask_p[36] << 10) | (mask_p[35] << 8)
  348. | (mask_p[34] << 6) | (mask_p[33] << 4)
  349. | (mask_p[32] << 2) | (mask_p[31] << 0);
  350. REG_WRITE(ah, AR_PHY_BIN_MASK2_3, tmp_mask);
  351. REG_WRITE(ah, AR_PHY_MASK2_P_45_31, tmp_mask);
  352. tmp_mask = (mask_p[61] << 30) | (mask_p[60] << 28)
  353. | (mask_p[59] << 26) | (mask_p[58] << 24)
  354. | (mask_p[57] << 22) | (mask_p[56] << 20)
  355. | (mask_p[55] << 18) | (mask_p[54] << 16)
  356. | (mask_p[53] << 14) | (mask_p[52] << 12)
  357. | (mask_p[51] << 10) | (mask_p[50] << 8)
  358. | (mask_p[49] << 6) | (mask_p[48] << 4)
  359. | (mask_p[47] << 2) | (mask_p[46] << 0);
  360. REG_WRITE(ah, AR_PHY_BIN_MASK2_4, tmp_mask);
  361. REG_WRITE(ah, AR_PHY_MASK2_P_61_45, tmp_mask);
  362. }
  363. /**
  364. * ar5008_hw_rf_alloc_ext_banks - allocates banks for external radio programming
  365. * @ah: atheros hardware structure
  366. *
  367. * Only required for older devices with external AR2133/AR5133 radios.
  368. */
  369. static int ar5008_hw_rf_alloc_ext_banks(struct ath_hw *ah)
  370. {
  371. #define ATH_ALLOC_BANK(bank, size) do { \
  372. bank = kzalloc((sizeof(u32) * size), GFP_KERNEL); \
  373. if (!bank) { \
  374. ath_print(common, ATH_DBG_FATAL, \
  375. "Cannot allocate RF banks\n"); \
  376. return -ENOMEM; \
  377. } \
  378. } while (0);
  379. struct ath_common *common = ath9k_hw_common(ah);
  380. BUG_ON(AR_SREV_9280_10_OR_LATER(ah));
  381. ATH_ALLOC_BANK(ah->analogBank0Data, ah->iniBank0.ia_rows);
  382. ATH_ALLOC_BANK(ah->analogBank1Data, ah->iniBank1.ia_rows);
  383. ATH_ALLOC_BANK(ah->analogBank2Data, ah->iniBank2.ia_rows);
  384. ATH_ALLOC_BANK(ah->analogBank3Data, ah->iniBank3.ia_rows);
  385. ATH_ALLOC_BANK(ah->analogBank6Data, ah->iniBank6.ia_rows);
  386. ATH_ALLOC_BANK(ah->analogBank6TPCData, ah->iniBank6TPC.ia_rows);
  387. ATH_ALLOC_BANK(ah->analogBank7Data, ah->iniBank7.ia_rows);
  388. ATH_ALLOC_BANK(ah->addac5416_21,
  389. ah->iniAddac.ia_rows * ah->iniAddac.ia_columns);
  390. ATH_ALLOC_BANK(ah->bank6Temp, ah->iniBank6.ia_rows);
  391. return 0;
  392. #undef ATH_ALLOC_BANK
  393. }
  394. /**
  395. * ar5008_hw_rf_free_ext_banks - Free memory for analog bank scratch buffers
  396. * @ah: atheros hardware struture
  397. * For the external AR2133/AR5133 radios banks.
  398. */
  399. static void ar5008_hw_rf_free_ext_banks(struct ath_hw *ah)
  400. {
  401. #define ATH_FREE_BANK(bank) do { \
  402. kfree(bank); \
  403. bank = NULL; \
  404. } while (0);
  405. BUG_ON(AR_SREV_9280_10_OR_LATER(ah));
  406. ATH_FREE_BANK(ah->analogBank0Data);
  407. ATH_FREE_BANK(ah->analogBank1Data);
  408. ATH_FREE_BANK(ah->analogBank2Data);
  409. ATH_FREE_BANK(ah->analogBank3Data);
  410. ATH_FREE_BANK(ah->analogBank6Data);
  411. ATH_FREE_BANK(ah->analogBank6TPCData);
  412. ATH_FREE_BANK(ah->analogBank7Data);
  413. ATH_FREE_BANK(ah->addac5416_21);
  414. ATH_FREE_BANK(ah->bank6Temp);
  415. #undef ATH_FREE_BANK
  416. }
  417. /* *
  418. * ar5008_hw_set_rf_regs - programs rf registers based on EEPROM
  419. * @ah: atheros hardware structure
  420. * @chan:
  421. * @modesIndex:
  422. *
  423. * Used for the external AR2133/AR5133 radios.
  424. *
  425. * Reads the EEPROM header info from the device structure and programs
  426. * all rf registers. This routine requires access to the analog
  427. * rf device. This is not required for single-chip devices.
  428. */
  429. static bool ar5008_hw_set_rf_regs(struct ath_hw *ah,
  430. struct ath9k_channel *chan,
  431. u16 modesIndex)
  432. {
  433. u32 eepMinorRev;
  434. u32 ob5GHz = 0, db5GHz = 0;
  435. u32 ob2GHz = 0, db2GHz = 0;
  436. int regWrites = 0;
  437. /*
  438. * Software does not need to program bank data
  439. * for single chip devices, that is AR9280 or anything
  440. * after that.
  441. */
  442. if (AR_SREV_9280_10_OR_LATER(ah))
  443. return true;
  444. /* Setup rf parameters */
  445. eepMinorRev = ah->eep_ops->get_eeprom(ah, EEP_MINOR_REV);
  446. /* Setup Bank 0 Write */
  447. RF_BANK_SETUP(ah->analogBank0Data, &ah->iniBank0, 1);
  448. /* Setup Bank 1 Write */
  449. RF_BANK_SETUP(ah->analogBank1Data, &ah->iniBank1, 1);
  450. /* Setup Bank 2 Write */
  451. RF_BANK_SETUP(ah->analogBank2Data, &ah->iniBank2, 1);
  452. /* Setup Bank 6 Write */
  453. RF_BANK_SETUP(ah->analogBank3Data, &ah->iniBank3,
  454. modesIndex);
  455. {
  456. int i;
  457. for (i = 0; i < ah->iniBank6TPC.ia_rows; i++) {
  458. ah->analogBank6Data[i] =
  459. INI_RA(&ah->iniBank6TPC, i, modesIndex);
  460. }
  461. }
  462. /* Only the 5 or 2 GHz OB/DB need to be set for a mode */
  463. if (eepMinorRev >= 2) {
  464. if (IS_CHAN_2GHZ(chan)) {
  465. ob2GHz = ah->eep_ops->get_eeprom(ah, EEP_OB_2);
  466. db2GHz = ah->eep_ops->get_eeprom(ah, EEP_DB_2);
  467. ar5008_hw_phy_modify_rx_buffer(ah->analogBank6Data,
  468. ob2GHz, 3, 197, 0);
  469. ar5008_hw_phy_modify_rx_buffer(ah->analogBank6Data,
  470. db2GHz, 3, 194, 0);
  471. } else {
  472. ob5GHz = ah->eep_ops->get_eeprom(ah, EEP_OB_5);
  473. db5GHz = ah->eep_ops->get_eeprom(ah, EEP_DB_5);
  474. ar5008_hw_phy_modify_rx_buffer(ah->analogBank6Data,
  475. ob5GHz, 3, 203, 0);
  476. ar5008_hw_phy_modify_rx_buffer(ah->analogBank6Data,
  477. db5GHz, 3, 200, 0);
  478. }
  479. }
  480. /* Setup Bank 7 Setup */
  481. RF_BANK_SETUP(ah->analogBank7Data, &ah->iniBank7, 1);
  482. /* Write Analog registers */
  483. REG_WRITE_RF_ARRAY(&ah->iniBank0, ah->analogBank0Data,
  484. regWrites);
  485. REG_WRITE_RF_ARRAY(&ah->iniBank1, ah->analogBank1Data,
  486. regWrites);
  487. REG_WRITE_RF_ARRAY(&ah->iniBank2, ah->analogBank2Data,
  488. regWrites);
  489. REG_WRITE_RF_ARRAY(&ah->iniBank3, ah->analogBank3Data,
  490. regWrites);
  491. REG_WRITE_RF_ARRAY(&ah->iniBank6TPC, ah->analogBank6Data,
  492. regWrites);
  493. REG_WRITE_RF_ARRAY(&ah->iniBank7, ah->analogBank7Data,
  494. regWrites);
  495. return true;
  496. }
  497. static void ar5008_hw_init_bb(struct ath_hw *ah,
  498. struct ath9k_channel *chan)
  499. {
  500. u32 synthDelay;
  501. synthDelay = REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
  502. if (IS_CHAN_B(chan))
  503. synthDelay = (4 * synthDelay) / 22;
  504. else
  505. synthDelay /= 10;
  506. REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN);
  507. udelay(synthDelay + BASE_ACTIVATE_DELAY);
  508. }
  509. static void ar5008_hw_init_chain_masks(struct ath_hw *ah)
  510. {
  511. int rx_chainmask, tx_chainmask;
  512. rx_chainmask = ah->rxchainmask;
  513. tx_chainmask = ah->txchainmask;
  514. ENABLE_REGWRITE_BUFFER(ah);
  515. switch (rx_chainmask) {
  516. case 0x5:
  517. DISABLE_REGWRITE_BUFFER(ah);
  518. REG_SET_BIT(ah, AR_PHY_ANALOG_SWAP,
  519. AR_PHY_SWAP_ALT_CHAIN);
  520. ENABLE_REGWRITE_BUFFER(ah);
  521. case 0x3:
  522. if (ah->hw_version.macVersion == AR_SREV_REVISION_5416_10) {
  523. REG_WRITE(ah, AR_PHY_RX_CHAINMASK, 0x7);
  524. REG_WRITE(ah, AR_PHY_CAL_CHAINMASK, 0x7);
  525. break;
  526. }
  527. case 0x1:
  528. case 0x2:
  529. case 0x7:
  530. REG_WRITE(ah, AR_PHY_RX_CHAINMASK, rx_chainmask);
  531. REG_WRITE(ah, AR_PHY_CAL_CHAINMASK, rx_chainmask);
  532. break;
  533. default:
  534. break;
  535. }
  536. REG_WRITE(ah, AR_SELFGEN_MASK, tx_chainmask);
  537. REGWRITE_BUFFER_FLUSH(ah);
  538. DISABLE_REGWRITE_BUFFER(ah);
  539. if (tx_chainmask == 0x5) {
  540. REG_SET_BIT(ah, AR_PHY_ANALOG_SWAP,
  541. AR_PHY_SWAP_ALT_CHAIN);
  542. }
  543. if (AR_SREV_9100(ah))
  544. REG_WRITE(ah, AR_PHY_ANALOG_SWAP,
  545. REG_READ(ah, AR_PHY_ANALOG_SWAP) | 0x00000001);
  546. }
  547. static void ar5008_hw_override_ini(struct ath_hw *ah,
  548. struct ath9k_channel *chan)
  549. {
  550. u32 val;
  551. /*
  552. * Set the RX_ABORT and RX_DIS and clear if off only after
  553. * RXE is set for MAC. This prevents frames with corrupted
  554. * descriptor status.
  555. */
  556. REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
  557. if (AR_SREV_9280_10_OR_LATER(ah)) {
  558. val = REG_READ(ah, AR_PCU_MISC_MODE2);
  559. if (!AR_SREV_9271(ah))
  560. val &= ~AR_PCU_MISC_MODE2_HWWAR1;
  561. if (AR_SREV_9287_10_OR_LATER(ah))
  562. val = val & (~AR_PCU_MISC_MODE2_HWWAR2);
  563. REG_WRITE(ah, AR_PCU_MISC_MODE2, val);
  564. }
  565. if (!AR_SREV_5416_20_OR_LATER(ah) ||
  566. AR_SREV_9280_10_OR_LATER(ah))
  567. return;
  568. /*
  569. * Disable BB clock gating
  570. * Necessary to avoid issues on AR5416 2.0
  571. */
  572. REG_WRITE(ah, 0x9800 + (651 << 2), 0x11);
  573. /*
  574. * Disable RIFS search on some chips to avoid baseband
  575. * hang issues.
  576. */
  577. if (AR_SREV_9100(ah) || AR_SREV_9160(ah)) {
  578. val = REG_READ(ah, AR_PHY_HEAVY_CLIP_FACTOR_RIFS);
  579. val &= ~AR_PHY_RIFS_INIT_DELAY;
  580. REG_WRITE(ah, AR_PHY_HEAVY_CLIP_FACTOR_RIFS, val);
  581. }
  582. }
  583. static void ar5008_hw_set_channel_regs(struct ath_hw *ah,
  584. struct ath9k_channel *chan)
  585. {
  586. u32 phymode;
  587. u32 enableDacFifo = 0;
  588. if (AR_SREV_9285_10_OR_LATER(ah))
  589. enableDacFifo = (REG_READ(ah, AR_PHY_TURBO) &
  590. AR_PHY_FC_ENABLE_DAC_FIFO);
  591. phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40
  592. | AR_PHY_FC_SINGLE_HT_LTF1 | AR_PHY_FC_WALSH | enableDacFifo;
  593. if (IS_CHAN_HT40(chan)) {
  594. phymode |= AR_PHY_FC_DYN2040_EN;
  595. if ((chan->chanmode == CHANNEL_A_HT40PLUS) ||
  596. (chan->chanmode == CHANNEL_G_HT40PLUS))
  597. phymode |= AR_PHY_FC_DYN2040_PRI_CH;
  598. }
  599. REG_WRITE(ah, AR_PHY_TURBO, phymode);
  600. ath9k_hw_set11nmac2040(ah);
  601. ENABLE_REGWRITE_BUFFER(ah);
  602. REG_WRITE(ah, AR_GTXTO, 25 << AR_GTXTO_TIMEOUT_LIMIT_S);
  603. REG_WRITE(ah, AR_CST, 0xF << AR_CST_TIMEOUT_LIMIT_S);
  604. REGWRITE_BUFFER_FLUSH(ah);
  605. DISABLE_REGWRITE_BUFFER(ah);
  606. }
  607. static int ar5008_hw_process_ini(struct ath_hw *ah,
  608. struct ath9k_channel *chan)
  609. {
  610. struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah);
  611. int i, regWrites = 0;
  612. struct ieee80211_channel *channel = chan->chan;
  613. u32 modesIndex, freqIndex;
  614. switch (chan->chanmode) {
  615. case CHANNEL_A:
  616. case CHANNEL_A_HT20:
  617. modesIndex = 1;
  618. freqIndex = 1;
  619. break;
  620. case CHANNEL_A_HT40PLUS:
  621. case CHANNEL_A_HT40MINUS:
  622. modesIndex = 2;
  623. freqIndex = 1;
  624. break;
  625. case CHANNEL_G:
  626. case CHANNEL_G_HT20:
  627. case CHANNEL_B:
  628. modesIndex = 4;
  629. freqIndex = 2;
  630. break;
  631. case CHANNEL_G_HT40PLUS:
  632. case CHANNEL_G_HT40MINUS:
  633. modesIndex = 3;
  634. freqIndex = 2;
  635. break;
  636. default:
  637. return -EINVAL;
  638. }
  639. if (AR_SREV_9287_12_OR_LATER(ah)) {
  640. /* Enable ASYNC FIFO */
  641. REG_SET_BIT(ah, AR_MAC_PCU_ASYNC_FIFO_REG3,
  642. AR_MAC_PCU_ASYNC_FIFO_REG3_DATAPATH_SEL);
  643. REG_SET_BIT(ah, AR_PHY_MODE, AR_PHY_MODE_ASYNCFIFO);
  644. REG_CLR_BIT(ah, AR_MAC_PCU_ASYNC_FIFO_REG3,
  645. AR_MAC_PCU_ASYNC_FIFO_REG3_SOFT_RESET);
  646. REG_SET_BIT(ah, AR_MAC_PCU_ASYNC_FIFO_REG3,
  647. AR_MAC_PCU_ASYNC_FIFO_REG3_SOFT_RESET);
  648. }
  649. /*
  650. * Set correct baseband to analog shift setting to
  651. * access analog chips.
  652. */
  653. REG_WRITE(ah, AR_PHY(0), 0x00000007);
  654. /* Write ADDAC shifts */
  655. REG_WRITE(ah, AR_PHY_ADC_SERIAL_CTL, AR_PHY_SEL_EXTERNAL_RADIO);
  656. ah->eep_ops->set_addac(ah, chan);
  657. if (AR_SREV_5416_22_OR_LATER(ah)) {
  658. REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites);
  659. } else {
  660. struct ar5416IniArray temp;
  661. u32 addacSize =
  662. sizeof(u32) * ah->iniAddac.ia_rows *
  663. ah->iniAddac.ia_columns;
  664. /* For AR5416 2.0/2.1 */
  665. memcpy(ah->addac5416_21,
  666. ah->iniAddac.ia_array, addacSize);
  667. /* override CLKDRV value at [row, column] = [31, 1] */
  668. (ah->addac5416_21)[31 * ah->iniAddac.ia_columns + 1] = 0;
  669. temp.ia_array = ah->addac5416_21;
  670. temp.ia_columns = ah->iniAddac.ia_columns;
  671. temp.ia_rows = ah->iniAddac.ia_rows;
  672. REG_WRITE_ARRAY(&temp, 1, regWrites);
  673. }
  674. REG_WRITE(ah, AR_PHY_ADC_SERIAL_CTL, AR_PHY_SEL_INTERNAL_ADDAC);
  675. ENABLE_REGWRITE_BUFFER(ah);
  676. for (i = 0; i < ah->iniModes.ia_rows; i++) {
  677. u32 reg = INI_RA(&ah->iniModes, i, 0);
  678. u32 val = INI_RA(&ah->iniModes, i, modesIndex);
  679. if (reg == AR_AN_TOP2 && ah->need_an_top2_fixup)
  680. val &= ~AR_AN_TOP2_PWDCLKIND;
  681. REG_WRITE(ah, reg, val);
  682. if (reg >= 0x7800 && reg < 0x78a0
  683. && ah->config.analog_shiftreg) {
  684. udelay(100);
  685. }
  686. DO_DELAY(regWrites);
  687. }
  688. REGWRITE_BUFFER_FLUSH(ah);
  689. DISABLE_REGWRITE_BUFFER(ah);
  690. if (AR_SREV_9280(ah) || AR_SREV_9287_10_OR_LATER(ah))
  691. REG_WRITE_ARRAY(&ah->iniModesRxGain, modesIndex, regWrites);
  692. if (AR_SREV_9280(ah) || AR_SREV_9285_12_OR_LATER(ah) ||
  693. AR_SREV_9287_10_OR_LATER(ah))
  694. REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites);
  695. if (AR_SREV_9271_10(ah))
  696. REG_WRITE_ARRAY(&ah->iniModes_9271_1_0_only,
  697. modesIndex, regWrites);
  698. ENABLE_REGWRITE_BUFFER(ah);
  699. /* Write common array parameters */
  700. for (i = 0; i < ah->iniCommon.ia_rows; i++) {
  701. u32 reg = INI_RA(&ah->iniCommon, i, 0);
  702. u32 val = INI_RA(&ah->iniCommon, i, 1);
  703. REG_WRITE(ah, reg, val);
  704. if (reg >= 0x7800 && reg < 0x78a0
  705. && ah->config.analog_shiftreg) {
  706. udelay(100);
  707. }
  708. DO_DELAY(regWrites);
  709. }
  710. REGWRITE_BUFFER_FLUSH(ah);
  711. DISABLE_REGWRITE_BUFFER(ah);
  712. if (AR_SREV_9271(ah)) {
  713. if (ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE) == 1)
  714. REG_WRITE_ARRAY(&ah->iniModes_high_power_tx_gain_9271,
  715. modesIndex, regWrites);
  716. else
  717. REG_WRITE_ARRAY(&ah->iniModes_normal_power_tx_gain_9271,
  718. modesIndex, regWrites);
  719. }
  720. REG_WRITE_ARRAY(&ah->iniBB_RfGain, freqIndex, regWrites);
  721. if (IS_CHAN_A_FAST_CLOCK(ah, chan)) {
  722. REG_WRITE_ARRAY(&ah->iniModesAdditional, modesIndex,
  723. regWrites);
  724. }
  725. ar5008_hw_override_ini(ah, chan);
  726. ar5008_hw_set_channel_regs(ah, chan);
  727. ar5008_hw_init_chain_masks(ah);
  728. ath9k_olc_init(ah);
  729. /* Set TX power */
  730. ah->eep_ops->set_txpower(ah, chan,
  731. ath9k_regd_get_ctl(regulatory, chan),
  732. channel->max_antenna_gain * 2,
  733. channel->max_power * 2,
  734. min((u32) MAX_RATE_POWER,
  735. (u32) regulatory->power_limit));
  736. /* Write analog registers */
  737. if (!ath9k_hw_set_rf_regs(ah, chan, freqIndex)) {
  738. ath_print(ath9k_hw_common(ah), ATH_DBG_FATAL,
  739. "ar5416SetRfRegs failed\n");
  740. return -EIO;
  741. }
  742. return 0;
  743. }
  744. static void ar5008_hw_set_rfmode(struct ath_hw *ah, struct ath9k_channel *chan)
  745. {
  746. u32 rfMode = 0;
  747. if (chan == NULL)
  748. return;
  749. rfMode |= (IS_CHAN_B(chan) || IS_CHAN_G(chan))
  750. ? AR_PHY_MODE_DYNAMIC : AR_PHY_MODE_OFDM;
  751. if (!AR_SREV_9280_10_OR_LATER(ah))
  752. rfMode |= (IS_CHAN_5GHZ(chan)) ?
  753. AR_PHY_MODE_RF5GHZ : AR_PHY_MODE_RF2GHZ;
  754. if (IS_CHAN_A_FAST_CLOCK(ah, chan))
  755. rfMode |= (AR_PHY_MODE_DYNAMIC | AR_PHY_MODE_DYN_CCK_DISABLE);
  756. REG_WRITE(ah, AR_PHY_MODE, rfMode);
  757. }
  758. static void ar5008_hw_mark_phy_inactive(struct ath_hw *ah)
  759. {
  760. REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_DIS);
  761. }
  762. static void ar5008_hw_set_delta_slope(struct ath_hw *ah,
  763. struct ath9k_channel *chan)
  764. {
  765. u32 coef_scaled, ds_coef_exp, ds_coef_man;
  766. u32 clockMhzScaled = 0x64000000;
  767. struct chan_centers centers;
  768. if (IS_CHAN_HALF_RATE(chan))
  769. clockMhzScaled = clockMhzScaled >> 1;
  770. else if (IS_CHAN_QUARTER_RATE(chan))
  771. clockMhzScaled = clockMhzScaled >> 2;
  772. ath9k_hw_get_channel_centers(ah, chan, &centers);
  773. coef_scaled = clockMhzScaled / centers.synth_center;
  774. ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man,
  775. &ds_coef_exp);
  776. REG_RMW_FIELD(ah, AR_PHY_TIMING3,
  777. AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
  778. REG_RMW_FIELD(ah, AR_PHY_TIMING3,
  779. AR_PHY_TIMING3_DSC_EXP, ds_coef_exp);
  780. coef_scaled = (9 * coef_scaled) / 10;
  781. ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man,
  782. &ds_coef_exp);
  783. REG_RMW_FIELD(ah, AR_PHY_HALFGI,
  784. AR_PHY_HALFGI_DSC_MAN, ds_coef_man);
  785. REG_RMW_FIELD(ah, AR_PHY_HALFGI,
  786. AR_PHY_HALFGI_DSC_EXP, ds_coef_exp);
  787. }
  788. static bool ar5008_hw_rfbus_req(struct ath_hw *ah)
  789. {
  790. REG_WRITE(ah, AR_PHY_RFBUS_REQ, AR_PHY_RFBUS_REQ_EN);
  791. return ath9k_hw_wait(ah, AR_PHY_RFBUS_GRANT, AR_PHY_RFBUS_GRANT_EN,
  792. AR_PHY_RFBUS_GRANT_EN, AH_WAIT_TIMEOUT);
  793. }
  794. static void ar5008_hw_rfbus_done(struct ath_hw *ah)
  795. {
  796. u32 synthDelay = REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
  797. if (IS_CHAN_B(ah->curchan))
  798. synthDelay = (4 * synthDelay) / 22;
  799. else
  800. synthDelay /= 10;
  801. udelay(synthDelay + BASE_ACTIVATE_DELAY);
  802. REG_WRITE(ah, AR_PHY_RFBUS_REQ, 0);
  803. }
  804. static void ar5008_hw_enable_rfkill(struct ath_hw *ah)
  805. {
  806. REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL,
  807. AR_GPIO_INPUT_EN_VAL_RFSILENT_BB);
  808. REG_CLR_BIT(ah, AR_GPIO_INPUT_MUX2,
  809. AR_GPIO_INPUT_MUX2_RFSILENT);
  810. ath9k_hw_cfg_gpio_input(ah, ah->rfkill_gpio);
  811. REG_SET_BIT(ah, AR_PHY_TEST, RFSILENT_BB);
  812. }
  813. static void ar5008_restore_chainmask(struct ath_hw *ah)
  814. {
  815. int rx_chainmask = ah->rxchainmask;
  816. if ((rx_chainmask == 0x5) || (rx_chainmask == 0x3)) {
  817. REG_WRITE(ah, AR_PHY_RX_CHAINMASK, rx_chainmask);
  818. REG_WRITE(ah, AR_PHY_CAL_CHAINMASK, rx_chainmask);
  819. }
  820. }
  821. static void ar5008_set_diversity(struct ath_hw *ah, bool value)
  822. {
  823. u32 v = REG_READ(ah, AR_PHY_CCK_DETECT);
  824. if (value)
  825. v |= AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
  826. else
  827. v &= ~AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
  828. REG_WRITE(ah, AR_PHY_CCK_DETECT, v);
  829. }
  830. static u32 ar9100_hw_compute_pll_control(struct ath_hw *ah,
  831. struct ath9k_channel *chan)
  832. {
  833. if (chan && IS_CHAN_5GHZ(chan))
  834. return 0x1450;
  835. return 0x1458;
  836. }
  837. static u32 ar9160_hw_compute_pll_control(struct ath_hw *ah,
  838. struct ath9k_channel *chan)
  839. {
  840. u32 pll;
  841. pll = SM(0x5, AR_RTC_9160_PLL_REFDIV);
  842. if (chan && IS_CHAN_HALF_RATE(chan))
  843. pll |= SM(0x1, AR_RTC_9160_PLL_CLKSEL);
  844. else if (chan && IS_CHAN_QUARTER_RATE(chan))
  845. pll |= SM(0x2, AR_RTC_9160_PLL_CLKSEL);
  846. if (chan && IS_CHAN_5GHZ(chan))
  847. pll |= SM(0x50, AR_RTC_9160_PLL_DIV);
  848. else
  849. pll |= SM(0x58, AR_RTC_9160_PLL_DIV);
  850. return pll;
  851. }
  852. static u32 ar5008_hw_compute_pll_control(struct ath_hw *ah,
  853. struct ath9k_channel *chan)
  854. {
  855. u32 pll;
  856. pll = AR_RTC_PLL_REFDIV_5 | AR_RTC_PLL_DIV2;
  857. if (chan && IS_CHAN_HALF_RATE(chan))
  858. pll |= SM(0x1, AR_RTC_PLL_CLKSEL);
  859. else if (chan && IS_CHAN_QUARTER_RATE(chan))
  860. pll |= SM(0x2, AR_RTC_PLL_CLKSEL);
  861. if (chan && IS_CHAN_5GHZ(chan))
  862. pll |= SM(0xa, AR_RTC_PLL_DIV);
  863. else
  864. pll |= SM(0xb, AR_RTC_PLL_DIV);
  865. return pll;
  866. }
  867. static bool ar5008_hw_ani_control(struct ath_hw *ah,
  868. enum ath9k_ani_cmd cmd, int param)
  869. {
  870. struct ar5416AniState *aniState = ah->curani;
  871. struct ath_common *common = ath9k_hw_common(ah);
  872. switch (cmd & ah->ani_function) {
  873. case ATH9K_ANI_NOISE_IMMUNITY_LEVEL:{
  874. u32 level = param;
  875. if (level >= ARRAY_SIZE(ah->totalSizeDesired)) {
  876. ath_print(common, ATH_DBG_ANI,
  877. "level out of range (%u > %u)\n",
  878. level,
  879. (unsigned)ARRAY_SIZE(ah->totalSizeDesired));
  880. return false;
  881. }
  882. REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ,
  883. AR_PHY_DESIRED_SZ_TOT_DES,
  884. ah->totalSizeDesired[level]);
  885. REG_RMW_FIELD(ah, AR_PHY_AGC_CTL1,
  886. AR_PHY_AGC_CTL1_COARSE_LOW,
  887. ah->coarse_low[level]);
  888. REG_RMW_FIELD(ah, AR_PHY_AGC_CTL1,
  889. AR_PHY_AGC_CTL1_COARSE_HIGH,
  890. ah->coarse_high[level]);
  891. REG_RMW_FIELD(ah, AR_PHY_FIND_SIG,
  892. AR_PHY_FIND_SIG_FIRPWR,
  893. ah->firpwr[level]);
  894. if (level > aniState->noiseImmunityLevel)
  895. ah->stats.ast_ani_niup++;
  896. else if (level < aniState->noiseImmunityLevel)
  897. ah->stats.ast_ani_nidown++;
  898. aniState->noiseImmunityLevel = level;
  899. break;
  900. }
  901. case ATH9K_ANI_OFDM_WEAK_SIGNAL_DETECTION:{
  902. const int m1ThreshLow[] = { 127, 50 };
  903. const int m2ThreshLow[] = { 127, 40 };
  904. const int m1Thresh[] = { 127, 0x4d };
  905. const int m2Thresh[] = { 127, 0x40 };
  906. const int m2CountThr[] = { 31, 16 };
  907. const int m2CountThrLow[] = { 63, 48 };
  908. u32 on = param ? 1 : 0;
  909. REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
  910. AR_PHY_SFCORR_LOW_M1_THRESH_LOW,
  911. m1ThreshLow[on]);
  912. REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
  913. AR_PHY_SFCORR_LOW_M2_THRESH_LOW,
  914. m2ThreshLow[on]);
  915. REG_RMW_FIELD(ah, AR_PHY_SFCORR,
  916. AR_PHY_SFCORR_M1_THRESH,
  917. m1Thresh[on]);
  918. REG_RMW_FIELD(ah, AR_PHY_SFCORR,
  919. AR_PHY_SFCORR_M2_THRESH,
  920. m2Thresh[on]);
  921. REG_RMW_FIELD(ah, AR_PHY_SFCORR,
  922. AR_PHY_SFCORR_M2COUNT_THR,
  923. m2CountThr[on]);
  924. REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
  925. AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW,
  926. m2CountThrLow[on]);
  927. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  928. AR_PHY_SFCORR_EXT_M1_THRESH_LOW,
  929. m1ThreshLow[on]);
  930. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  931. AR_PHY_SFCORR_EXT_M2_THRESH_LOW,
  932. m2ThreshLow[on]);
  933. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  934. AR_PHY_SFCORR_EXT_M1_THRESH,
  935. m1Thresh[on]);
  936. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  937. AR_PHY_SFCORR_EXT_M2_THRESH,
  938. m2Thresh[on]);
  939. if (on)
  940. REG_SET_BIT(ah, AR_PHY_SFCORR_LOW,
  941. AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW);
  942. else
  943. REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW,
  944. AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW);
  945. if (!on != aniState->ofdmWeakSigDetectOff) {
  946. if (on)
  947. ah->stats.ast_ani_ofdmon++;
  948. else
  949. ah->stats.ast_ani_ofdmoff++;
  950. aniState->ofdmWeakSigDetectOff = !on;
  951. }
  952. break;
  953. }
  954. case ATH9K_ANI_CCK_WEAK_SIGNAL_THR:{
  955. const int weakSigThrCck[] = { 8, 6 };
  956. u32 high = param ? 1 : 0;
  957. REG_RMW_FIELD(ah, AR_PHY_CCK_DETECT,
  958. AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK,
  959. weakSigThrCck[high]);
  960. if (high != aniState->cckWeakSigThreshold) {
  961. if (high)
  962. ah->stats.ast_ani_cckhigh++;
  963. else
  964. ah->stats.ast_ani_ccklow++;
  965. aniState->cckWeakSigThreshold = high;
  966. }
  967. break;
  968. }
  969. case ATH9K_ANI_FIRSTEP_LEVEL:{
  970. const int firstep[] = { 0, 4, 8 };
  971. u32 level = param;
  972. if (level >= ARRAY_SIZE(firstep)) {
  973. ath_print(common, ATH_DBG_ANI,
  974. "level out of range (%u > %u)\n",
  975. level,
  976. (unsigned) ARRAY_SIZE(firstep));
  977. return false;
  978. }
  979. REG_RMW_FIELD(ah, AR_PHY_FIND_SIG,
  980. AR_PHY_FIND_SIG_FIRSTEP,
  981. firstep[level]);
  982. if (level > aniState->firstepLevel)
  983. ah->stats.ast_ani_stepup++;
  984. else if (level < aniState->firstepLevel)
  985. ah->stats.ast_ani_stepdown++;
  986. aniState->firstepLevel = level;
  987. break;
  988. }
  989. case ATH9K_ANI_SPUR_IMMUNITY_LEVEL:{
  990. const int cycpwrThr1[] = { 2, 4, 6, 8, 10, 12, 14, 16 };
  991. u32 level = param;
  992. if (level >= ARRAY_SIZE(cycpwrThr1)) {
  993. ath_print(common, ATH_DBG_ANI,
  994. "level out of range (%u > %u)\n",
  995. level,
  996. (unsigned) ARRAY_SIZE(cycpwrThr1));
  997. return false;
  998. }
  999. REG_RMW_FIELD(ah, AR_PHY_TIMING5,
  1000. AR_PHY_TIMING5_CYCPWR_THR1,
  1001. cycpwrThr1[level]);
  1002. if (level > aniState->spurImmunityLevel)
  1003. ah->stats.ast_ani_spurup++;
  1004. else if (level < aniState->spurImmunityLevel)
  1005. ah->stats.ast_ani_spurdown++;
  1006. aniState->spurImmunityLevel = level;
  1007. break;
  1008. }
  1009. case ATH9K_ANI_PRESENT:
  1010. break;
  1011. default:
  1012. ath_print(common, ATH_DBG_ANI,
  1013. "invalid cmd %u\n", cmd);
  1014. return false;
  1015. }
  1016. ath_print(common, ATH_DBG_ANI, "ANI parameters:\n");
  1017. ath_print(common, ATH_DBG_ANI,
  1018. "noiseImmunityLevel=%d, spurImmunityLevel=%d, "
  1019. "ofdmWeakSigDetectOff=%d\n",
  1020. aniState->noiseImmunityLevel,
  1021. aniState->spurImmunityLevel,
  1022. !aniState->ofdmWeakSigDetectOff);
  1023. ath_print(common, ATH_DBG_ANI,
  1024. "cckWeakSigThreshold=%d, "
  1025. "firstepLevel=%d, listenTime=%d\n",
  1026. aniState->cckWeakSigThreshold,
  1027. aniState->firstepLevel,
  1028. aniState->listenTime);
  1029. ath_print(common, ATH_DBG_ANI,
  1030. "cycleCount=%d, ofdmPhyErrCount=%d, cckPhyErrCount=%d\n\n",
  1031. aniState->cycleCount,
  1032. aniState->ofdmPhyErrCount,
  1033. aniState->cckPhyErrCount);
  1034. return true;
  1035. }
  1036. static void ar5008_hw_do_getnf(struct ath_hw *ah,
  1037. int16_t nfarray[NUM_NF_READINGS])
  1038. {
  1039. struct ath_common *common = ath9k_hw_common(ah);
  1040. int16_t nf;
  1041. nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR);
  1042. if (nf & 0x100)
  1043. nf = 0 - ((nf ^ 0x1ff) + 1);
  1044. ath_print(common, ATH_DBG_CALIBRATE,
  1045. "NF calibrated [ctl] [chain 0] is %d\n", nf);
  1046. nfarray[0] = nf;
  1047. nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR);
  1048. if (nf & 0x100)
  1049. nf = 0 - ((nf ^ 0x1ff) + 1);
  1050. ath_print(common, ATH_DBG_CALIBRATE,
  1051. "NF calibrated [ctl] [chain 1] is %d\n", nf);
  1052. nfarray[1] = nf;
  1053. nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
  1054. if (nf & 0x100)
  1055. nf = 0 - ((nf ^ 0x1ff) + 1);
  1056. ath_print(common, ATH_DBG_CALIBRATE,
  1057. "NF calibrated [ctl] [chain 2] is %d\n", nf);
  1058. nfarray[2] = nf;
  1059. nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
  1060. if (nf & 0x100)
  1061. nf = 0 - ((nf ^ 0x1ff) + 1);
  1062. ath_print(common, ATH_DBG_CALIBRATE,
  1063. "NF calibrated [ext] [chain 0] is %d\n", nf);
  1064. nfarray[3] = nf;
  1065. nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR);
  1066. if (nf & 0x100)
  1067. nf = 0 - ((nf ^ 0x1ff) + 1);
  1068. ath_print(common, ATH_DBG_CALIBRATE,
  1069. "NF calibrated [ext] [chain 1] is %d\n", nf);
  1070. nfarray[4] = nf;
  1071. nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR);
  1072. if (nf & 0x100)
  1073. nf = 0 - ((nf ^ 0x1ff) + 1);
  1074. ath_print(common, ATH_DBG_CALIBRATE,
  1075. "NF calibrated [ext] [chain 2] is %d\n", nf);
  1076. nfarray[5] = nf;
  1077. }
  1078. static void ar5008_hw_loadnf(struct ath_hw *ah, struct ath9k_channel *chan)
  1079. {
  1080. struct ath9k_nfcal_hist *h;
  1081. int i, j;
  1082. int32_t val;
  1083. const u32 ar5416_cca_regs[6] = {
  1084. AR_PHY_CCA,
  1085. AR_PHY_CH1_CCA,
  1086. AR_PHY_CH2_CCA,
  1087. AR_PHY_EXT_CCA,
  1088. AR_PHY_CH1_EXT_CCA,
  1089. AR_PHY_CH2_EXT_CCA
  1090. };
  1091. u8 chainmask, rx_chain_status;
  1092. rx_chain_status = REG_READ(ah, AR_PHY_RX_CHAINMASK);
  1093. if (AR_SREV_9285(ah) || AR_SREV_9271(ah))
  1094. chainmask = 0x9;
  1095. else if (AR_SREV_9280(ah) || AR_SREV_9287(ah)) {
  1096. if ((rx_chain_status & 0x2) || (rx_chain_status & 0x4))
  1097. chainmask = 0x1B;
  1098. else
  1099. chainmask = 0x09;
  1100. } else {
  1101. if (rx_chain_status & 0x4)
  1102. chainmask = 0x3F;
  1103. else if (rx_chain_status & 0x2)
  1104. chainmask = 0x1B;
  1105. else
  1106. chainmask = 0x09;
  1107. }
  1108. h = ah->nfCalHist;
  1109. for (i = 0; i < NUM_NF_READINGS; i++) {
  1110. if (chainmask & (1 << i)) {
  1111. val = REG_READ(ah, ar5416_cca_regs[i]);
  1112. val &= 0xFFFFFE00;
  1113. val |= (((u32) (h[i].privNF) << 1) & 0x1ff);
  1114. REG_WRITE(ah, ar5416_cca_regs[i], val);
  1115. }
  1116. }
  1117. REG_CLR_BIT(ah, AR_PHY_AGC_CONTROL,
  1118. AR_PHY_AGC_CONTROL_ENABLE_NF);
  1119. REG_CLR_BIT(ah, AR_PHY_AGC_CONTROL,
  1120. AR_PHY_AGC_CONTROL_NO_UPDATE_NF);
  1121. REG_SET_BIT(ah, AR_PHY_AGC_CONTROL, AR_PHY_AGC_CONTROL_NF);
  1122. for (j = 0; j < 5; j++) {
  1123. if ((REG_READ(ah, AR_PHY_AGC_CONTROL) &
  1124. AR_PHY_AGC_CONTROL_NF) == 0)
  1125. break;
  1126. udelay(50);
  1127. }
  1128. ENABLE_REGWRITE_BUFFER(ah);
  1129. for (i = 0; i < NUM_NF_READINGS; i++) {
  1130. if (chainmask & (1 << i)) {
  1131. val = REG_READ(ah, ar5416_cca_regs[i]);
  1132. val &= 0xFFFFFE00;
  1133. val |= (((u32) (-50) << 1) & 0x1ff);
  1134. REG_WRITE(ah, ar5416_cca_regs[i], val);
  1135. }
  1136. }
  1137. REGWRITE_BUFFER_FLUSH(ah);
  1138. DISABLE_REGWRITE_BUFFER(ah);
  1139. }
  1140. void ar5008_hw_attach_phy_ops(struct ath_hw *ah)
  1141. {
  1142. struct ath_hw_private_ops *priv_ops = ath9k_hw_private_ops(ah);
  1143. priv_ops->rf_set_freq = ar5008_hw_set_channel;
  1144. priv_ops->spur_mitigate_freq = ar5008_hw_spur_mitigate;
  1145. priv_ops->rf_alloc_ext_banks = ar5008_hw_rf_alloc_ext_banks;
  1146. priv_ops->rf_free_ext_banks = ar5008_hw_rf_free_ext_banks;
  1147. priv_ops->set_rf_regs = ar5008_hw_set_rf_regs;
  1148. priv_ops->set_channel_regs = ar5008_hw_set_channel_regs;
  1149. priv_ops->init_bb = ar5008_hw_init_bb;
  1150. priv_ops->process_ini = ar5008_hw_process_ini;
  1151. priv_ops->set_rfmode = ar5008_hw_set_rfmode;
  1152. priv_ops->mark_phy_inactive = ar5008_hw_mark_phy_inactive;
  1153. priv_ops->set_delta_slope = ar5008_hw_set_delta_slope;
  1154. priv_ops->rfbus_req = ar5008_hw_rfbus_req;
  1155. priv_ops->rfbus_done = ar5008_hw_rfbus_done;
  1156. priv_ops->enable_rfkill = ar5008_hw_enable_rfkill;
  1157. priv_ops->restore_chainmask = ar5008_restore_chainmask;
  1158. priv_ops->set_diversity = ar5008_set_diversity;
  1159. priv_ops->ani_control = ar5008_hw_ani_control;
  1160. priv_ops->do_getnf = ar5008_hw_do_getnf;
  1161. priv_ops->loadnf = ar5008_hw_loadnf;
  1162. if (AR_SREV_9100(ah))
  1163. priv_ops->compute_pll_control = ar9100_hw_compute_pll_control;
  1164. else if (AR_SREV_9160_10_OR_LATER(ah))
  1165. priv_ops->compute_pll_control = ar9160_hw_compute_pll_control;
  1166. else
  1167. priv_ops->compute_pll_control = ar5008_hw_compute_pll_control;
  1168. }