iwl-4965-hw.h 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. /******************************************************************************
  2. *
  3. * This file is provided under a dual BSD/GPLv2 license. When using or
  4. * redistributing this file, you may do so under either license.
  5. *
  6. * GPL LICENSE SUMMARY
  7. *
  8. * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved.
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of version 2 of the GNU General Public License as
  12. * published by the Free Software Foundation.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
  22. * USA
  23. *
  24. * The full GNU General Public License is included in this distribution
  25. * in the file called LICENSE.GPL.
  26. *
  27. * Contact Information:
  28. * Intel Linux Wireless <ilw@linux.intel.com>
  29. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  30. *
  31. * BSD LICENSE
  32. *
  33. * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved.
  34. * All rights reserved.
  35. *
  36. * Redistribution and use in source and binary forms, with or without
  37. * modification, are permitted provided that the following conditions
  38. * are met:
  39. *
  40. * * Redistributions of source code must retain the above copyright
  41. * notice, this list of conditions and the following disclaimer.
  42. * * Redistributions in binary form must reproduce the above copyright
  43. * notice, this list of conditions and the following disclaimer in
  44. * the documentation and/or other materials provided with the
  45. * distribution.
  46. * * Neither the name Intel Corporation nor the names of its
  47. * contributors may be used to endorse or promote products derived
  48. * from this software without specific prior written permission.
  49. *
  50. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  51. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  52. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  53. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  54. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  55. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  56. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  57. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  58. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  59. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  60. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  61. *
  62. *****************************************************************************/
  63. /*
  64. * Please use this file (iwl-4965-hw.h) only for hardware-related definitions.
  65. * Use iwl-commands.h for uCode API definitions.
  66. * Use iwl-dev.h for driver implementation definitions.
  67. */
  68. #ifndef __iwl_4965_hw_h__
  69. #define __iwl_4965_hw_h__
  70. #include "iwl-fh.h"
  71. /* EEPROM */
  72. #define IWL4965_EEPROM_IMG_SIZE 1024
  73. /*
  74. * uCode queue management definitions ...
  75. * The first queue used for block-ack aggregation is #7 (4965 only).
  76. * All block-ack aggregation queues should map to Tx DMA/FIFO channel 7.
  77. */
  78. #define IWL49_FIRST_AMPDU_QUEUE 7
  79. /* Sizes and addresses for instruction and data memory (SRAM) in
  80. * 4965's embedded processor. Driver access is via HBUS_TARG_MEM_* regs. */
  81. #define IWL49_RTC_INST_LOWER_BOUND (0x000000)
  82. #define IWL49_RTC_INST_UPPER_BOUND (0x018000)
  83. #define IWL49_RTC_DATA_LOWER_BOUND (0x800000)
  84. #define IWL49_RTC_DATA_UPPER_BOUND (0x80A000)
  85. #define IWL49_RTC_INST_SIZE (IWL49_RTC_INST_UPPER_BOUND - \
  86. IWL49_RTC_INST_LOWER_BOUND)
  87. #define IWL49_RTC_DATA_SIZE (IWL49_RTC_DATA_UPPER_BOUND - \
  88. IWL49_RTC_DATA_LOWER_BOUND)
  89. #define IWL49_MAX_INST_SIZE IWL49_RTC_INST_SIZE
  90. #define IWL49_MAX_DATA_SIZE IWL49_RTC_DATA_SIZE
  91. /* Size of uCode instruction memory in bootstrap state machine */
  92. #define IWL49_MAX_BSM_SIZE BSM_SRAM_SIZE
  93. static inline int iwl4965_hw_valid_rtc_data_addr(u32 addr)
  94. {
  95. return (addr >= IWL49_RTC_DATA_LOWER_BOUND) &&
  96. (addr < IWL49_RTC_DATA_UPPER_BOUND);
  97. }
  98. /********************* START TEMPERATURE *************************************/
  99. /**
  100. * 4965 temperature calculation.
  101. *
  102. * The driver must calculate the device temperature before calculating
  103. * a txpower setting (amplifier gain is temperature dependent). The
  104. * calculation uses 4 measurements, 3 of which (R1, R2, R3) are calibration
  105. * values used for the life of the driver, and one of which (R4) is the
  106. * real-time temperature indicator.
  107. *
  108. * uCode provides all 4 values to the driver via the "initialize alive"
  109. * notification (see struct iwl4965_init_alive_resp). After the runtime uCode
  110. * image loads, uCode updates the R4 value via statistics notifications
  111. * (see STATISTICS_NOTIFICATION), which occur after each received beacon
  112. * when associated, or can be requested via REPLY_STATISTICS_CMD.
  113. *
  114. * NOTE: uCode provides the R4 value as a 23-bit signed value. Driver
  115. * must sign-extend to 32 bits before applying formula below.
  116. *
  117. * Formula:
  118. *
  119. * degrees Kelvin = ((97 * 259 * (R4 - R2) / (R3 - R1)) / 100) + 8
  120. *
  121. * NOTE: The basic formula is 259 * (R4-R2) / (R3-R1). The 97/100 is
  122. * an additional correction, which should be centered around 0 degrees
  123. * Celsius (273 degrees Kelvin). The 8 (3 percent of 273) compensates for
  124. * centering the 97/100 correction around 0 degrees K.
  125. *
  126. * Add 273 to Kelvin value to find degrees Celsius, for comparing current
  127. * temperature with factory-measured temperatures when calculating txpower
  128. * settings.
  129. */
  130. #define TEMPERATURE_CALIB_KELVIN_OFFSET 8
  131. #define TEMPERATURE_CALIB_A_VAL 259
  132. /* Limit range of calculated temperature to be between these Kelvin values */
  133. #define IWL_TX_POWER_TEMPERATURE_MIN (263)
  134. #define IWL_TX_POWER_TEMPERATURE_MAX (410)
  135. #define IWL_TX_POWER_TEMPERATURE_OUT_OF_RANGE(t) \
  136. (((t) < IWL_TX_POWER_TEMPERATURE_MIN) || \
  137. ((t) > IWL_TX_POWER_TEMPERATURE_MAX))
  138. /********************* END TEMPERATURE ***************************************/
  139. /********************* START TXPOWER *****************************************/
  140. /**
  141. * 4965 txpower calculations rely on information from three sources:
  142. *
  143. * 1) EEPROM
  144. * 2) "initialize" alive notification
  145. * 3) statistics notifications
  146. *
  147. * EEPROM data consists of:
  148. *
  149. * 1) Regulatory information (max txpower and channel usage flags) is provided
  150. * separately for each channel that can possibly supported by 4965.
  151. * 40 MHz wide (.11n HT40) channels are listed separately from 20 MHz
  152. * (legacy) channels.
  153. *
  154. * See struct iwl4965_eeprom_channel for format, and struct iwl4965_eeprom
  155. * for locations in EEPROM.
  156. *
  157. * 2) Factory txpower calibration information is provided separately for
  158. * sub-bands of contiguous channels. 2.4GHz has just one sub-band,
  159. * but 5 GHz has several sub-bands.
  160. *
  161. * In addition, per-band (2.4 and 5 Ghz) saturation txpowers are provided.
  162. *
  163. * See struct iwl4965_eeprom_calib_info (and the tree of structures
  164. * contained within it) for format, and struct iwl4965_eeprom for
  165. * locations in EEPROM.
  166. *
  167. * "Initialization alive" notification (see struct iwl4965_init_alive_resp)
  168. * consists of:
  169. *
  170. * 1) Temperature calculation parameters.
  171. *
  172. * 2) Power supply voltage measurement.
  173. *
  174. * 3) Tx gain compensation to balance 2 transmitters for MIMO use.
  175. *
  176. * Statistics notifications deliver:
  177. *
  178. * 1) Current values for temperature param R4.
  179. */
  180. /**
  181. * To calculate a txpower setting for a given desired target txpower, channel,
  182. * modulation bit rate, and transmitter chain (4965 has 2 transmitters to
  183. * support MIMO and transmit diversity), driver must do the following:
  184. *
  185. * 1) Compare desired txpower vs. (EEPROM) regulatory limit for this channel.
  186. * Do not exceed regulatory limit; reduce target txpower if necessary.
  187. *
  188. * If setting up txpowers for MIMO rates (rate indexes 8-15, 24-31),
  189. * 2 transmitters will be used simultaneously; driver must reduce the
  190. * regulatory limit by 3 dB (half-power) for each transmitter, so the
  191. * combined total output of the 2 transmitters is within regulatory limits.
  192. *
  193. *
  194. * 2) Compare target txpower vs. (EEPROM) saturation txpower *reduced by
  195. * backoff for this bit rate*. Do not exceed (saturation - backoff[rate]);
  196. * reduce target txpower if necessary.
  197. *
  198. * Backoff values below are in 1/2 dB units (equivalent to steps in
  199. * txpower gain tables):
  200. *
  201. * OFDM 6 - 36 MBit: 10 steps (5 dB)
  202. * OFDM 48 MBit: 15 steps (7.5 dB)
  203. * OFDM 54 MBit: 17 steps (8.5 dB)
  204. * OFDM 60 MBit: 20 steps (10 dB)
  205. * CCK all rates: 10 steps (5 dB)
  206. *
  207. * Backoff values apply to saturation txpower on a per-transmitter basis;
  208. * when using MIMO (2 transmitters), each transmitter uses the same
  209. * saturation level provided in EEPROM, and the same backoff values;
  210. * no reduction (such as with regulatory txpower limits) is required.
  211. *
  212. * Saturation and Backoff values apply equally to 20 Mhz (legacy) channel
  213. * widths and 40 Mhz (.11n HT40) channel widths; there is no separate
  214. * factory measurement for ht40 channels.
  215. *
  216. * The result of this step is the final target txpower. The rest of
  217. * the steps figure out the proper settings for the device to achieve
  218. * that target txpower.
  219. *
  220. *
  221. * 3) Determine (EEPROM) calibration sub band for the target channel, by
  222. * comparing against first and last channels in each sub band
  223. * (see struct iwl4965_eeprom_calib_subband_info).
  224. *
  225. *
  226. * 4) Linearly interpolate (EEPROM) factory calibration measurement sets,
  227. * referencing the 2 factory-measured (sample) channels within the sub band.
  228. *
  229. * Interpolation is based on difference between target channel's frequency
  230. * and the sample channels' frequencies. Since channel numbers are based
  231. * on frequency (5 MHz between each channel number), this is equivalent
  232. * to interpolating based on channel number differences.
  233. *
  234. * Note that the sample channels may or may not be the channels at the
  235. * edges of the sub band. The target channel may be "outside" of the
  236. * span of the sampled channels.
  237. *
  238. * Driver may choose the pair (for 2 Tx chains) of measurements (see
  239. * struct iwl4965_eeprom_calib_ch_info) for which the actual measured
  240. * txpower comes closest to the desired txpower. Usually, though,
  241. * the middle set of measurements is closest to the regulatory limits,
  242. * and is therefore a good choice for all txpower calculations (this
  243. * assumes that high accuracy is needed for maximizing legal txpower,
  244. * while lower txpower configurations do not need as much accuracy).
  245. *
  246. * Driver should interpolate both members of the chosen measurement pair,
  247. * i.e. for both Tx chains (radio transmitters), unless the driver knows
  248. * that only one of the chains will be used (e.g. only one tx antenna
  249. * connected, but this should be unusual). The rate scaling algorithm
  250. * switches antennas to find best performance, so both Tx chains will
  251. * be used (although only one at a time) even for non-MIMO transmissions.
  252. *
  253. * Driver should interpolate factory values for temperature, gain table
  254. * index, and actual power. The power amplifier detector values are
  255. * not used by the driver.
  256. *
  257. * Sanity check: If the target channel happens to be one of the sample
  258. * channels, the results should agree with the sample channel's
  259. * measurements!
  260. *
  261. *
  262. * 5) Find difference between desired txpower and (interpolated)
  263. * factory-measured txpower. Using (interpolated) factory gain table index
  264. * (shown elsewhere) as a starting point, adjust this index lower to
  265. * increase txpower, or higher to decrease txpower, until the target
  266. * txpower is reached. Each step in the gain table is 1/2 dB.
  267. *
  268. * For example, if factory measured txpower is 16 dBm, and target txpower
  269. * is 13 dBm, add 6 steps to the factory gain index to reduce txpower
  270. * by 3 dB.
  271. *
  272. *
  273. * 6) Find difference between current device temperature and (interpolated)
  274. * factory-measured temperature for sub-band. Factory values are in
  275. * degrees Celsius. To calculate current temperature, see comments for
  276. * "4965 temperature calculation".
  277. *
  278. * If current temperature is higher than factory temperature, driver must
  279. * increase gain (lower gain table index), and vice verse.
  280. *
  281. * Temperature affects gain differently for different channels:
  282. *
  283. * 2.4 GHz all channels: 3.5 degrees per half-dB step
  284. * 5 GHz channels 34-43: 4.5 degrees per half-dB step
  285. * 5 GHz channels >= 44: 4.0 degrees per half-dB step
  286. *
  287. * NOTE: Temperature can increase rapidly when transmitting, especially
  288. * with heavy traffic at high txpowers. Driver should update
  289. * temperature calculations often under these conditions to
  290. * maintain strong txpower in the face of rising temperature.
  291. *
  292. *
  293. * 7) Find difference between current power supply voltage indicator
  294. * (from "initialize alive") and factory-measured power supply voltage
  295. * indicator (EEPROM).
  296. *
  297. * If the current voltage is higher (indicator is lower) than factory
  298. * voltage, gain should be reduced (gain table index increased) by:
  299. *
  300. * (eeprom - current) / 7
  301. *
  302. * If the current voltage is lower (indicator is higher) than factory
  303. * voltage, gain should be increased (gain table index decreased) by:
  304. *
  305. * 2 * (current - eeprom) / 7
  306. *
  307. * If number of index steps in either direction turns out to be > 2,
  308. * something is wrong ... just use 0.
  309. *
  310. * NOTE: Voltage compensation is independent of band/channel.
  311. *
  312. * NOTE: "Initialize" uCode measures current voltage, which is assumed
  313. * to be constant after this initial measurement. Voltage
  314. * compensation for txpower (number of steps in gain table)
  315. * may be calculated once and used until the next uCode bootload.
  316. *
  317. *
  318. * 8) If setting up txpowers for MIMO rates (rate indexes 8-15, 24-31),
  319. * adjust txpower for each transmitter chain, so txpower is balanced
  320. * between the two chains. There are 5 pairs of tx_atten[group][chain]
  321. * values in "initialize alive", one pair for each of 5 channel ranges:
  322. *
  323. * Group 0: 5 GHz channel 34-43
  324. * Group 1: 5 GHz channel 44-70
  325. * Group 2: 5 GHz channel 71-124
  326. * Group 3: 5 GHz channel 125-200
  327. * Group 4: 2.4 GHz all channels
  328. *
  329. * Add the tx_atten[group][chain] value to the index for the target chain.
  330. * The values are signed, but are in pairs of 0 and a non-negative number,
  331. * so as to reduce gain (if necessary) of the "hotter" channel. This
  332. * avoids any need to double-check for regulatory compliance after
  333. * this step.
  334. *
  335. *
  336. * 9) If setting up for a CCK rate, lower the gain by adding a CCK compensation
  337. * value to the index:
  338. *
  339. * Hardware rev B: 9 steps (4.5 dB)
  340. * Hardware rev C: 5 steps (2.5 dB)
  341. *
  342. * Hardware rev for 4965 can be determined by reading CSR_HW_REV_WA_REG,
  343. * bits [3:2], 1 = B, 2 = C.
  344. *
  345. * NOTE: This compensation is in addition to any saturation backoff that
  346. * might have been applied in an earlier step.
  347. *
  348. *
  349. * 10) Select the gain table, based on band (2.4 vs 5 GHz).
  350. *
  351. * Limit the adjusted index to stay within the table!
  352. *
  353. *
  354. * 11) Read gain table entries for DSP and radio gain, place into appropriate
  355. * location(s) in command (struct iwl4965_txpowertable_cmd).
  356. */
  357. /**
  358. * When MIMO is used (2 transmitters operating simultaneously), driver should
  359. * limit each transmitter to deliver a max of 3 dB below the regulatory limit
  360. * for the device. That is, use half power for each transmitter, so total
  361. * txpower is within regulatory limits.
  362. *
  363. * The value "6" represents number of steps in gain table to reduce power 3 dB.
  364. * Each step is 1/2 dB.
  365. */
  366. #define IWL_TX_POWER_MIMO_REGULATORY_COMPENSATION (6)
  367. /**
  368. * CCK gain compensation.
  369. *
  370. * When calculating txpowers for CCK, after making sure that the target power
  371. * is within regulatory and saturation limits, driver must additionally
  372. * back off gain by adding these values to the gain table index.
  373. *
  374. * Hardware rev for 4965 can be determined by reading CSR_HW_REV_WA_REG,
  375. * bits [3:2], 1 = B, 2 = C.
  376. */
  377. #define IWL_TX_POWER_CCK_COMPENSATION_B_STEP (9)
  378. #define IWL_TX_POWER_CCK_COMPENSATION_C_STEP (5)
  379. /*
  380. * 4965 power supply voltage compensation for txpower
  381. */
  382. #define TX_POWER_IWL_VOLTAGE_CODES_PER_03V (7)
  383. /**
  384. * Gain tables.
  385. *
  386. * The following tables contain pair of values for setting txpower, i.e.
  387. * gain settings for the output of the device's digital signal processor (DSP),
  388. * and for the analog gain structure of the transmitter.
  389. *
  390. * Each entry in the gain tables represents a step of 1/2 dB. Note that these
  391. * are *relative* steps, not indications of absolute output power. Output
  392. * power varies with temperature, voltage, and channel frequency, and also
  393. * requires consideration of average power (to satisfy regulatory constraints),
  394. * and peak power (to avoid distortion of the output signal).
  395. *
  396. * Each entry contains two values:
  397. * 1) DSP gain (or sometimes called DSP attenuation). This is a fine-grained
  398. * linear value that multiplies the output of the digital signal processor,
  399. * before being sent to the analog radio.
  400. * 2) Radio gain. This sets the analog gain of the radio Tx path.
  401. * It is a coarser setting, and behaves in a logarithmic (dB) fashion.
  402. *
  403. * EEPROM contains factory calibration data for txpower. This maps actual
  404. * measured txpower levels to gain settings in the "well known" tables
  405. * below ("well-known" means here that both factory calibration *and* the
  406. * driver work with the same table).
  407. *
  408. * There are separate tables for 2.4 GHz and 5 GHz bands. The 5 GHz table
  409. * has an extension (into negative indexes), in case the driver needs to
  410. * boost power setting for high device temperatures (higher than would be
  411. * present during factory calibration). A 5 Ghz EEPROM index of "40"
  412. * corresponds to the 49th entry in the table used by the driver.
  413. */
  414. #define MIN_TX_GAIN_INDEX (0) /* highest gain, lowest idx, 2.4 */
  415. #define MIN_TX_GAIN_INDEX_52GHZ_EXT (-9) /* highest gain, lowest idx, 5 */
  416. /**
  417. * 2.4 GHz gain table
  418. *
  419. * Index Dsp gain Radio gain
  420. * 0 110 0x3f (highest gain)
  421. * 1 104 0x3f
  422. * 2 98 0x3f
  423. * 3 110 0x3e
  424. * 4 104 0x3e
  425. * 5 98 0x3e
  426. * 6 110 0x3d
  427. * 7 104 0x3d
  428. * 8 98 0x3d
  429. * 9 110 0x3c
  430. * 10 104 0x3c
  431. * 11 98 0x3c
  432. * 12 110 0x3b
  433. * 13 104 0x3b
  434. * 14 98 0x3b
  435. * 15 110 0x3a
  436. * 16 104 0x3a
  437. * 17 98 0x3a
  438. * 18 110 0x39
  439. * 19 104 0x39
  440. * 20 98 0x39
  441. * 21 110 0x38
  442. * 22 104 0x38
  443. * 23 98 0x38
  444. * 24 110 0x37
  445. * 25 104 0x37
  446. * 26 98 0x37
  447. * 27 110 0x36
  448. * 28 104 0x36
  449. * 29 98 0x36
  450. * 30 110 0x35
  451. * 31 104 0x35
  452. * 32 98 0x35
  453. * 33 110 0x34
  454. * 34 104 0x34
  455. * 35 98 0x34
  456. * 36 110 0x33
  457. * 37 104 0x33
  458. * 38 98 0x33
  459. * 39 110 0x32
  460. * 40 104 0x32
  461. * 41 98 0x32
  462. * 42 110 0x31
  463. * 43 104 0x31
  464. * 44 98 0x31
  465. * 45 110 0x30
  466. * 46 104 0x30
  467. * 47 98 0x30
  468. * 48 110 0x6
  469. * 49 104 0x6
  470. * 50 98 0x6
  471. * 51 110 0x5
  472. * 52 104 0x5
  473. * 53 98 0x5
  474. * 54 110 0x4
  475. * 55 104 0x4
  476. * 56 98 0x4
  477. * 57 110 0x3
  478. * 58 104 0x3
  479. * 59 98 0x3
  480. * 60 110 0x2
  481. * 61 104 0x2
  482. * 62 98 0x2
  483. * 63 110 0x1
  484. * 64 104 0x1
  485. * 65 98 0x1
  486. * 66 110 0x0
  487. * 67 104 0x0
  488. * 68 98 0x0
  489. * 69 97 0
  490. * 70 96 0
  491. * 71 95 0
  492. * 72 94 0
  493. * 73 93 0
  494. * 74 92 0
  495. * 75 91 0
  496. * 76 90 0
  497. * 77 89 0
  498. * 78 88 0
  499. * 79 87 0
  500. * 80 86 0
  501. * 81 85 0
  502. * 82 84 0
  503. * 83 83 0
  504. * 84 82 0
  505. * 85 81 0
  506. * 86 80 0
  507. * 87 79 0
  508. * 88 78 0
  509. * 89 77 0
  510. * 90 76 0
  511. * 91 75 0
  512. * 92 74 0
  513. * 93 73 0
  514. * 94 72 0
  515. * 95 71 0
  516. * 96 70 0
  517. * 97 69 0
  518. * 98 68 0
  519. */
  520. /**
  521. * 5 GHz gain table
  522. *
  523. * Index Dsp gain Radio gain
  524. * -9 123 0x3F (highest gain)
  525. * -8 117 0x3F
  526. * -7 110 0x3F
  527. * -6 104 0x3F
  528. * -5 98 0x3F
  529. * -4 110 0x3E
  530. * -3 104 0x3E
  531. * -2 98 0x3E
  532. * -1 110 0x3D
  533. * 0 104 0x3D
  534. * 1 98 0x3D
  535. * 2 110 0x3C
  536. * 3 104 0x3C
  537. * 4 98 0x3C
  538. * 5 110 0x3B
  539. * 6 104 0x3B
  540. * 7 98 0x3B
  541. * 8 110 0x3A
  542. * 9 104 0x3A
  543. * 10 98 0x3A
  544. * 11 110 0x39
  545. * 12 104 0x39
  546. * 13 98 0x39
  547. * 14 110 0x38
  548. * 15 104 0x38
  549. * 16 98 0x38
  550. * 17 110 0x37
  551. * 18 104 0x37
  552. * 19 98 0x37
  553. * 20 110 0x36
  554. * 21 104 0x36
  555. * 22 98 0x36
  556. * 23 110 0x35
  557. * 24 104 0x35
  558. * 25 98 0x35
  559. * 26 110 0x34
  560. * 27 104 0x34
  561. * 28 98 0x34
  562. * 29 110 0x33
  563. * 30 104 0x33
  564. * 31 98 0x33
  565. * 32 110 0x32
  566. * 33 104 0x32
  567. * 34 98 0x32
  568. * 35 110 0x31
  569. * 36 104 0x31
  570. * 37 98 0x31
  571. * 38 110 0x30
  572. * 39 104 0x30
  573. * 40 98 0x30
  574. * 41 110 0x25
  575. * 42 104 0x25
  576. * 43 98 0x25
  577. * 44 110 0x24
  578. * 45 104 0x24
  579. * 46 98 0x24
  580. * 47 110 0x23
  581. * 48 104 0x23
  582. * 49 98 0x23
  583. * 50 110 0x22
  584. * 51 104 0x18
  585. * 52 98 0x18
  586. * 53 110 0x17
  587. * 54 104 0x17
  588. * 55 98 0x17
  589. * 56 110 0x16
  590. * 57 104 0x16
  591. * 58 98 0x16
  592. * 59 110 0x15
  593. * 60 104 0x15
  594. * 61 98 0x15
  595. * 62 110 0x14
  596. * 63 104 0x14
  597. * 64 98 0x14
  598. * 65 110 0x13
  599. * 66 104 0x13
  600. * 67 98 0x13
  601. * 68 110 0x12
  602. * 69 104 0x08
  603. * 70 98 0x08
  604. * 71 110 0x07
  605. * 72 104 0x07
  606. * 73 98 0x07
  607. * 74 110 0x06
  608. * 75 104 0x06
  609. * 76 98 0x06
  610. * 77 110 0x05
  611. * 78 104 0x05
  612. * 79 98 0x05
  613. * 80 110 0x04
  614. * 81 104 0x04
  615. * 82 98 0x04
  616. * 83 110 0x03
  617. * 84 104 0x03
  618. * 85 98 0x03
  619. * 86 110 0x02
  620. * 87 104 0x02
  621. * 88 98 0x02
  622. * 89 110 0x01
  623. * 90 104 0x01
  624. * 91 98 0x01
  625. * 92 110 0x00
  626. * 93 104 0x00
  627. * 94 98 0x00
  628. * 95 93 0x00
  629. * 96 88 0x00
  630. * 97 83 0x00
  631. * 98 78 0x00
  632. */
  633. /**
  634. * Sanity checks and default values for EEPROM regulatory levels.
  635. * If EEPROM values fall outside MIN/MAX range, use default values.
  636. *
  637. * Regulatory limits refer to the maximum average txpower allowed by
  638. * regulatory agencies in the geographies in which the device is meant
  639. * to be operated. These limits are SKU-specific (i.e. geography-specific),
  640. * and channel-specific; each channel has an individual regulatory limit
  641. * listed in the EEPROM.
  642. *
  643. * Units are in half-dBm (i.e. "34" means 17 dBm).
  644. */
  645. #define IWL_TX_POWER_DEFAULT_REGULATORY_24 (34)
  646. #define IWL_TX_POWER_DEFAULT_REGULATORY_52 (34)
  647. #define IWL_TX_POWER_REGULATORY_MIN (0)
  648. #define IWL_TX_POWER_REGULATORY_MAX (34)
  649. /**
  650. * Sanity checks and default values for EEPROM saturation levels.
  651. * If EEPROM values fall outside MIN/MAX range, use default values.
  652. *
  653. * Saturation is the highest level that the output power amplifier can produce
  654. * without significant clipping distortion. This is a "peak" power level.
  655. * Different types of modulation (i.e. various "rates", and OFDM vs. CCK)
  656. * require differing amounts of backoff, relative to their average power output,
  657. * in order to avoid clipping distortion.
  658. *
  659. * Driver must make sure that it is violating neither the saturation limit,
  660. * nor the regulatory limit, when calculating Tx power settings for various
  661. * rates.
  662. *
  663. * Units are in half-dBm (i.e. "38" means 19 dBm).
  664. */
  665. #define IWL_TX_POWER_DEFAULT_SATURATION_24 (38)
  666. #define IWL_TX_POWER_DEFAULT_SATURATION_52 (38)
  667. #define IWL_TX_POWER_SATURATION_MIN (20)
  668. #define IWL_TX_POWER_SATURATION_MAX (50)
  669. /**
  670. * Channel groups used for Tx Attenuation calibration (MIMO tx channel balance)
  671. * and thermal Txpower calibration.
  672. *
  673. * When calculating txpower, driver must compensate for current device
  674. * temperature; higher temperature requires higher gain. Driver must calculate
  675. * current temperature (see "4965 temperature calculation"), then compare vs.
  676. * factory calibration temperature in EEPROM; if current temperature is higher
  677. * than factory temperature, driver must *increase* gain by proportions shown
  678. * in table below. If current temperature is lower than factory, driver must
  679. * *decrease* gain.
  680. *
  681. * Different frequency ranges require different compensation, as shown below.
  682. */
  683. /* Group 0, 5.2 GHz ch 34-43: 4.5 degrees per 1/2 dB. */
  684. #define CALIB_IWL_TX_ATTEN_GR1_FCH 34
  685. #define CALIB_IWL_TX_ATTEN_GR1_LCH 43
  686. /* Group 1, 5.3 GHz ch 44-70: 4.0 degrees per 1/2 dB. */
  687. #define CALIB_IWL_TX_ATTEN_GR2_FCH 44
  688. #define CALIB_IWL_TX_ATTEN_GR2_LCH 70
  689. /* Group 2, 5.5 GHz ch 71-124: 4.0 degrees per 1/2 dB. */
  690. #define CALIB_IWL_TX_ATTEN_GR3_FCH 71
  691. #define CALIB_IWL_TX_ATTEN_GR3_LCH 124
  692. /* Group 3, 5.7 GHz ch 125-200: 4.0 degrees per 1/2 dB. */
  693. #define CALIB_IWL_TX_ATTEN_GR4_FCH 125
  694. #define CALIB_IWL_TX_ATTEN_GR4_LCH 200
  695. /* Group 4, 2.4 GHz all channels: 3.5 degrees per 1/2 dB. */
  696. #define CALIB_IWL_TX_ATTEN_GR5_FCH 1
  697. #define CALIB_IWL_TX_ATTEN_GR5_LCH 20
  698. enum {
  699. CALIB_CH_GROUP_1 = 0,
  700. CALIB_CH_GROUP_2 = 1,
  701. CALIB_CH_GROUP_3 = 2,
  702. CALIB_CH_GROUP_4 = 3,
  703. CALIB_CH_GROUP_5 = 4,
  704. CALIB_CH_GROUP_MAX
  705. };
  706. /********************* END TXPOWER *****************************************/
  707. /**
  708. * Tx/Rx Queues
  709. *
  710. * Most communication between driver and 4965 is via queues of data buffers.
  711. * For example, all commands that the driver issues to device's embedded
  712. * controller (uCode) are via the command queue (one of the Tx queues). All
  713. * uCode command responses/replies/notifications, including Rx frames, are
  714. * conveyed from uCode to driver via the Rx queue.
  715. *
  716. * Most support for these queues, including handshake support, resides in
  717. * structures in host DRAM, shared between the driver and the device. When
  718. * allocating this memory, the driver must make sure that data written by
  719. * the host CPU updates DRAM immediately (and does not get "stuck" in CPU's
  720. * cache memory), so DRAM and cache are consistent, and the device can
  721. * immediately see changes made by the driver.
  722. *
  723. * 4965 supports up to 16 DRAM-based Tx queues, and services these queues via
  724. * up to 7 DMA channels (FIFOs). Each Tx queue is supported by a circular array
  725. * in DRAM containing 256 Transmit Frame Descriptors (TFDs).
  726. */
  727. #define IWL49_NUM_FIFOS 7
  728. #define IWL49_CMD_FIFO_NUM 4
  729. #define IWL49_NUM_QUEUES 16
  730. #define IWL49_NUM_AMPDU_QUEUES 8
  731. /**
  732. * struct iwl4965_schedq_bc_tbl
  733. *
  734. * Byte Count table
  735. *
  736. * Each Tx queue uses a byte-count table containing 320 entries:
  737. * one 16-bit entry for each of 256 TFDs, plus an additional 64 entries that
  738. * duplicate the first 64 entries (to avoid wrap-around within a Tx window;
  739. * max Tx window is 64 TFDs).
  740. *
  741. * When driver sets up a new TFD, it must also enter the total byte count
  742. * of the frame to be transmitted into the corresponding entry in the byte
  743. * count table for the chosen Tx queue. If the TFD index is 0-63, the driver
  744. * must duplicate the byte count entry in corresponding index 256-319.
  745. *
  746. * padding puts each byte count table on a 1024-byte boundary;
  747. * 4965 assumes tables are separated by 1024 bytes.
  748. */
  749. struct iwl4965_scd_bc_tbl {
  750. __le16 tfd_offset[TFD_QUEUE_BC_SIZE];
  751. u8 pad[1024 - (TFD_QUEUE_BC_SIZE) * sizeof(__le16)];
  752. } __packed;
  753. #define IWL4965_RTC_INST_LOWER_BOUND (0x000000)
  754. /* RSSI to dBm */
  755. #define IWL4965_RSSI_OFFSET 44
  756. /* PCI registers */
  757. #define PCI_CFG_RETRY_TIMEOUT 0x041
  758. /* PCI register values */
  759. #define PCI_CFG_LINK_CTRL_VAL_L0S_EN 0x01
  760. #define PCI_CFG_LINK_CTRL_VAL_L1_EN 0x02
  761. #define IWL4965_DEFAULT_TX_RETRY 15
  762. /* EEPROM */
  763. #define IWL4965_FIRST_AMPDU_QUEUE 10
  764. #endif /* !__iwl_4965_hw_h__ */