ar9003_phy.c 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318
  1. /*
  2. * Copyright (c) 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 "ar9003_phy.h"
  18. static const int firstep_table[] =
  19. /* level: 0 1 2 3 4 5 6 7 8 */
  20. { -4, -2, 0, 2, 4, 6, 8, 10, 12 }; /* lvl 0-8, default 2 */
  21. static const int cycpwrThr1_table[] =
  22. /* level: 0 1 2 3 4 5 6 7 8 */
  23. { -6, -4, -2, 0, 2, 4, 6, 8 }; /* lvl 0-7, default 3 */
  24. /*
  25. * register values to turn OFDM weak signal detection OFF
  26. */
  27. static const int m1ThreshLow_off = 127;
  28. static const int m2ThreshLow_off = 127;
  29. static const int m1Thresh_off = 127;
  30. static const int m2Thresh_off = 127;
  31. static const int m2CountThr_off = 31;
  32. static const int m2CountThrLow_off = 63;
  33. static const int m1ThreshLowExt_off = 127;
  34. static const int m2ThreshLowExt_off = 127;
  35. static const int m1ThreshExt_off = 127;
  36. static const int m2ThreshExt_off = 127;
  37. /**
  38. * ar9003_hw_set_channel - set channel on single-chip device
  39. * @ah: atheros hardware structure
  40. * @chan:
  41. *
  42. * This is the function to change channel on single-chip devices, that is
  43. * all devices after ar9280.
  44. *
  45. * This function takes the channel value in MHz and sets
  46. * hardware channel value. Assumes writes have been enabled to analog bus.
  47. *
  48. * Actual Expression,
  49. *
  50. * For 2GHz channel,
  51. * Channel Frequency = (3/4) * freq_ref * (chansel[8:0] + chanfrac[16:0]/2^17)
  52. * (freq_ref = 40MHz)
  53. *
  54. * For 5GHz channel,
  55. * Channel Frequency = (3/2) * freq_ref * (chansel[8:0] + chanfrac[16:0]/2^10)
  56. * (freq_ref = 40MHz/(24>>amodeRefSel))
  57. *
  58. * For 5GHz channels which are 5MHz spaced,
  59. * Channel Frequency = (3/2) * freq_ref * (chansel[8:0] + chanfrac[16:0]/2^17)
  60. * (freq_ref = 40MHz)
  61. */
  62. static int ar9003_hw_set_channel(struct ath_hw *ah, struct ath9k_channel *chan)
  63. {
  64. u16 bMode, fracMode = 0, aModeRefSel = 0;
  65. u32 freq, channelSel = 0, reg32 = 0;
  66. struct chan_centers centers;
  67. int loadSynthChannel;
  68. ath9k_hw_get_channel_centers(ah, chan, &centers);
  69. freq = centers.synth_center;
  70. if (freq < 4800) { /* 2 GHz, fractional mode */
  71. channelSel = CHANSEL_2G(freq);
  72. /* Set to 2G mode */
  73. bMode = 1;
  74. } else {
  75. channelSel = CHANSEL_5G(freq);
  76. /* Doubler is ON, so, divide channelSel by 2. */
  77. channelSel >>= 1;
  78. /* Set to 5G mode */
  79. bMode = 0;
  80. }
  81. /* Enable fractional mode for all channels */
  82. fracMode = 1;
  83. aModeRefSel = 0;
  84. loadSynthChannel = 0;
  85. reg32 = (bMode << 29);
  86. REG_WRITE(ah, AR_PHY_SYNTH_CONTROL, reg32);
  87. /* Enable Long shift Select for Synthesizer */
  88. REG_RMW_FIELD(ah, AR_PHY_65NM_CH0_SYNTH4,
  89. AR_PHY_SYNTH4_LONG_SHIFT_SELECT, 1);
  90. /* Program Synth. setting */
  91. reg32 = (channelSel << 2) | (fracMode << 30) |
  92. (aModeRefSel << 28) | (loadSynthChannel << 31);
  93. REG_WRITE(ah, AR_PHY_65NM_CH0_SYNTH7, reg32);
  94. /* Toggle Load Synth channel bit */
  95. loadSynthChannel = 1;
  96. reg32 = (channelSel << 2) | (fracMode << 30) |
  97. (aModeRefSel << 28) | (loadSynthChannel << 31);
  98. REG_WRITE(ah, AR_PHY_65NM_CH0_SYNTH7, reg32);
  99. ah->curchan = chan;
  100. ah->curchan_rad_index = -1;
  101. return 0;
  102. }
  103. /**
  104. * ar9003_hw_spur_mitigate_mrc_cck - convert baseband spur frequency
  105. * @ah: atheros hardware structure
  106. * @chan:
  107. *
  108. * For single-chip solutions. Converts to baseband spur frequency given the
  109. * input channel frequency and compute register settings below.
  110. *
  111. * Spur mitigation for MRC CCK
  112. */
  113. static void ar9003_hw_spur_mitigate_mrc_cck(struct ath_hw *ah,
  114. struct ath9k_channel *chan)
  115. {
  116. static const u32 spur_freq[4] = { 2420, 2440, 2464, 2480 };
  117. int cur_bb_spur, negative = 0, cck_spur_freq;
  118. int i;
  119. /*
  120. * Need to verify range +/- 10 MHz in control channel, otherwise spur
  121. * is out-of-band and can be ignored.
  122. */
  123. for (i = 0; i < 4; i++) {
  124. negative = 0;
  125. cur_bb_spur = spur_freq[i] - chan->channel;
  126. if (cur_bb_spur < 0) {
  127. negative = 1;
  128. cur_bb_spur = -cur_bb_spur;
  129. }
  130. if (cur_bb_spur < 10) {
  131. cck_spur_freq = (int)((cur_bb_spur << 19) / 11);
  132. if (negative == 1)
  133. cck_spur_freq = -cck_spur_freq;
  134. cck_spur_freq = cck_spur_freq & 0xfffff;
  135. REG_RMW_FIELD(ah, AR_PHY_AGC_CONTROL,
  136. AR_PHY_AGC_CONTROL_YCOK_MAX, 0x7);
  137. REG_RMW_FIELD(ah, AR_PHY_CCK_SPUR_MIT,
  138. AR_PHY_CCK_SPUR_MIT_SPUR_RSSI_THR, 0x7f);
  139. REG_RMW_FIELD(ah, AR_PHY_CCK_SPUR_MIT,
  140. AR_PHY_CCK_SPUR_MIT_SPUR_FILTER_TYPE,
  141. 0x2);
  142. REG_RMW_FIELD(ah, AR_PHY_CCK_SPUR_MIT,
  143. AR_PHY_CCK_SPUR_MIT_USE_CCK_SPUR_MIT,
  144. 0x1);
  145. REG_RMW_FIELD(ah, AR_PHY_CCK_SPUR_MIT,
  146. AR_PHY_CCK_SPUR_MIT_CCK_SPUR_FREQ,
  147. cck_spur_freq);
  148. return;
  149. }
  150. }
  151. REG_RMW_FIELD(ah, AR_PHY_AGC_CONTROL,
  152. AR_PHY_AGC_CONTROL_YCOK_MAX, 0x5);
  153. REG_RMW_FIELD(ah, AR_PHY_CCK_SPUR_MIT,
  154. AR_PHY_CCK_SPUR_MIT_USE_CCK_SPUR_MIT, 0x0);
  155. REG_RMW_FIELD(ah, AR_PHY_CCK_SPUR_MIT,
  156. AR_PHY_CCK_SPUR_MIT_CCK_SPUR_FREQ, 0x0);
  157. }
  158. /* Clean all spur register fields */
  159. static void ar9003_hw_spur_ofdm_clear(struct ath_hw *ah)
  160. {
  161. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  162. AR_PHY_TIMING4_ENABLE_SPUR_FILTER, 0);
  163. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  164. AR_PHY_TIMING11_SPUR_FREQ_SD, 0);
  165. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  166. AR_PHY_TIMING11_SPUR_DELTA_PHASE, 0);
  167. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  168. AR_PHY_SFCORR_EXT_SPUR_SUBCHANNEL_SD, 0);
  169. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  170. AR_PHY_TIMING11_USE_SPUR_FILTER_IN_AGC, 0);
  171. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  172. AR_PHY_TIMING11_USE_SPUR_FILTER_IN_SELFCOR, 0);
  173. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  174. AR_PHY_TIMING4_ENABLE_SPUR_RSSI, 0);
  175. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  176. AR_PHY_SPUR_REG_EN_VIT_SPUR_RSSI, 0);
  177. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  178. AR_PHY_SPUR_REG_ENABLE_NF_RSSI_SPUR_MIT, 0);
  179. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  180. AR_PHY_SPUR_REG_ENABLE_MASK_PPM, 0);
  181. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  182. AR_PHY_TIMING4_ENABLE_PILOT_MASK, 0);
  183. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  184. AR_PHY_TIMING4_ENABLE_CHAN_MASK, 0);
  185. REG_RMW_FIELD(ah, AR_PHY_PILOT_SPUR_MASK,
  186. AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_IDX_A, 0);
  187. REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A,
  188. AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_IDX_A, 0);
  189. REG_RMW_FIELD(ah, AR_PHY_CHAN_SPUR_MASK,
  190. AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_IDX_A, 0);
  191. REG_RMW_FIELD(ah, AR_PHY_PILOT_SPUR_MASK,
  192. AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_A, 0);
  193. REG_RMW_FIELD(ah, AR_PHY_CHAN_SPUR_MASK,
  194. AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_A, 0);
  195. REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A,
  196. AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_A, 0);
  197. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  198. AR_PHY_SPUR_REG_MASK_RATE_CNTL, 0);
  199. }
  200. static void ar9003_hw_spur_ofdm(struct ath_hw *ah,
  201. int freq_offset,
  202. int spur_freq_sd,
  203. int spur_delta_phase,
  204. int spur_subchannel_sd)
  205. {
  206. int mask_index = 0;
  207. /* OFDM Spur mitigation */
  208. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  209. AR_PHY_TIMING4_ENABLE_SPUR_FILTER, 0x1);
  210. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  211. AR_PHY_TIMING11_SPUR_FREQ_SD, spur_freq_sd);
  212. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  213. AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase);
  214. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  215. AR_PHY_SFCORR_EXT_SPUR_SUBCHANNEL_SD, spur_subchannel_sd);
  216. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  217. AR_PHY_TIMING11_USE_SPUR_FILTER_IN_AGC, 0x1);
  218. REG_RMW_FIELD(ah, AR_PHY_TIMING11,
  219. AR_PHY_TIMING11_USE_SPUR_FILTER_IN_SELFCOR, 0x1);
  220. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  221. AR_PHY_TIMING4_ENABLE_SPUR_RSSI, 0x1);
  222. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  223. AR_PHY_SPUR_REG_SPUR_RSSI_THRESH, 34);
  224. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  225. AR_PHY_SPUR_REG_EN_VIT_SPUR_RSSI, 1);
  226. if (REG_READ_FIELD(ah, AR_PHY_MODE,
  227. AR_PHY_MODE_DYNAMIC) == 0x1)
  228. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  229. AR_PHY_SPUR_REG_ENABLE_NF_RSSI_SPUR_MIT, 1);
  230. mask_index = (freq_offset << 4) / 5;
  231. if (mask_index < 0)
  232. mask_index = mask_index - 1;
  233. mask_index = mask_index & 0x7f;
  234. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  235. AR_PHY_SPUR_REG_ENABLE_MASK_PPM, 0x1);
  236. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  237. AR_PHY_TIMING4_ENABLE_PILOT_MASK, 0x1);
  238. REG_RMW_FIELD(ah, AR_PHY_TIMING4,
  239. AR_PHY_TIMING4_ENABLE_CHAN_MASK, 0x1);
  240. REG_RMW_FIELD(ah, AR_PHY_PILOT_SPUR_MASK,
  241. AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_IDX_A, mask_index);
  242. REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A,
  243. AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_IDX_A, mask_index);
  244. REG_RMW_FIELD(ah, AR_PHY_CHAN_SPUR_MASK,
  245. AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_IDX_A, mask_index);
  246. REG_RMW_FIELD(ah, AR_PHY_PILOT_SPUR_MASK,
  247. AR_PHY_PILOT_SPUR_MASK_CF_PILOT_MASK_A, 0xc);
  248. REG_RMW_FIELD(ah, AR_PHY_CHAN_SPUR_MASK,
  249. AR_PHY_CHAN_SPUR_MASK_CF_CHAN_MASK_A, 0xc);
  250. REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A,
  251. AR_PHY_SPUR_MASK_A_CF_PUNC_MASK_A, 0xa0);
  252. REG_RMW_FIELD(ah, AR_PHY_SPUR_REG,
  253. AR_PHY_SPUR_REG_MASK_RATE_CNTL, 0xff);
  254. }
  255. static void ar9003_hw_spur_ofdm_work(struct ath_hw *ah,
  256. struct ath9k_channel *chan,
  257. int freq_offset)
  258. {
  259. int spur_freq_sd = 0;
  260. int spur_subchannel_sd = 0;
  261. int spur_delta_phase = 0;
  262. if (IS_CHAN_HT40(chan)) {
  263. if (freq_offset < 0) {
  264. if (REG_READ_FIELD(ah, AR_PHY_GEN_CTRL,
  265. AR_PHY_GC_DYN2040_PRI_CH) == 0x0)
  266. spur_subchannel_sd = 1;
  267. else
  268. spur_subchannel_sd = 0;
  269. spur_freq_sd = ((freq_offset + 10) << 9) / 11;
  270. } else {
  271. if (REG_READ_FIELD(ah, AR_PHY_GEN_CTRL,
  272. AR_PHY_GC_DYN2040_PRI_CH) == 0x0)
  273. spur_subchannel_sd = 0;
  274. else
  275. spur_subchannel_sd = 1;
  276. spur_freq_sd = ((freq_offset - 10) << 9) / 11;
  277. }
  278. spur_delta_phase = (freq_offset << 17) / 5;
  279. } else {
  280. spur_subchannel_sd = 0;
  281. spur_freq_sd = (freq_offset << 9) /11;
  282. spur_delta_phase = (freq_offset << 18) / 5;
  283. }
  284. spur_freq_sd = spur_freq_sd & 0x3ff;
  285. spur_delta_phase = spur_delta_phase & 0xfffff;
  286. ar9003_hw_spur_ofdm(ah,
  287. freq_offset,
  288. spur_freq_sd,
  289. spur_delta_phase,
  290. spur_subchannel_sd);
  291. }
  292. /* Spur mitigation for OFDM */
  293. static void ar9003_hw_spur_mitigate_ofdm(struct ath_hw *ah,
  294. struct ath9k_channel *chan)
  295. {
  296. int synth_freq;
  297. int range = 10;
  298. int freq_offset = 0;
  299. int mode;
  300. u8* spurChansPtr;
  301. unsigned int i;
  302. struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep;
  303. if (IS_CHAN_5GHZ(chan)) {
  304. spurChansPtr = &(eep->modalHeader5G.spurChans[0]);
  305. mode = 0;
  306. }
  307. else {
  308. spurChansPtr = &(eep->modalHeader2G.spurChans[0]);
  309. mode = 1;
  310. }
  311. if (spurChansPtr[0] == 0)
  312. return; /* No spur in the mode */
  313. if (IS_CHAN_HT40(chan)) {
  314. range = 19;
  315. if (REG_READ_FIELD(ah, AR_PHY_GEN_CTRL,
  316. AR_PHY_GC_DYN2040_PRI_CH) == 0x0)
  317. synth_freq = chan->channel - 10;
  318. else
  319. synth_freq = chan->channel + 10;
  320. } else {
  321. range = 10;
  322. synth_freq = chan->channel;
  323. }
  324. ar9003_hw_spur_ofdm_clear(ah);
  325. for (i = 0; spurChansPtr[i] && i < 5; i++) {
  326. freq_offset = FBIN2FREQ(spurChansPtr[i], mode) - synth_freq;
  327. if (abs(freq_offset) < range) {
  328. ar9003_hw_spur_ofdm_work(ah, chan, freq_offset);
  329. break;
  330. }
  331. }
  332. }
  333. static void ar9003_hw_spur_mitigate(struct ath_hw *ah,
  334. struct ath9k_channel *chan)
  335. {
  336. ar9003_hw_spur_mitigate_mrc_cck(ah, chan);
  337. ar9003_hw_spur_mitigate_ofdm(ah, chan);
  338. }
  339. static u32 ar9003_hw_compute_pll_control(struct ath_hw *ah,
  340. struct ath9k_channel *chan)
  341. {
  342. u32 pll;
  343. pll = SM(0x5, AR_RTC_9300_PLL_REFDIV);
  344. if (chan && IS_CHAN_HALF_RATE(chan))
  345. pll |= SM(0x1, AR_RTC_9300_PLL_CLKSEL);
  346. else if (chan && IS_CHAN_QUARTER_RATE(chan))
  347. pll |= SM(0x2, AR_RTC_9300_PLL_CLKSEL);
  348. pll |= SM(0x2c, AR_RTC_9300_PLL_DIV);
  349. return pll;
  350. }
  351. static void ar9003_hw_set_channel_regs(struct ath_hw *ah,
  352. struct ath9k_channel *chan)
  353. {
  354. u32 phymode;
  355. u32 enableDacFifo = 0;
  356. enableDacFifo =
  357. (REG_READ(ah, AR_PHY_GEN_CTRL) & AR_PHY_GC_ENABLE_DAC_FIFO);
  358. /* Enable 11n HT, 20 MHz */
  359. phymode = AR_PHY_GC_HT_EN | AR_PHY_GC_SINGLE_HT_LTF1 | AR_PHY_GC_WALSH |
  360. AR_PHY_GC_SHORT_GI_40 | enableDacFifo;
  361. /* Configure baseband for dynamic 20/40 operation */
  362. if (IS_CHAN_HT40(chan)) {
  363. phymode |= AR_PHY_GC_DYN2040_EN;
  364. /* Configure control (primary) channel at +-10MHz */
  365. if ((chan->chanmode == CHANNEL_A_HT40PLUS) ||
  366. (chan->chanmode == CHANNEL_G_HT40PLUS))
  367. phymode |= AR_PHY_GC_DYN2040_PRI_CH;
  368. }
  369. /* make sure we preserve INI settings */
  370. phymode |= REG_READ(ah, AR_PHY_GEN_CTRL);
  371. /* turn off Green Field detection for STA for now */
  372. phymode &= ~AR_PHY_GC_GF_DETECT_EN;
  373. REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode);
  374. /* Configure MAC for 20/40 operation */
  375. ath9k_hw_set11nmac2040(ah);
  376. /* global transmit timeout (25 TUs default)*/
  377. REG_WRITE(ah, AR_GTXTO, 25 << AR_GTXTO_TIMEOUT_LIMIT_S);
  378. /* carrier sense timeout */
  379. REG_WRITE(ah, AR_CST, 0xF << AR_CST_TIMEOUT_LIMIT_S);
  380. }
  381. static void ar9003_hw_init_bb(struct ath_hw *ah,
  382. struct ath9k_channel *chan)
  383. {
  384. u32 synthDelay;
  385. /*
  386. * Wait for the frequency synth to settle (synth goes on
  387. * via AR_PHY_ACTIVE_EN). Read the phy active delay register.
  388. * Value is in 100ns increments.
  389. */
  390. synthDelay = REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
  391. if (IS_CHAN_B(chan))
  392. synthDelay = (4 * synthDelay) / 22;
  393. else
  394. synthDelay /= 10;
  395. /* Activate the PHY (includes baseband activate + synthesizer on) */
  396. REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN);
  397. /*
  398. * There is an issue if the AP starts the calibration before
  399. * the base band timeout completes. This could result in the
  400. * rx_clear false triggering. As a workaround we add delay an
  401. * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
  402. * does not happen.
  403. */
  404. udelay(synthDelay + BASE_ACTIVATE_DELAY);
  405. }
  406. void ar9003_hw_set_chain_masks(struct ath_hw *ah, u8 rx, u8 tx)
  407. {
  408. switch (rx) {
  409. case 0x5:
  410. REG_SET_BIT(ah, AR_PHY_ANALOG_SWAP,
  411. AR_PHY_SWAP_ALT_CHAIN);
  412. case 0x3:
  413. case 0x1:
  414. case 0x2:
  415. case 0x7:
  416. REG_WRITE(ah, AR_PHY_RX_CHAINMASK, rx);
  417. REG_WRITE(ah, AR_PHY_CAL_CHAINMASK, rx);
  418. break;
  419. default:
  420. break;
  421. }
  422. if ((ah->caps.hw_caps & ATH9K_HW_CAP_APM) && (tx == 0x7))
  423. REG_WRITE(ah, AR_SELFGEN_MASK, 0x3);
  424. else
  425. REG_WRITE(ah, AR_SELFGEN_MASK, tx);
  426. if (tx == 0x5) {
  427. REG_SET_BIT(ah, AR_PHY_ANALOG_SWAP,
  428. AR_PHY_SWAP_ALT_CHAIN);
  429. }
  430. }
  431. /*
  432. * Override INI values with chip specific configuration.
  433. */
  434. static void ar9003_hw_override_ini(struct ath_hw *ah)
  435. {
  436. u32 val;
  437. /*
  438. * Set the RX_ABORT and RX_DIS and clear it only after
  439. * RXE is set for MAC. This prevents frames with
  440. * corrupted descriptor status.
  441. */
  442. REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
  443. /*
  444. * For AR9280 and above, there is a new feature that allows
  445. * Multicast search based on both MAC Address and Key ID. By default,
  446. * this feature is enabled. But since the driver is not using this
  447. * feature, we switch it off; otherwise multicast search based on
  448. * MAC addr only will fail.
  449. */
  450. val = REG_READ(ah, AR_PCU_MISC_MODE2) & (~AR_ADHOC_MCAST_KEYID_ENABLE);
  451. REG_WRITE(ah, AR_PCU_MISC_MODE2,
  452. val | AR_AGG_WEP_ENABLE_FIX | AR_AGG_WEP_ENABLE);
  453. }
  454. static void ar9003_hw_prog_ini(struct ath_hw *ah,
  455. struct ar5416IniArray *iniArr,
  456. int column)
  457. {
  458. unsigned int i, regWrites = 0;
  459. /* New INI format: Array may be undefined (pre, core, post arrays) */
  460. if (!iniArr->ia_array)
  461. return;
  462. /*
  463. * New INI format: Pre, core, and post arrays for a given subsystem
  464. * may be modal (> 2 columns) or non-modal (2 columns). Determine if
  465. * the array is non-modal and force the column to 1.
  466. */
  467. if (column >= iniArr->ia_columns)
  468. column = 1;
  469. for (i = 0; i < iniArr->ia_rows; i++) {
  470. u32 reg = INI_RA(iniArr, i, 0);
  471. u32 val = INI_RA(iniArr, i, column);
  472. if (reg >= 0x16000 && reg < 0x17000)
  473. ath9k_hw_analog_shift_regwrite(ah, reg, val);
  474. else
  475. REG_WRITE(ah, reg, val);
  476. DO_DELAY(regWrites);
  477. }
  478. }
  479. static int ar9003_hw_process_ini(struct ath_hw *ah,
  480. struct ath9k_channel *chan)
  481. {
  482. struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah);
  483. unsigned int regWrites = 0, i;
  484. struct ieee80211_channel *channel = chan->chan;
  485. u32 modesIndex, freqIndex;
  486. switch (chan->chanmode) {
  487. case CHANNEL_A:
  488. case CHANNEL_A_HT20:
  489. modesIndex = 1;
  490. freqIndex = 1;
  491. break;
  492. case CHANNEL_A_HT40PLUS:
  493. case CHANNEL_A_HT40MINUS:
  494. modesIndex = 2;
  495. freqIndex = 1;
  496. break;
  497. case CHANNEL_G:
  498. case CHANNEL_G_HT20:
  499. case CHANNEL_B:
  500. modesIndex = 4;
  501. freqIndex = 2;
  502. break;
  503. case CHANNEL_G_HT40PLUS:
  504. case CHANNEL_G_HT40MINUS:
  505. modesIndex = 3;
  506. freqIndex = 2;
  507. break;
  508. default:
  509. return -EINVAL;
  510. }
  511. for (i = 0; i < ATH_INI_NUM_SPLIT; i++) {
  512. ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex);
  513. ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex);
  514. ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex);
  515. ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex);
  516. }
  517. REG_WRITE_ARRAY(&ah->iniModesRxGain, 1, regWrites);
  518. REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites);
  519. /*
  520. * For 5GHz channels requiring Fast Clock, apply
  521. * different modal values.
  522. */
  523. if (IS_CHAN_A_FAST_CLOCK(ah, chan))
  524. REG_WRITE_ARRAY(&ah->iniModesAdditional,
  525. modesIndex, regWrites);
  526. ar9003_hw_override_ini(ah);
  527. ar9003_hw_set_channel_regs(ah, chan);
  528. ar9003_hw_set_chain_masks(ah, ah->rxchainmask, ah->txchainmask);
  529. /* Set TX power */
  530. ah->eep_ops->set_txpower(ah, chan,
  531. ath9k_regd_get_ctl(regulatory, chan),
  532. channel->max_antenna_gain * 2,
  533. channel->max_power * 2,
  534. min((u32) MAX_RATE_POWER,
  535. (u32) regulatory->power_limit), false);
  536. return 0;
  537. }
  538. static void ar9003_hw_set_rfmode(struct ath_hw *ah,
  539. struct ath9k_channel *chan)
  540. {
  541. u32 rfMode = 0;
  542. if (chan == NULL)
  543. return;
  544. rfMode |= (IS_CHAN_B(chan) || IS_CHAN_G(chan))
  545. ? AR_PHY_MODE_DYNAMIC : AR_PHY_MODE_OFDM;
  546. if (IS_CHAN_A_FAST_CLOCK(ah, chan))
  547. rfMode |= (AR_PHY_MODE_DYNAMIC | AR_PHY_MODE_DYN_CCK_DISABLE);
  548. REG_WRITE(ah, AR_PHY_MODE, rfMode);
  549. }
  550. static void ar9003_hw_mark_phy_inactive(struct ath_hw *ah)
  551. {
  552. REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_DIS);
  553. }
  554. static void ar9003_hw_set_delta_slope(struct ath_hw *ah,
  555. struct ath9k_channel *chan)
  556. {
  557. u32 coef_scaled, ds_coef_exp, ds_coef_man;
  558. u32 clockMhzScaled = 0x64000000;
  559. struct chan_centers centers;
  560. /*
  561. * half and quarter rate can divide the scaled clock by 2 or 4
  562. * scale for selected channel bandwidth
  563. */
  564. if (IS_CHAN_HALF_RATE(chan))
  565. clockMhzScaled = clockMhzScaled >> 1;
  566. else if (IS_CHAN_QUARTER_RATE(chan))
  567. clockMhzScaled = clockMhzScaled >> 2;
  568. /*
  569. * ALGO -> coef = 1e8/fcarrier*fclock/40;
  570. * scaled coef to provide precision for this floating calculation
  571. */
  572. ath9k_hw_get_channel_centers(ah, chan, &centers);
  573. coef_scaled = clockMhzScaled / centers.synth_center;
  574. ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man,
  575. &ds_coef_exp);
  576. REG_RMW_FIELD(ah, AR_PHY_TIMING3,
  577. AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
  578. REG_RMW_FIELD(ah, AR_PHY_TIMING3,
  579. AR_PHY_TIMING3_DSC_EXP, ds_coef_exp);
  580. /*
  581. * For Short GI,
  582. * scaled coeff is 9/10 that of normal coeff
  583. */
  584. coef_scaled = (9 * coef_scaled) / 10;
  585. ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man,
  586. &ds_coef_exp);
  587. /* for short gi */
  588. REG_RMW_FIELD(ah, AR_PHY_SGI_DELTA,
  589. AR_PHY_SGI_DSC_MAN, ds_coef_man);
  590. REG_RMW_FIELD(ah, AR_PHY_SGI_DELTA,
  591. AR_PHY_SGI_DSC_EXP, ds_coef_exp);
  592. }
  593. static bool ar9003_hw_rfbus_req(struct ath_hw *ah)
  594. {
  595. REG_WRITE(ah, AR_PHY_RFBUS_REQ, AR_PHY_RFBUS_REQ_EN);
  596. return ath9k_hw_wait(ah, AR_PHY_RFBUS_GRANT, AR_PHY_RFBUS_GRANT_EN,
  597. AR_PHY_RFBUS_GRANT_EN, AH_WAIT_TIMEOUT);
  598. }
  599. /*
  600. * Wait for the frequency synth to settle (synth goes on via PHY_ACTIVE_EN).
  601. * Read the phy active delay register. Value is in 100ns increments.
  602. */
  603. static void ar9003_hw_rfbus_done(struct ath_hw *ah)
  604. {
  605. u32 synthDelay = REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
  606. if (IS_CHAN_B(ah->curchan))
  607. synthDelay = (4 * synthDelay) / 22;
  608. else
  609. synthDelay /= 10;
  610. udelay(synthDelay + BASE_ACTIVATE_DELAY);
  611. REG_WRITE(ah, AR_PHY_RFBUS_REQ, 0);
  612. }
  613. /*
  614. * Set the interrupt and GPIO values so the ISR can disable RF
  615. * on a switch signal. Assumes GPIO port and interrupt polarity
  616. * are set prior to call.
  617. */
  618. static void ar9003_hw_enable_rfkill(struct ath_hw *ah)
  619. {
  620. /* Connect rfsilent_bb_l to baseband */
  621. REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL,
  622. AR_GPIO_INPUT_EN_VAL_RFSILENT_BB);
  623. /* Set input mux for rfsilent_bb_l to GPIO #0 */
  624. REG_CLR_BIT(ah, AR_GPIO_INPUT_MUX2,
  625. AR_GPIO_INPUT_MUX2_RFSILENT);
  626. /*
  627. * Configure the desired GPIO port for input and
  628. * enable baseband rf silence.
  629. */
  630. ath9k_hw_cfg_gpio_input(ah, ah->rfkill_gpio);
  631. REG_SET_BIT(ah, AR_PHY_TEST, RFSILENT_BB);
  632. }
  633. static void ar9003_hw_set_diversity(struct ath_hw *ah, bool value)
  634. {
  635. u32 v = REG_READ(ah, AR_PHY_CCK_DETECT);
  636. if (value)
  637. v |= AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
  638. else
  639. v &= ~AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
  640. REG_WRITE(ah, AR_PHY_CCK_DETECT, v);
  641. }
  642. static bool ar9003_hw_ani_control(struct ath_hw *ah,
  643. enum ath9k_ani_cmd cmd, int param)
  644. {
  645. struct ath_common *common = ath9k_hw_common(ah);
  646. struct ath9k_channel *chan = ah->curchan;
  647. struct ar5416AniState *aniState = &chan->ani;
  648. s32 value, value2;
  649. switch (cmd & ah->ani_function) {
  650. case ATH9K_ANI_OFDM_WEAK_SIGNAL_DETECTION:{
  651. /*
  652. * on == 1 means ofdm weak signal detection is ON
  653. * on == 1 is the default, for less noise immunity
  654. *
  655. * on == 0 means ofdm weak signal detection is OFF
  656. * on == 0 means more noise imm
  657. */
  658. u32 on = param ? 1 : 0;
  659. /*
  660. * make register setting for default
  661. * (weak sig detect ON) come from INI file
  662. */
  663. int m1ThreshLow = on ?
  664. aniState->iniDef.m1ThreshLow : m1ThreshLow_off;
  665. int m2ThreshLow = on ?
  666. aniState->iniDef.m2ThreshLow : m2ThreshLow_off;
  667. int m1Thresh = on ?
  668. aniState->iniDef.m1Thresh : m1Thresh_off;
  669. int m2Thresh = on ?
  670. aniState->iniDef.m2Thresh : m2Thresh_off;
  671. int m2CountThr = on ?
  672. aniState->iniDef.m2CountThr : m2CountThr_off;
  673. int m2CountThrLow = on ?
  674. aniState->iniDef.m2CountThrLow : m2CountThrLow_off;
  675. int m1ThreshLowExt = on ?
  676. aniState->iniDef.m1ThreshLowExt : m1ThreshLowExt_off;
  677. int m2ThreshLowExt = on ?
  678. aniState->iniDef.m2ThreshLowExt : m2ThreshLowExt_off;
  679. int m1ThreshExt = on ?
  680. aniState->iniDef.m1ThreshExt : m1ThreshExt_off;
  681. int m2ThreshExt = on ?
  682. aniState->iniDef.m2ThreshExt : m2ThreshExt_off;
  683. REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
  684. AR_PHY_SFCORR_LOW_M1_THRESH_LOW,
  685. m1ThreshLow);
  686. REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
  687. AR_PHY_SFCORR_LOW_M2_THRESH_LOW,
  688. m2ThreshLow);
  689. REG_RMW_FIELD(ah, AR_PHY_SFCORR,
  690. AR_PHY_SFCORR_M1_THRESH, m1Thresh);
  691. REG_RMW_FIELD(ah, AR_PHY_SFCORR,
  692. AR_PHY_SFCORR_M2_THRESH, m2Thresh);
  693. REG_RMW_FIELD(ah, AR_PHY_SFCORR,
  694. AR_PHY_SFCORR_M2COUNT_THR, m2CountThr);
  695. REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW,
  696. AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW,
  697. m2CountThrLow);
  698. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  699. AR_PHY_SFCORR_EXT_M1_THRESH_LOW, m1ThreshLowExt);
  700. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  701. AR_PHY_SFCORR_EXT_M2_THRESH_LOW, m2ThreshLowExt);
  702. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  703. AR_PHY_SFCORR_EXT_M1_THRESH, m1ThreshExt);
  704. REG_RMW_FIELD(ah, AR_PHY_SFCORR_EXT,
  705. AR_PHY_SFCORR_EXT_M2_THRESH, m2ThreshExt);
  706. if (on)
  707. REG_SET_BIT(ah, AR_PHY_SFCORR_LOW,
  708. AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW);
  709. else
  710. REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW,
  711. AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW);
  712. if (!on != aniState->ofdmWeakSigDetectOff) {
  713. ath_print(common, ATH_DBG_ANI,
  714. "** ch %d: ofdm weak signal: %s=>%s\n",
  715. chan->channel,
  716. !aniState->ofdmWeakSigDetectOff ?
  717. "on" : "off",
  718. on ? "on" : "off");
  719. if (on)
  720. ah->stats.ast_ani_ofdmon++;
  721. else
  722. ah->stats.ast_ani_ofdmoff++;
  723. aniState->ofdmWeakSigDetectOff = !on;
  724. }
  725. break;
  726. }
  727. case ATH9K_ANI_FIRSTEP_LEVEL:{
  728. u32 level = param;
  729. if (level >= ARRAY_SIZE(firstep_table)) {
  730. ath_print(common, ATH_DBG_ANI,
  731. "ATH9K_ANI_FIRSTEP_LEVEL: level "
  732. "out of range (%u > %u)\n",
  733. level,
  734. (unsigned) ARRAY_SIZE(firstep_table));
  735. return false;
  736. }
  737. /*
  738. * make register setting relative to default
  739. * from INI file & cap value
  740. */
  741. value = firstep_table[level] -
  742. firstep_table[ATH9K_ANI_FIRSTEP_LVL_NEW] +
  743. aniState->iniDef.firstep;
  744. if (value < ATH9K_SIG_FIRSTEP_SETTING_MIN)
  745. value = ATH9K_SIG_FIRSTEP_SETTING_MIN;
  746. if (value > ATH9K_SIG_FIRSTEP_SETTING_MAX)
  747. value = ATH9K_SIG_FIRSTEP_SETTING_MAX;
  748. REG_RMW_FIELD(ah, AR_PHY_FIND_SIG,
  749. AR_PHY_FIND_SIG_FIRSTEP,
  750. value);
  751. /*
  752. * we need to set first step low register too
  753. * make register setting relative to default
  754. * from INI file & cap value
  755. */
  756. value2 = firstep_table[level] -
  757. firstep_table[ATH9K_ANI_FIRSTEP_LVL_NEW] +
  758. aniState->iniDef.firstepLow;
  759. if (value2 < ATH9K_SIG_FIRSTEP_SETTING_MIN)
  760. value2 = ATH9K_SIG_FIRSTEP_SETTING_MIN;
  761. if (value2 > ATH9K_SIG_FIRSTEP_SETTING_MAX)
  762. value2 = ATH9K_SIG_FIRSTEP_SETTING_MAX;
  763. REG_RMW_FIELD(ah, AR_PHY_FIND_SIG_LOW,
  764. AR_PHY_FIND_SIG_LOW_FIRSTEP_LOW, value2);
  765. if (level != aniState->firstepLevel) {
  766. ath_print(common, ATH_DBG_ANI,
  767. "** ch %d: level %d=>%d[def:%d] "
  768. "firstep[level]=%d ini=%d\n",
  769. chan->channel,
  770. aniState->firstepLevel,
  771. level,
  772. ATH9K_ANI_FIRSTEP_LVL_NEW,
  773. value,
  774. aniState->iniDef.firstep);
  775. ath_print(common, ATH_DBG_ANI,
  776. "** ch %d: level %d=>%d[def:%d] "
  777. "firstep_low[level]=%d ini=%d\n",
  778. chan->channel,
  779. aniState->firstepLevel,
  780. level,
  781. ATH9K_ANI_FIRSTEP_LVL_NEW,
  782. value2,
  783. aniState->iniDef.firstepLow);
  784. if (level > aniState->firstepLevel)
  785. ah->stats.ast_ani_stepup++;
  786. else if (level < aniState->firstepLevel)
  787. ah->stats.ast_ani_stepdown++;
  788. aniState->firstepLevel = level;
  789. }
  790. break;
  791. }
  792. case ATH9K_ANI_SPUR_IMMUNITY_LEVEL:{
  793. u32 level = param;
  794. if (level >= ARRAY_SIZE(cycpwrThr1_table)) {
  795. ath_print(common, ATH_DBG_ANI,
  796. "ATH9K_ANI_SPUR_IMMUNITY_LEVEL: level "
  797. "out of range (%u > %u)\n",
  798. level,
  799. (unsigned) ARRAY_SIZE(cycpwrThr1_table));
  800. return false;
  801. }
  802. /*
  803. * make register setting relative to default
  804. * from INI file & cap value
  805. */
  806. value = cycpwrThr1_table[level] -
  807. cycpwrThr1_table[ATH9K_ANI_SPUR_IMMUNE_LVL_NEW] +
  808. aniState->iniDef.cycpwrThr1;
  809. if (value < ATH9K_SIG_SPUR_IMM_SETTING_MIN)
  810. value = ATH9K_SIG_SPUR_IMM_SETTING_MIN;
  811. if (value > ATH9K_SIG_SPUR_IMM_SETTING_MAX)
  812. value = ATH9K_SIG_SPUR_IMM_SETTING_MAX;
  813. REG_RMW_FIELD(ah, AR_PHY_TIMING5,
  814. AR_PHY_TIMING5_CYCPWR_THR1,
  815. value);
  816. /*
  817. * set AR_PHY_EXT_CCA for extension channel
  818. * make register setting relative to default
  819. * from INI file & cap value
  820. */
  821. value2 = cycpwrThr1_table[level] -
  822. cycpwrThr1_table[ATH9K_ANI_SPUR_IMMUNE_LVL_NEW] +
  823. aniState->iniDef.cycpwrThr1Ext;
  824. if (value2 < ATH9K_SIG_SPUR_IMM_SETTING_MIN)
  825. value2 = ATH9K_SIG_SPUR_IMM_SETTING_MIN;
  826. if (value2 > ATH9K_SIG_SPUR_IMM_SETTING_MAX)
  827. value2 = ATH9K_SIG_SPUR_IMM_SETTING_MAX;
  828. REG_RMW_FIELD(ah, AR_PHY_EXT_CCA,
  829. AR_PHY_EXT_CYCPWR_THR1, value2);
  830. if (level != aniState->spurImmunityLevel) {
  831. ath_print(common, ATH_DBG_ANI,
  832. "** ch %d: level %d=>%d[def:%d] "
  833. "cycpwrThr1[level]=%d ini=%d\n",
  834. chan->channel,
  835. aniState->spurImmunityLevel,
  836. level,
  837. ATH9K_ANI_SPUR_IMMUNE_LVL_NEW,
  838. value,
  839. aniState->iniDef.cycpwrThr1);
  840. ath_print(common, ATH_DBG_ANI,
  841. "** ch %d: level %d=>%d[def:%d] "
  842. "cycpwrThr1Ext[level]=%d ini=%d\n",
  843. chan->channel,
  844. aniState->spurImmunityLevel,
  845. level,
  846. ATH9K_ANI_SPUR_IMMUNE_LVL_NEW,
  847. value2,
  848. aniState->iniDef.cycpwrThr1Ext);
  849. if (level > aniState->spurImmunityLevel)
  850. ah->stats.ast_ani_spurup++;
  851. else if (level < aniState->spurImmunityLevel)
  852. ah->stats.ast_ani_spurdown++;
  853. aniState->spurImmunityLevel = level;
  854. }
  855. break;
  856. }
  857. case ATH9K_ANI_MRC_CCK:{
  858. /*
  859. * is_on == 1 means MRC CCK ON (default, less noise imm)
  860. * is_on == 0 means MRC CCK is OFF (more noise imm)
  861. */
  862. bool is_on = param ? 1 : 0;
  863. REG_RMW_FIELD(ah, AR_PHY_MRC_CCK_CTRL,
  864. AR_PHY_MRC_CCK_ENABLE, is_on);
  865. REG_RMW_FIELD(ah, AR_PHY_MRC_CCK_CTRL,
  866. AR_PHY_MRC_CCK_MUX_REG, is_on);
  867. if (!is_on != aniState->mrcCCKOff) {
  868. ath_print(common, ATH_DBG_ANI,
  869. "** ch %d: MRC CCK: %s=>%s\n",
  870. chan->channel,
  871. !aniState->mrcCCKOff ? "on" : "off",
  872. is_on ? "on" : "off");
  873. if (is_on)
  874. ah->stats.ast_ani_ccklow++;
  875. else
  876. ah->stats.ast_ani_cckhigh++;
  877. aniState->mrcCCKOff = !is_on;
  878. }
  879. break;
  880. }
  881. case ATH9K_ANI_PRESENT:
  882. break;
  883. default:
  884. ath_print(common, ATH_DBG_ANI,
  885. "invalid cmd %u\n", cmd);
  886. return false;
  887. }
  888. ath_print(common, ATH_DBG_ANI,
  889. "ANI parameters: SI=%d, ofdmWS=%s FS=%d "
  890. "MRCcck=%s listenTime=%d "
  891. "ofdmErrs=%d cckErrs=%d\n",
  892. aniState->spurImmunityLevel,
  893. !aniState->ofdmWeakSigDetectOff ? "on" : "off",
  894. aniState->firstepLevel,
  895. !aniState->mrcCCKOff ? "on" : "off",
  896. aniState->listenTime,
  897. aniState->ofdmPhyErrCount,
  898. aniState->cckPhyErrCount);
  899. return true;
  900. }
  901. static void ar9003_hw_do_getnf(struct ath_hw *ah,
  902. int16_t nfarray[NUM_NF_READINGS])
  903. {
  904. int16_t nf;
  905. nf = MS(REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR);
  906. nfarray[0] = sign_extend32(nf, 8);
  907. nf = MS(REG_READ(ah, AR_PHY_CCA_1), AR_PHY_CH1_MINCCA_PWR);
  908. nfarray[1] = sign_extend32(nf, 8);
  909. nf = MS(REG_READ(ah, AR_PHY_CCA_2), AR_PHY_CH2_MINCCA_PWR);
  910. nfarray[2] = sign_extend32(nf, 8);
  911. if (!IS_CHAN_HT40(ah->curchan))
  912. return;
  913. nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
  914. nfarray[3] = sign_extend32(nf, 8);
  915. nf = MS(REG_READ(ah, AR_PHY_EXT_CCA_1), AR_PHY_CH1_EXT_MINCCA_PWR);
  916. nfarray[4] = sign_extend32(nf, 8);
  917. nf = MS(REG_READ(ah, AR_PHY_EXT_CCA_2), AR_PHY_CH2_EXT_MINCCA_PWR);
  918. nfarray[5] = sign_extend32(nf, 8);
  919. }
  920. static void ar9003_hw_set_nf_limits(struct ath_hw *ah)
  921. {
  922. ah->nf_2g.max = AR_PHY_CCA_MAX_GOOD_VAL_9300_2GHZ;
  923. ah->nf_2g.min = AR_PHY_CCA_MIN_GOOD_VAL_9300_2GHZ;
  924. ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9300_2GHZ;
  925. ah->nf_5g.max = AR_PHY_CCA_MAX_GOOD_VAL_9300_5GHZ;
  926. ah->nf_5g.min = AR_PHY_CCA_MIN_GOOD_VAL_9300_5GHZ;
  927. ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9300_5GHZ;
  928. }
  929. /*
  930. * Initialize the ANI register values with default (ini) values.
  931. * This routine is called during a (full) hardware reset after
  932. * all the registers are initialised from the INI.
  933. */
  934. static void ar9003_hw_ani_cache_ini_regs(struct ath_hw *ah)
  935. {
  936. struct ar5416AniState *aniState;
  937. struct ath_common *common = ath9k_hw_common(ah);
  938. struct ath9k_channel *chan = ah->curchan;
  939. struct ath9k_ani_default *iniDef;
  940. u32 val;
  941. aniState = &ah->curchan->ani;
  942. iniDef = &aniState->iniDef;
  943. ath_print(common, ATH_DBG_ANI,
  944. "ver %d.%d opmode %u chan %d Mhz/0x%x\n",
  945. ah->hw_version.macVersion,
  946. ah->hw_version.macRev,
  947. ah->opmode,
  948. chan->channel,
  949. chan->channelFlags);
  950. val = REG_READ(ah, AR_PHY_SFCORR);
  951. iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH);
  952. iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH);
  953. iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR);
  954. val = REG_READ(ah, AR_PHY_SFCORR_LOW);
  955. iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW);
  956. iniDef->m2ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M2_THRESH_LOW);
  957. iniDef->m2CountThrLow = MS(val, AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW);
  958. val = REG_READ(ah, AR_PHY_SFCORR_EXT);
  959. iniDef->m1ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH);
  960. iniDef->m2ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH);
  961. iniDef->m1ThreshLowExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH_LOW);
  962. iniDef->m2ThreshLowExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH_LOW);
  963. iniDef->firstep = REG_READ_FIELD(ah,
  964. AR_PHY_FIND_SIG,
  965. AR_PHY_FIND_SIG_FIRSTEP);
  966. iniDef->firstepLow = REG_READ_FIELD(ah,
  967. AR_PHY_FIND_SIG_LOW,
  968. AR_PHY_FIND_SIG_LOW_FIRSTEP_LOW);
  969. iniDef->cycpwrThr1 = REG_READ_FIELD(ah,
  970. AR_PHY_TIMING5,
  971. AR_PHY_TIMING5_CYCPWR_THR1);
  972. iniDef->cycpwrThr1Ext = REG_READ_FIELD(ah,
  973. AR_PHY_EXT_CCA,
  974. AR_PHY_EXT_CYCPWR_THR1);
  975. /* these levels just got reset to defaults by the INI */
  976. aniState->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL_NEW;
  977. aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL_NEW;
  978. aniState->ofdmWeakSigDetectOff = !ATH9K_ANI_USE_OFDM_WEAK_SIG;
  979. aniState->mrcCCKOff = !ATH9K_ANI_ENABLE_MRC_CCK;
  980. }
  981. static void ar9003_hw_set_radar_params(struct ath_hw *ah,
  982. struct ath_hw_radar_conf *conf)
  983. {
  984. u32 radar_0 = 0, radar_1 = 0;
  985. if (!conf) {
  986. REG_CLR_BIT(ah, AR_PHY_RADAR_0, AR_PHY_RADAR_0_ENA);
  987. return;
  988. }
  989. radar_0 |= AR_PHY_RADAR_0_ENA | AR_PHY_RADAR_0_FFT_ENA;
  990. radar_0 |= SM(conf->fir_power, AR_PHY_RADAR_0_FIRPWR);
  991. radar_0 |= SM(conf->radar_rssi, AR_PHY_RADAR_0_RRSSI);
  992. radar_0 |= SM(conf->pulse_height, AR_PHY_RADAR_0_HEIGHT);
  993. radar_0 |= SM(conf->pulse_rssi, AR_PHY_RADAR_0_PRSSI);
  994. radar_0 |= SM(conf->pulse_inband, AR_PHY_RADAR_0_INBAND);
  995. radar_1 |= AR_PHY_RADAR_1_MAX_RRSSI;
  996. radar_1 |= AR_PHY_RADAR_1_BLOCK_CHECK;
  997. radar_1 |= SM(conf->pulse_maxlen, AR_PHY_RADAR_1_MAXLEN);
  998. radar_1 |= SM(conf->pulse_inband_step, AR_PHY_RADAR_1_RELSTEP_THRESH);
  999. radar_1 |= SM(conf->radar_inband, AR_PHY_RADAR_1_RELPWR_THRESH);
  1000. REG_WRITE(ah, AR_PHY_RADAR_0, radar_0);
  1001. REG_WRITE(ah, AR_PHY_RADAR_1, radar_1);
  1002. if (conf->ext_channel)
  1003. REG_SET_BIT(ah, AR_PHY_RADAR_EXT, AR_PHY_RADAR_EXT_ENA);
  1004. else
  1005. REG_CLR_BIT(ah, AR_PHY_RADAR_EXT, AR_PHY_RADAR_EXT_ENA);
  1006. }
  1007. static void ar9003_hw_set_radar_conf(struct ath_hw *ah)
  1008. {
  1009. struct ath_hw_radar_conf *conf = &ah->radar_conf;
  1010. conf->fir_power = -28;
  1011. conf->radar_rssi = 0;
  1012. conf->pulse_height = 10;
  1013. conf->pulse_rssi = 24;
  1014. conf->pulse_inband = 8;
  1015. conf->pulse_maxlen = 255;
  1016. conf->pulse_inband_step = 12;
  1017. conf->radar_inband = 8;
  1018. }
  1019. void ar9003_hw_attach_phy_ops(struct ath_hw *ah)
  1020. {
  1021. struct ath_hw_private_ops *priv_ops = ath9k_hw_private_ops(ah);
  1022. static const u32 ar9300_cca_regs[6] = {
  1023. AR_PHY_CCA_0,
  1024. AR_PHY_CCA_1,
  1025. AR_PHY_CCA_2,
  1026. AR_PHY_EXT_CCA,
  1027. AR_PHY_EXT_CCA_1,
  1028. AR_PHY_EXT_CCA_2,
  1029. };
  1030. priv_ops->rf_set_freq = ar9003_hw_set_channel;
  1031. priv_ops->spur_mitigate_freq = ar9003_hw_spur_mitigate;
  1032. priv_ops->compute_pll_control = ar9003_hw_compute_pll_control;
  1033. priv_ops->set_channel_regs = ar9003_hw_set_channel_regs;
  1034. priv_ops->init_bb = ar9003_hw_init_bb;
  1035. priv_ops->process_ini = ar9003_hw_process_ini;
  1036. priv_ops->set_rfmode = ar9003_hw_set_rfmode;
  1037. priv_ops->mark_phy_inactive = ar9003_hw_mark_phy_inactive;
  1038. priv_ops->set_delta_slope = ar9003_hw_set_delta_slope;
  1039. priv_ops->rfbus_req = ar9003_hw_rfbus_req;
  1040. priv_ops->rfbus_done = ar9003_hw_rfbus_done;
  1041. priv_ops->enable_rfkill = ar9003_hw_enable_rfkill;
  1042. priv_ops->set_diversity = ar9003_hw_set_diversity;
  1043. priv_ops->ani_control = ar9003_hw_ani_control;
  1044. priv_ops->do_getnf = ar9003_hw_do_getnf;
  1045. priv_ops->ani_cache_ini_regs = ar9003_hw_ani_cache_ini_regs;
  1046. priv_ops->set_radar_params = ar9003_hw_set_radar_params;
  1047. ar9003_hw_set_nf_limits(ah);
  1048. ar9003_hw_set_radar_conf(ah);
  1049. memcpy(ah->nf_regs, ar9300_cca_regs, sizeof(ah->nf_regs));
  1050. }
  1051. void ar9003_hw_bb_watchdog_config(struct ath_hw *ah)
  1052. {
  1053. struct ath_common *common = ath9k_hw_common(ah);
  1054. u32 idle_tmo_ms = ah->bb_watchdog_timeout_ms;
  1055. u32 val, idle_count;
  1056. if (!idle_tmo_ms) {
  1057. /* disable IRQ, disable chip-reset for BB panic */
  1058. REG_WRITE(ah, AR_PHY_WATCHDOG_CTL_2,
  1059. REG_READ(ah, AR_PHY_WATCHDOG_CTL_2) &
  1060. ~(AR_PHY_WATCHDOG_RST_ENABLE |
  1061. AR_PHY_WATCHDOG_IRQ_ENABLE));
  1062. /* disable watchdog in non-IDLE mode, disable in IDLE mode */
  1063. REG_WRITE(ah, AR_PHY_WATCHDOG_CTL_1,
  1064. REG_READ(ah, AR_PHY_WATCHDOG_CTL_1) &
  1065. ~(AR_PHY_WATCHDOG_NON_IDLE_ENABLE |
  1066. AR_PHY_WATCHDOG_IDLE_ENABLE));
  1067. ath_print(common, ATH_DBG_RESET, "Disabled BB Watchdog\n");
  1068. return;
  1069. }
  1070. /* enable IRQ, disable chip-reset for BB watchdog */
  1071. val = REG_READ(ah, AR_PHY_WATCHDOG_CTL_2) & AR_PHY_WATCHDOG_CNTL2_MASK;
  1072. REG_WRITE(ah, AR_PHY_WATCHDOG_CTL_2,
  1073. (val | AR_PHY_WATCHDOG_IRQ_ENABLE) &
  1074. ~AR_PHY_WATCHDOG_RST_ENABLE);
  1075. /* bound limit to 10 secs */
  1076. if (idle_tmo_ms > 10000)
  1077. idle_tmo_ms = 10000;
  1078. /*
  1079. * The time unit for watchdog event is 2^15 44/88MHz cycles.
  1080. *
  1081. * For HT20 we have a time unit of 2^15/44 MHz = .74 ms per tick
  1082. * For HT40 we have a time unit of 2^15/88 MHz = .37 ms per tick
  1083. *
  1084. * Given we use fast clock now in 5 GHz, these time units should
  1085. * be common for both 2 GHz and 5 GHz.
  1086. */
  1087. idle_count = (100 * idle_tmo_ms) / 74;
  1088. if (ah->curchan && IS_CHAN_HT40(ah->curchan))
  1089. idle_count = (100 * idle_tmo_ms) / 37;
  1090. /*
  1091. * enable watchdog in non-IDLE mode, disable in IDLE mode,
  1092. * set idle time-out.
  1093. */
  1094. REG_WRITE(ah, AR_PHY_WATCHDOG_CTL_1,
  1095. AR_PHY_WATCHDOG_NON_IDLE_ENABLE |
  1096. AR_PHY_WATCHDOG_IDLE_MASK |
  1097. (AR_PHY_WATCHDOG_NON_IDLE_MASK & (idle_count << 2)));
  1098. ath_print(common, ATH_DBG_RESET,
  1099. "Enabled BB Watchdog timeout (%u ms)\n",
  1100. idle_tmo_ms);
  1101. }
  1102. void ar9003_hw_bb_watchdog_read(struct ath_hw *ah)
  1103. {
  1104. /*
  1105. * we want to avoid printing in ISR context so we save the
  1106. * watchdog status to be printed later in bottom half context.
  1107. */
  1108. ah->bb_watchdog_last_status = REG_READ(ah, AR_PHY_WATCHDOG_STATUS);
  1109. /*
  1110. * the watchdog timer should reset on status read but to be sure
  1111. * sure we write 0 to the watchdog status bit.
  1112. */
  1113. REG_WRITE(ah, AR_PHY_WATCHDOG_STATUS,
  1114. ah->bb_watchdog_last_status & ~AR_PHY_WATCHDOG_STATUS_CLR);
  1115. }
  1116. void ar9003_hw_bb_watchdog_dbg_info(struct ath_hw *ah)
  1117. {
  1118. struct ath_common *common = ath9k_hw_common(ah);
  1119. u32 status;
  1120. if (likely(!(common->debug_mask & ATH_DBG_RESET)))
  1121. return;
  1122. status = ah->bb_watchdog_last_status;
  1123. ath_print(common, ATH_DBG_RESET,
  1124. "\n==== BB update: BB status=0x%08x ====\n", status);
  1125. ath_print(common, ATH_DBG_RESET,
  1126. "** BB state: wd=%u det=%u rdar=%u rOFDM=%d "
  1127. "rCCK=%u tOFDM=%u tCCK=%u agc=%u src=%u **\n",
  1128. MS(status, AR_PHY_WATCHDOG_INFO),
  1129. MS(status, AR_PHY_WATCHDOG_DET_HANG),
  1130. MS(status, AR_PHY_WATCHDOG_RADAR_SM),
  1131. MS(status, AR_PHY_WATCHDOG_RX_OFDM_SM),
  1132. MS(status, AR_PHY_WATCHDOG_RX_CCK_SM),
  1133. MS(status, AR_PHY_WATCHDOG_TX_OFDM_SM),
  1134. MS(status, AR_PHY_WATCHDOG_TX_CCK_SM),
  1135. MS(status, AR_PHY_WATCHDOG_AGC_SM),
  1136. MS(status,AR_PHY_WATCHDOG_SRCH_SM));
  1137. ath_print(common, ATH_DBG_RESET,
  1138. "** BB WD cntl: cntl1=0x%08x cntl2=0x%08x **\n",
  1139. REG_READ(ah, AR_PHY_WATCHDOG_CTL_1),
  1140. REG_READ(ah, AR_PHY_WATCHDOG_CTL_2));
  1141. ath_print(common, ATH_DBG_RESET,
  1142. "** BB mode: BB_gen_controls=0x%08x **\n",
  1143. REG_READ(ah, AR_PHY_GEN_CTRL));
  1144. #define PCT(_field) (common->cc_survey._field * 100 / common->cc_survey.cycles)
  1145. if (common->cc_survey.cycles)
  1146. ath_print(common, ATH_DBG_RESET,
  1147. "** BB busy times: rx_clear=%d%%, "
  1148. "rx_frame=%d%%, tx_frame=%d%% **\n",
  1149. PCT(rx_busy), PCT(rx_frame), PCT(tx_frame));
  1150. ath_print(common, ATH_DBG_RESET,
  1151. "==== BB update: done ====\n\n");
  1152. }
  1153. EXPORT_SYMBOL(ar9003_hw_bb_watchdog_dbg_info);