4965.h 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282
  1. /******************************************************************************
  2. *
  3. * GPL LICENSE SUMMARY
  4. *
  5. * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of version 2 of the GNU General Public License as
  9. * published by the Free Software Foundation.
  10. *
  11. * This program is distributed in the hope that it will be useful, but
  12. * WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
  19. * USA
  20. *
  21. * The full GNU General Public License is included in this distribution
  22. * in the file called LICENSE.GPL.
  23. *
  24. * Contact Information:
  25. * Intel Linux Wireless <ilw@linux.intel.com>
  26. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  27. *
  28. *****************************************************************************/
  29. #ifndef __il_4965_h__
  30. #define __il_4965_h__
  31. struct il_rx_queue;
  32. struct il_rx_buf;
  33. struct il_rx_pkt;
  34. struct il_tx_queue;
  35. struct il_rxon_context;
  36. /* configuration for the _4965 devices */
  37. extern struct il_cfg il4965_cfg;
  38. extern const struct il_ops il4965_ops;
  39. extern struct il_mod_params il4965_mod_params;
  40. /* tx queue */
  41. void il4965_free_tfds_in_queue(struct il_priv *il, int sta_id, int tid,
  42. int freed);
  43. /* RXON */
  44. void il4965_set_rxon_chain(struct il_priv *il);
  45. /* uCode */
  46. int il4965_verify_ucode(struct il_priv *il);
  47. /* lib */
  48. void il4965_check_abort_status(struct il_priv *il, u8 frame_count, u32 status);
  49. void il4965_rx_queue_reset(struct il_priv *il, struct il_rx_queue *rxq);
  50. int il4965_rx_init(struct il_priv *il, struct il_rx_queue *rxq);
  51. int il4965_hw_nic_init(struct il_priv *il);
  52. int il4965_dump_fh(struct il_priv *il, char **buf, bool display);
  53. /* rx */
  54. void il4965_rx_queue_restock(struct il_priv *il);
  55. void il4965_rx_replenish(struct il_priv *il);
  56. void il4965_rx_replenish_now(struct il_priv *il);
  57. void il4965_rx_queue_free(struct il_priv *il, struct il_rx_queue *rxq);
  58. int il4965_rxq_stop(struct il_priv *il);
  59. int il4965_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band);
  60. void il4965_rx_handle(struct il_priv *il);
  61. /* tx */
  62. void il4965_hw_txq_free_tfd(struct il_priv *il, struct il_tx_queue *txq);
  63. int il4965_hw_txq_attach_buf_to_tfd(struct il_priv *il, struct il_tx_queue *txq,
  64. dma_addr_t addr, u16 len, u8 reset, u8 pad);
  65. int il4965_hw_tx_queue_init(struct il_priv *il, struct il_tx_queue *txq);
  66. void il4965_hwrate_to_tx_control(struct il_priv *il, u32 rate_n_flags,
  67. struct ieee80211_tx_info *info);
  68. int il4965_tx_skb(struct il_priv *il, struct sk_buff *skb);
  69. int il4965_tx_agg_start(struct il_priv *il, struct ieee80211_vif *vif,
  70. struct ieee80211_sta *sta, u16 tid, u16 * ssn);
  71. int il4965_tx_agg_stop(struct il_priv *il, struct ieee80211_vif *vif,
  72. struct ieee80211_sta *sta, u16 tid);
  73. int il4965_txq_check_empty(struct il_priv *il, int sta_id, u8 tid, int txq_id);
  74. int il4965_tx_queue_reclaim(struct il_priv *il, int txq_id, int idx);
  75. void il4965_hw_txq_ctx_free(struct il_priv *il);
  76. int il4965_txq_ctx_alloc(struct il_priv *il);
  77. void il4965_txq_ctx_reset(struct il_priv *il);
  78. void il4965_txq_ctx_stop(struct il_priv *il);
  79. void il4965_txq_set_sched(struct il_priv *il, u32 mask);
  80. /*
  81. * Acquire il->lock before calling this function !
  82. */
  83. void il4965_set_wr_ptrs(struct il_priv *il, int txq_id, u32 idx);
  84. /**
  85. * il4965_tx_queue_set_status - (optionally) start Tx/Cmd queue
  86. * @tx_fifo_id: Tx DMA/FIFO channel (range 0-7) that the queue will feed
  87. * @scd_retry: (1) Indicates queue will be used in aggregation mode
  88. *
  89. * NOTE: Acquire il->lock before calling this function !
  90. */
  91. void il4965_tx_queue_set_status(struct il_priv *il, struct il_tx_queue *txq,
  92. int tx_fifo_id, int scd_retry);
  93. /* scan */
  94. int il4965_request_scan(struct il_priv *il, struct ieee80211_vif *vif);
  95. /* station mgmt */
  96. int il4965_manage_ibss_station(struct il_priv *il, struct ieee80211_vif *vif,
  97. bool add);
  98. /* hcmd */
  99. int il4965_send_beacon_cmd(struct il_priv *il);
  100. #ifdef CONFIG_IWLEGACY_DEBUG
  101. const char *il4965_get_tx_fail_reason(u32 status);
  102. #else
  103. static inline const char *
  104. il4965_get_tx_fail_reason(u32 status)
  105. {
  106. return "";
  107. }
  108. #endif
  109. /* station management */
  110. int il4965_alloc_bcast_station(struct il_priv *il);
  111. int il4965_add_bssid_station(struct il_priv *il, const u8 *addr, u8 *sta_id_r);
  112. int il4965_remove_default_wep_key(struct il_priv *il,
  113. struct ieee80211_key_conf *key);
  114. int il4965_set_default_wep_key(struct il_priv *il,
  115. struct ieee80211_key_conf *key);
  116. int il4965_restore_default_wep_keys(struct il_priv *il);
  117. int il4965_set_dynamic_key(struct il_priv *il,
  118. struct ieee80211_key_conf *key, u8 sta_id);
  119. int il4965_remove_dynamic_key(struct il_priv *il,
  120. struct ieee80211_key_conf *key, u8 sta_id);
  121. void il4965_update_tkip_key(struct il_priv *il,
  122. struct ieee80211_key_conf *keyconf,
  123. struct ieee80211_sta *sta, u32 iv32,
  124. u16 *phase1key);
  125. int il4965_sta_tx_modify_enable_tid(struct il_priv *il, int sta_id, int tid);
  126. int il4965_sta_rx_agg_start(struct il_priv *il, struct ieee80211_sta *sta,
  127. int tid, u16 ssn);
  128. int il4965_sta_rx_agg_stop(struct il_priv *il, struct ieee80211_sta *sta,
  129. int tid);
  130. void il4965_sta_modify_sleep_tx_count(struct il_priv *il, int sta_id, int cnt);
  131. int il4965_update_bcast_stations(struct il_priv *il);
  132. /* rate */
  133. static inline u8
  134. il4965_hw_get_rate(__le32 rate_n_flags)
  135. {
  136. return le32_to_cpu(rate_n_flags) & 0xFF;
  137. }
  138. /* eeprom */
  139. void il4965_eeprom_get_mac(const struct il_priv *il, u8 * mac);
  140. int il4965_eeprom_acquire_semaphore(struct il_priv *il);
  141. void il4965_eeprom_release_semaphore(struct il_priv *il);
  142. int il4965_eeprom_check_version(struct il_priv *il);
  143. /* mac80211 handlers (for 4965) */
  144. void il4965_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
  145. int il4965_mac_start(struct ieee80211_hw *hw);
  146. void il4965_mac_stop(struct ieee80211_hw *hw);
  147. void il4965_configure_filter(struct ieee80211_hw *hw,
  148. unsigned int changed_flags,
  149. unsigned int *total_flags, u64 multicast);
  150. int il4965_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
  151. struct ieee80211_vif *vif, struct ieee80211_sta *sta,
  152. struct ieee80211_key_conf *key);
  153. void il4965_mac_update_tkip_key(struct ieee80211_hw *hw,
  154. struct ieee80211_vif *vif,
  155. struct ieee80211_key_conf *keyconf,
  156. struct ieee80211_sta *sta, u32 iv32,
  157. u16 *phase1key);
  158. int il4965_mac_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
  159. enum ieee80211_ampdu_mlme_action action,
  160. struct ieee80211_sta *sta, u16 tid, u16 * ssn,
  161. u8 buf_size);
  162. int il4965_mac_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
  163. struct ieee80211_sta *sta);
  164. void il4965_mac_channel_switch(struct ieee80211_hw *hw,
  165. struct ieee80211_channel_switch *ch_switch);
  166. void il4965_led_enable(struct il_priv *il);
  167. /* EEPROM */
  168. #define IL4965_EEPROM_IMG_SIZE 1024
  169. /*
  170. * uCode queue management definitions ...
  171. * The first queue used for block-ack aggregation is #7 (4965 only).
  172. * All block-ack aggregation queues should map to Tx DMA/FIFO channel 7.
  173. */
  174. #define IL49_FIRST_AMPDU_QUEUE 7
  175. /* Sizes and addresses for instruction and data memory (SRAM) in
  176. * 4965's embedded processor. Driver access is via HBUS_TARG_MEM_* regs. */
  177. #define IL49_RTC_INST_LOWER_BOUND (0x000000)
  178. #define IL49_RTC_INST_UPPER_BOUND (0x018000)
  179. #define IL49_RTC_DATA_LOWER_BOUND (0x800000)
  180. #define IL49_RTC_DATA_UPPER_BOUND (0x80A000)
  181. #define IL49_RTC_INST_SIZE (IL49_RTC_INST_UPPER_BOUND - \
  182. IL49_RTC_INST_LOWER_BOUND)
  183. #define IL49_RTC_DATA_SIZE (IL49_RTC_DATA_UPPER_BOUND - \
  184. IL49_RTC_DATA_LOWER_BOUND)
  185. #define IL49_MAX_INST_SIZE IL49_RTC_INST_SIZE
  186. #define IL49_MAX_DATA_SIZE IL49_RTC_DATA_SIZE
  187. /* Size of uCode instruction memory in bootstrap state machine */
  188. #define IL49_MAX_BSM_SIZE BSM_SRAM_SIZE
  189. static inline int
  190. il4965_hw_valid_rtc_data_addr(u32 addr)
  191. {
  192. return (addr >= IL49_RTC_DATA_LOWER_BOUND &&
  193. addr < IL49_RTC_DATA_UPPER_BOUND);
  194. }
  195. /********************* START TEMPERATURE *************************************/
  196. /**
  197. * 4965 temperature calculation.
  198. *
  199. * The driver must calculate the device temperature before calculating
  200. * a txpower setting (amplifier gain is temperature dependent). The
  201. * calculation uses 4 measurements, 3 of which (R1, R2, R3) are calibration
  202. * values used for the life of the driver, and one of which (R4) is the
  203. * real-time temperature indicator.
  204. *
  205. * uCode provides all 4 values to the driver via the "initialize alive"
  206. * notification (see struct il4965_init_alive_resp). After the runtime uCode
  207. * image loads, uCode updates the R4 value via stats notifications
  208. * (see N_STATS), which occur after each received beacon
  209. * when associated, or can be requested via C_STATS.
  210. *
  211. * NOTE: uCode provides the R4 value as a 23-bit signed value. Driver
  212. * must sign-extend to 32 bits before applying formula below.
  213. *
  214. * Formula:
  215. *
  216. * degrees Kelvin = ((97 * 259 * (R4 - R2) / (R3 - R1)) / 100) + 8
  217. *
  218. * NOTE: The basic formula is 259 * (R4-R2) / (R3-R1). The 97/100 is
  219. * an additional correction, which should be centered around 0 degrees
  220. * Celsius (273 degrees Kelvin). The 8 (3 percent of 273) compensates for
  221. * centering the 97/100 correction around 0 degrees K.
  222. *
  223. * Add 273 to Kelvin value to find degrees Celsius, for comparing current
  224. * temperature with factory-measured temperatures when calculating txpower
  225. * settings.
  226. */
  227. #define TEMPERATURE_CALIB_KELVIN_OFFSET 8
  228. #define TEMPERATURE_CALIB_A_VAL 259
  229. /* Limit range of calculated temperature to be between these Kelvin values */
  230. #define IL_TX_POWER_TEMPERATURE_MIN (263)
  231. #define IL_TX_POWER_TEMPERATURE_MAX (410)
  232. #define IL_TX_POWER_TEMPERATURE_OUT_OF_RANGE(t) \
  233. ((t) < IL_TX_POWER_TEMPERATURE_MIN || \
  234. (t) > IL_TX_POWER_TEMPERATURE_MAX)
  235. /********************* END TEMPERATURE ***************************************/
  236. /********************* START TXPOWER *****************************************/
  237. /**
  238. * 4965 txpower calculations rely on information from three sources:
  239. *
  240. * 1) EEPROM
  241. * 2) "initialize" alive notification
  242. * 3) stats notifications
  243. *
  244. * EEPROM data consists of:
  245. *
  246. * 1) Regulatory information (max txpower and channel usage flags) is provided
  247. * separately for each channel that can possibly supported by 4965.
  248. * 40 MHz wide (.11n HT40) channels are listed separately from 20 MHz
  249. * (legacy) channels.
  250. *
  251. * See struct il4965_eeprom_channel for format, and struct il4965_eeprom
  252. * for locations in EEPROM.
  253. *
  254. * 2) Factory txpower calibration information is provided separately for
  255. * sub-bands of contiguous channels. 2.4GHz has just one sub-band,
  256. * but 5 GHz has several sub-bands.
  257. *
  258. * In addition, per-band (2.4 and 5 Ghz) saturation txpowers are provided.
  259. *
  260. * See struct il4965_eeprom_calib_info (and the tree of structures
  261. * contained within it) for format, and struct il4965_eeprom for
  262. * locations in EEPROM.
  263. *
  264. * "Initialization alive" notification (see struct il4965_init_alive_resp)
  265. * consists of:
  266. *
  267. * 1) Temperature calculation parameters.
  268. *
  269. * 2) Power supply voltage measurement.
  270. *
  271. * 3) Tx gain compensation to balance 2 transmitters for MIMO use.
  272. *
  273. * Statistics notifications deliver:
  274. *
  275. * 1) Current values for temperature param R4.
  276. */
  277. /**
  278. * To calculate a txpower setting for a given desired target txpower, channel,
  279. * modulation bit rate, and transmitter chain (4965 has 2 transmitters to
  280. * support MIMO and transmit diversity), driver must do the following:
  281. *
  282. * 1) Compare desired txpower vs. (EEPROM) regulatory limit for this channel.
  283. * Do not exceed regulatory limit; reduce target txpower if necessary.
  284. *
  285. * If setting up txpowers for MIMO rates (rate idxes 8-15, 24-31),
  286. * 2 transmitters will be used simultaneously; driver must reduce the
  287. * regulatory limit by 3 dB (half-power) for each transmitter, so the
  288. * combined total output of the 2 transmitters is within regulatory limits.
  289. *
  290. *
  291. * 2) Compare target txpower vs. (EEPROM) saturation txpower *reduced by
  292. * backoff for this bit rate*. Do not exceed (saturation - backoff[rate]);
  293. * reduce target txpower if necessary.
  294. *
  295. * Backoff values below are in 1/2 dB units (equivalent to steps in
  296. * txpower gain tables):
  297. *
  298. * OFDM 6 - 36 MBit: 10 steps (5 dB)
  299. * OFDM 48 MBit: 15 steps (7.5 dB)
  300. * OFDM 54 MBit: 17 steps (8.5 dB)
  301. * OFDM 60 MBit: 20 steps (10 dB)
  302. * CCK all rates: 10 steps (5 dB)
  303. *
  304. * Backoff values apply to saturation txpower on a per-transmitter basis;
  305. * when using MIMO (2 transmitters), each transmitter uses the same
  306. * saturation level provided in EEPROM, and the same backoff values;
  307. * no reduction (such as with regulatory txpower limits) is required.
  308. *
  309. * Saturation and Backoff values apply equally to 20 Mhz (legacy) channel
  310. * widths and 40 Mhz (.11n HT40) channel widths; there is no separate
  311. * factory measurement for ht40 channels.
  312. *
  313. * The result of this step is the final target txpower. The rest of
  314. * the steps figure out the proper settings for the device to achieve
  315. * that target txpower.
  316. *
  317. *
  318. * 3) Determine (EEPROM) calibration sub band for the target channel, by
  319. * comparing against first and last channels in each sub band
  320. * (see struct il4965_eeprom_calib_subband_info).
  321. *
  322. *
  323. * 4) Linearly interpolate (EEPROM) factory calibration measurement sets,
  324. * referencing the 2 factory-measured (sample) channels within the sub band.
  325. *
  326. * Interpolation is based on difference between target channel's frequency
  327. * and the sample channels' frequencies. Since channel numbers are based
  328. * on frequency (5 MHz between each channel number), this is equivalent
  329. * to interpolating based on channel number differences.
  330. *
  331. * Note that the sample channels may or may not be the channels at the
  332. * edges of the sub band. The target channel may be "outside" of the
  333. * span of the sampled channels.
  334. *
  335. * Driver may choose the pair (for 2 Tx chains) of measurements (see
  336. * struct il4965_eeprom_calib_ch_info) for which the actual measured
  337. * txpower comes closest to the desired txpower. Usually, though,
  338. * the middle set of measurements is closest to the regulatory limits,
  339. * and is therefore a good choice for all txpower calculations (this
  340. * assumes that high accuracy is needed for maximizing legal txpower,
  341. * while lower txpower configurations do not need as much accuracy).
  342. *
  343. * Driver should interpolate both members of the chosen measurement pair,
  344. * i.e. for both Tx chains (radio transmitters), unless the driver knows
  345. * that only one of the chains will be used (e.g. only one tx antenna
  346. * connected, but this should be unusual). The rate scaling algorithm
  347. * switches antennas to find best performance, so both Tx chains will
  348. * be used (although only one at a time) even for non-MIMO transmissions.
  349. *
  350. * Driver should interpolate factory values for temperature, gain table
  351. * idx, and actual power. The power amplifier detector values are
  352. * not used by the driver.
  353. *
  354. * Sanity check: If the target channel happens to be one of the sample
  355. * channels, the results should agree with the sample channel's
  356. * measurements!
  357. *
  358. *
  359. * 5) Find difference between desired txpower and (interpolated)
  360. * factory-measured txpower. Using (interpolated) factory gain table idx
  361. * (shown elsewhere) as a starting point, adjust this idx lower to
  362. * increase txpower, or higher to decrease txpower, until the target
  363. * txpower is reached. Each step in the gain table is 1/2 dB.
  364. *
  365. * For example, if factory measured txpower is 16 dBm, and target txpower
  366. * is 13 dBm, add 6 steps to the factory gain idx to reduce txpower
  367. * by 3 dB.
  368. *
  369. *
  370. * 6) Find difference between current device temperature and (interpolated)
  371. * factory-measured temperature for sub-band. Factory values are in
  372. * degrees Celsius. To calculate current temperature, see comments for
  373. * "4965 temperature calculation".
  374. *
  375. * If current temperature is higher than factory temperature, driver must
  376. * increase gain (lower gain table idx), and vice verse.
  377. *
  378. * Temperature affects gain differently for different channels:
  379. *
  380. * 2.4 GHz all channels: 3.5 degrees per half-dB step
  381. * 5 GHz channels 34-43: 4.5 degrees per half-dB step
  382. * 5 GHz channels >= 44: 4.0 degrees per half-dB step
  383. *
  384. * NOTE: Temperature can increase rapidly when transmitting, especially
  385. * with heavy traffic at high txpowers. Driver should update
  386. * temperature calculations often under these conditions to
  387. * maintain strong txpower in the face of rising temperature.
  388. *
  389. *
  390. * 7) Find difference between current power supply voltage indicator
  391. * (from "initialize alive") and factory-measured power supply voltage
  392. * indicator (EEPROM).
  393. *
  394. * If the current voltage is higher (indicator is lower) than factory
  395. * voltage, gain should be reduced (gain table idx increased) by:
  396. *
  397. * (eeprom - current) / 7
  398. *
  399. * If the current voltage is lower (indicator is higher) than factory
  400. * voltage, gain should be increased (gain table idx decreased) by:
  401. *
  402. * 2 * (current - eeprom) / 7
  403. *
  404. * If number of idx steps in either direction turns out to be > 2,
  405. * something is wrong ... just use 0.
  406. *
  407. * NOTE: Voltage compensation is independent of band/channel.
  408. *
  409. * NOTE: "Initialize" uCode measures current voltage, which is assumed
  410. * to be constant after this initial measurement. Voltage
  411. * compensation for txpower (number of steps in gain table)
  412. * may be calculated once and used until the next uCode bootload.
  413. *
  414. *
  415. * 8) If setting up txpowers for MIMO rates (rate idxes 8-15, 24-31),
  416. * adjust txpower for each transmitter chain, so txpower is balanced
  417. * between the two chains. There are 5 pairs of tx_atten[group][chain]
  418. * values in "initialize alive", one pair for each of 5 channel ranges:
  419. *
  420. * Group 0: 5 GHz channel 34-43
  421. * Group 1: 5 GHz channel 44-70
  422. * Group 2: 5 GHz channel 71-124
  423. * Group 3: 5 GHz channel 125-200
  424. * Group 4: 2.4 GHz all channels
  425. *
  426. * Add the tx_atten[group][chain] value to the idx for the target chain.
  427. * The values are signed, but are in pairs of 0 and a non-negative number,
  428. * so as to reduce gain (if necessary) of the "hotter" channel. This
  429. * avoids any need to double-check for regulatory compliance after
  430. * this step.
  431. *
  432. *
  433. * 9) If setting up for a CCK rate, lower the gain by adding a CCK compensation
  434. * value to the idx:
  435. *
  436. * Hardware rev B: 9 steps (4.5 dB)
  437. * Hardware rev C: 5 steps (2.5 dB)
  438. *
  439. * Hardware rev for 4965 can be determined by reading CSR_HW_REV_WA_REG,
  440. * bits [3:2], 1 = B, 2 = C.
  441. *
  442. * NOTE: This compensation is in addition to any saturation backoff that
  443. * might have been applied in an earlier step.
  444. *
  445. *
  446. * 10) Select the gain table, based on band (2.4 vs 5 GHz).
  447. *
  448. * Limit the adjusted idx to stay within the table!
  449. *
  450. *
  451. * 11) Read gain table entries for DSP and radio gain, place into appropriate
  452. * location(s) in command (struct il4965_txpowertable_cmd).
  453. */
  454. /**
  455. * When MIMO is used (2 transmitters operating simultaneously), driver should
  456. * limit each transmitter to deliver a max of 3 dB below the regulatory limit
  457. * for the device. That is, use half power for each transmitter, so total
  458. * txpower is within regulatory limits.
  459. *
  460. * The value "6" represents number of steps in gain table to reduce power 3 dB.
  461. * Each step is 1/2 dB.
  462. */
  463. #define IL_TX_POWER_MIMO_REGULATORY_COMPENSATION (6)
  464. /**
  465. * CCK gain compensation.
  466. *
  467. * When calculating txpowers for CCK, after making sure that the target power
  468. * is within regulatory and saturation limits, driver must additionally
  469. * back off gain by adding these values to the gain table idx.
  470. *
  471. * Hardware rev for 4965 can be determined by reading CSR_HW_REV_WA_REG,
  472. * bits [3:2], 1 = B, 2 = C.
  473. */
  474. #define IL_TX_POWER_CCK_COMPENSATION_B_STEP (9)
  475. #define IL_TX_POWER_CCK_COMPENSATION_C_STEP (5)
  476. /*
  477. * 4965 power supply voltage compensation for txpower
  478. */
  479. #define TX_POWER_IL_VOLTAGE_CODES_PER_03V (7)
  480. /**
  481. * Gain tables.
  482. *
  483. * The following tables contain pair of values for setting txpower, i.e.
  484. * gain settings for the output of the device's digital signal processor (DSP),
  485. * and for the analog gain structure of the transmitter.
  486. *
  487. * Each entry in the gain tables represents a step of 1/2 dB. Note that these
  488. * are *relative* steps, not indications of absolute output power. Output
  489. * power varies with temperature, voltage, and channel frequency, and also
  490. * requires consideration of average power (to satisfy regulatory constraints),
  491. * and peak power (to avoid distortion of the output signal).
  492. *
  493. * Each entry contains two values:
  494. * 1) DSP gain (or sometimes called DSP attenuation). This is a fine-grained
  495. * linear value that multiplies the output of the digital signal processor,
  496. * before being sent to the analog radio.
  497. * 2) Radio gain. This sets the analog gain of the radio Tx path.
  498. * It is a coarser setting, and behaves in a logarithmic (dB) fashion.
  499. *
  500. * EEPROM contains factory calibration data for txpower. This maps actual
  501. * measured txpower levels to gain settings in the "well known" tables
  502. * below ("well-known" means here that both factory calibration *and* the
  503. * driver work with the same table).
  504. *
  505. * There are separate tables for 2.4 GHz and 5 GHz bands. The 5 GHz table
  506. * has an extension (into negative idxes), in case the driver needs to
  507. * boost power setting for high device temperatures (higher than would be
  508. * present during factory calibration). A 5 Ghz EEPROM idx of "40"
  509. * corresponds to the 49th entry in the table used by the driver.
  510. */
  511. #define MIN_TX_GAIN_IDX (0) /* highest gain, lowest idx, 2.4 */
  512. #define MIN_TX_GAIN_IDX_52GHZ_EXT (-9) /* highest gain, lowest idx, 5 */
  513. /**
  514. * 2.4 GHz gain table
  515. *
  516. * Index Dsp gain Radio gain
  517. * 0 110 0x3f (highest gain)
  518. * 1 104 0x3f
  519. * 2 98 0x3f
  520. * 3 110 0x3e
  521. * 4 104 0x3e
  522. * 5 98 0x3e
  523. * 6 110 0x3d
  524. * 7 104 0x3d
  525. * 8 98 0x3d
  526. * 9 110 0x3c
  527. * 10 104 0x3c
  528. * 11 98 0x3c
  529. * 12 110 0x3b
  530. * 13 104 0x3b
  531. * 14 98 0x3b
  532. * 15 110 0x3a
  533. * 16 104 0x3a
  534. * 17 98 0x3a
  535. * 18 110 0x39
  536. * 19 104 0x39
  537. * 20 98 0x39
  538. * 21 110 0x38
  539. * 22 104 0x38
  540. * 23 98 0x38
  541. * 24 110 0x37
  542. * 25 104 0x37
  543. * 26 98 0x37
  544. * 27 110 0x36
  545. * 28 104 0x36
  546. * 29 98 0x36
  547. * 30 110 0x35
  548. * 31 104 0x35
  549. * 32 98 0x35
  550. * 33 110 0x34
  551. * 34 104 0x34
  552. * 35 98 0x34
  553. * 36 110 0x33
  554. * 37 104 0x33
  555. * 38 98 0x33
  556. * 39 110 0x32
  557. * 40 104 0x32
  558. * 41 98 0x32
  559. * 42 110 0x31
  560. * 43 104 0x31
  561. * 44 98 0x31
  562. * 45 110 0x30
  563. * 46 104 0x30
  564. * 47 98 0x30
  565. * 48 110 0x6
  566. * 49 104 0x6
  567. * 50 98 0x6
  568. * 51 110 0x5
  569. * 52 104 0x5
  570. * 53 98 0x5
  571. * 54 110 0x4
  572. * 55 104 0x4
  573. * 56 98 0x4
  574. * 57 110 0x3
  575. * 58 104 0x3
  576. * 59 98 0x3
  577. * 60 110 0x2
  578. * 61 104 0x2
  579. * 62 98 0x2
  580. * 63 110 0x1
  581. * 64 104 0x1
  582. * 65 98 0x1
  583. * 66 110 0x0
  584. * 67 104 0x0
  585. * 68 98 0x0
  586. * 69 97 0
  587. * 70 96 0
  588. * 71 95 0
  589. * 72 94 0
  590. * 73 93 0
  591. * 74 92 0
  592. * 75 91 0
  593. * 76 90 0
  594. * 77 89 0
  595. * 78 88 0
  596. * 79 87 0
  597. * 80 86 0
  598. * 81 85 0
  599. * 82 84 0
  600. * 83 83 0
  601. * 84 82 0
  602. * 85 81 0
  603. * 86 80 0
  604. * 87 79 0
  605. * 88 78 0
  606. * 89 77 0
  607. * 90 76 0
  608. * 91 75 0
  609. * 92 74 0
  610. * 93 73 0
  611. * 94 72 0
  612. * 95 71 0
  613. * 96 70 0
  614. * 97 69 0
  615. * 98 68 0
  616. */
  617. /**
  618. * 5 GHz gain table
  619. *
  620. * Index Dsp gain Radio gain
  621. * -9 123 0x3F (highest gain)
  622. * -8 117 0x3F
  623. * -7 110 0x3F
  624. * -6 104 0x3F
  625. * -5 98 0x3F
  626. * -4 110 0x3E
  627. * -3 104 0x3E
  628. * -2 98 0x3E
  629. * -1 110 0x3D
  630. * 0 104 0x3D
  631. * 1 98 0x3D
  632. * 2 110 0x3C
  633. * 3 104 0x3C
  634. * 4 98 0x3C
  635. * 5 110 0x3B
  636. * 6 104 0x3B
  637. * 7 98 0x3B
  638. * 8 110 0x3A
  639. * 9 104 0x3A
  640. * 10 98 0x3A
  641. * 11 110 0x39
  642. * 12 104 0x39
  643. * 13 98 0x39
  644. * 14 110 0x38
  645. * 15 104 0x38
  646. * 16 98 0x38
  647. * 17 110 0x37
  648. * 18 104 0x37
  649. * 19 98 0x37
  650. * 20 110 0x36
  651. * 21 104 0x36
  652. * 22 98 0x36
  653. * 23 110 0x35
  654. * 24 104 0x35
  655. * 25 98 0x35
  656. * 26 110 0x34
  657. * 27 104 0x34
  658. * 28 98 0x34
  659. * 29 110 0x33
  660. * 30 104 0x33
  661. * 31 98 0x33
  662. * 32 110 0x32
  663. * 33 104 0x32
  664. * 34 98 0x32
  665. * 35 110 0x31
  666. * 36 104 0x31
  667. * 37 98 0x31
  668. * 38 110 0x30
  669. * 39 104 0x30
  670. * 40 98 0x30
  671. * 41 110 0x25
  672. * 42 104 0x25
  673. * 43 98 0x25
  674. * 44 110 0x24
  675. * 45 104 0x24
  676. * 46 98 0x24
  677. * 47 110 0x23
  678. * 48 104 0x23
  679. * 49 98 0x23
  680. * 50 110 0x22
  681. * 51 104 0x18
  682. * 52 98 0x18
  683. * 53 110 0x17
  684. * 54 104 0x17
  685. * 55 98 0x17
  686. * 56 110 0x16
  687. * 57 104 0x16
  688. * 58 98 0x16
  689. * 59 110 0x15
  690. * 60 104 0x15
  691. * 61 98 0x15
  692. * 62 110 0x14
  693. * 63 104 0x14
  694. * 64 98 0x14
  695. * 65 110 0x13
  696. * 66 104 0x13
  697. * 67 98 0x13
  698. * 68 110 0x12
  699. * 69 104 0x08
  700. * 70 98 0x08
  701. * 71 110 0x07
  702. * 72 104 0x07
  703. * 73 98 0x07
  704. * 74 110 0x06
  705. * 75 104 0x06
  706. * 76 98 0x06
  707. * 77 110 0x05
  708. * 78 104 0x05
  709. * 79 98 0x05
  710. * 80 110 0x04
  711. * 81 104 0x04
  712. * 82 98 0x04
  713. * 83 110 0x03
  714. * 84 104 0x03
  715. * 85 98 0x03
  716. * 86 110 0x02
  717. * 87 104 0x02
  718. * 88 98 0x02
  719. * 89 110 0x01
  720. * 90 104 0x01
  721. * 91 98 0x01
  722. * 92 110 0x00
  723. * 93 104 0x00
  724. * 94 98 0x00
  725. * 95 93 0x00
  726. * 96 88 0x00
  727. * 97 83 0x00
  728. * 98 78 0x00
  729. */
  730. /**
  731. * Sanity checks and default values for EEPROM regulatory levels.
  732. * If EEPROM values fall outside MIN/MAX range, use default values.
  733. *
  734. * Regulatory limits refer to the maximum average txpower allowed by
  735. * regulatory agencies in the geographies in which the device is meant
  736. * to be operated. These limits are SKU-specific (i.e. geography-specific),
  737. * and channel-specific; each channel has an individual regulatory limit
  738. * listed in the EEPROM.
  739. *
  740. * Units are in half-dBm (i.e. "34" means 17 dBm).
  741. */
  742. #define IL_TX_POWER_DEFAULT_REGULATORY_24 (34)
  743. #define IL_TX_POWER_DEFAULT_REGULATORY_52 (34)
  744. #define IL_TX_POWER_REGULATORY_MIN (0)
  745. #define IL_TX_POWER_REGULATORY_MAX (34)
  746. /**
  747. * Sanity checks and default values for EEPROM saturation levels.
  748. * If EEPROM values fall outside MIN/MAX range, use default values.
  749. *
  750. * Saturation is the highest level that the output power amplifier can produce
  751. * without significant clipping distortion. This is a "peak" power level.
  752. * Different types of modulation (i.e. various "rates", and OFDM vs. CCK)
  753. * require differing amounts of backoff, relative to their average power output,
  754. * in order to avoid clipping distortion.
  755. *
  756. * Driver must make sure that it is violating neither the saturation limit,
  757. * nor the regulatory limit, when calculating Tx power settings for various
  758. * rates.
  759. *
  760. * Units are in half-dBm (i.e. "38" means 19 dBm).
  761. */
  762. #define IL_TX_POWER_DEFAULT_SATURATION_24 (38)
  763. #define IL_TX_POWER_DEFAULT_SATURATION_52 (38)
  764. #define IL_TX_POWER_SATURATION_MIN (20)
  765. #define IL_TX_POWER_SATURATION_MAX (50)
  766. /**
  767. * Channel groups used for Tx Attenuation calibration (MIMO tx channel balance)
  768. * and thermal Txpower calibration.
  769. *
  770. * When calculating txpower, driver must compensate for current device
  771. * temperature; higher temperature requires higher gain. Driver must calculate
  772. * current temperature (see "4965 temperature calculation"), then compare vs.
  773. * factory calibration temperature in EEPROM; if current temperature is higher
  774. * than factory temperature, driver must *increase* gain by proportions shown
  775. * in table below. If current temperature is lower than factory, driver must
  776. * *decrease* gain.
  777. *
  778. * Different frequency ranges require different compensation, as shown below.
  779. */
  780. /* Group 0, 5.2 GHz ch 34-43: 4.5 degrees per 1/2 dB. */
  781. #define CALIB_IL_TX_ATTEN_GR1_FCH 34
  782. #define CALIB_IL_TX_ATTEN_GR1_LCH 43
  783. /* Group 1, 5.3 GHz ch 44-70: 4.0 degrees per 1/2 dB. */
  784. #define CALIB_IL_TX_ATTEN_GR2_FCH 44
  785. #define CALIB_IL_TX_ATTEN_GR2_LCH 70
  786. /* Group 2, 5.5 GHz ch 71-124: 4.0 degrees per 1/2 dB. */
  787. #define CALIB_IL_TX_ATTEN_GR3_FCH 71
  788. #define CALIB_IL_TX_ATTEN_GR3_LCH 124
  789. /* Group 3, 5.7 GHz ch 125-200: 4.0 degrees per 1/2 dB. */
  790. #define CALIB_IL_TX_ATTEN_GR4_FCH 125
  791. #define CALIB_IL_TX_ATTEN_GR4_LCH 200
  792. /* Group 4, 2.4 GHz all channels: 3.5 degrees per 1/2 dB. */
  793. #define CALIB_IL_TX_ATTEN_GR5_FCH 1
  794. #define CALIB_IL_TX_ATTEN_GR5_LCH 20
  795. enum {
  796. CALIB_CH_GROUP_1 = 0,
  797. CALIB_CH_GROUP_2 = 1,
  798. CALIB_CH_GROUP_3 = 2,
  799. CALIB_CH_GROUP_4 = 3,
  800. CALIB_CH_GROUP_5 = 4,
  801. CALIB_CH_GROUP_MAX
  802. };
  803. /********************* END TXPOWER *****************************************/
  804. /**
  805. * Tx/Rx Queues
  806. *
  807. * Most communication between driver and 4965 is via queues of data buffers.
  808. * For example, all commands that the driver issues to device's embedded
  809. * controller (uCode) are via the command queue (one of the Tx queues). All
  810. * uCode command responses/replies/notifications, including Rx frames, are
  811. * conveyed from uCode to driver via the Rx queue.
  812. *
  813. * Most support for these queues, including handshake support, resides in
  814. * structures in host DRAM, shared between the driver and the device. When
  815. * allocating this memory, the driver must make sure that data written by
  816. * the host CPU updates DRAM immediately (and does not get "stuck" in CPU's
  817. * cache memory), so DRAM and cache are consistent, and the device can
  818. * immediately see changes made by the driver.
  819. *
  820. * 4965 supports up to 16 DRAM-based Tx queues, and services these queues via
  821. * up to 7 DMA channels (FIFOs). Each Tx queue is supported by a circular array
  822. * in DRAM containing 256 Transmit Frame Descriptors (TFDs).
  823. */
  824. #define IL49_NUM_FIFOS 7
  825. #define IL49_CMD_FIFO_NUM 4
  826. #define IL49_NUM_QUEUES 16
  827. #define IL49_NUM_AMPDU_QUEUES 8
  828. /**
  829. * struct il4965_schedq_bc_tbl
  830. *
  831. * Byte Count table
  832. *
  833. * Each Tx queue uses a byte-count table containing 320 entries:
  834. * one 16-bit entry for each of 256 TFDs, plus an additional 64 entries that
  835. * duplicate the first 64 entries (to avoid wrap-around within a Tx win;
  836. * max Tx win is 64 TFDs).
  837. *
  838. * When driver sets up a new TFD, it must also enter the total byte count
  839. * of the frame to be transmitted into the corresponding entry in the byte
  840. * count table for the chosen Tx queue. If the TFD idx is 0-63, the driver
  841. * must duplicate the byte count entry in corresponding idx 256-319.
  842. *
  843. * padding puts each byte count table on a 1024-byte boundary;
  844. * 4965 assumes tables are separated by 1024 bytes.
  845. */
  846. struct il4965_scd_bc_tbl {
  847. __le16 tfd_offset[TFD_QUEUE_BC_SIZE];
  848. u8 pad[1024 - (TFD_QUEUE_BC_SIZE) * sizeof(__le16)];
  849. } __packed;
  850. #define IL4965_RTC_INST_LOWER_BOUND (0x000000)
  851. /* RSSI to dBm */
  852. #define IL4965_RSSI_OFFSET 44
  853. /* PCI registers */
  854. #define PCI_CFG_RETRY_TIMEOUT 0x041
  855. /* PCI register values */
  856. #define PCI_CFG_LINK_CTRL_VAL_L0S_EN 0x01
  857. #define PCI_CFG_LINK_CTRL_VAL_L1_EN 0x02
  858. #define IL4965_DEFAULT_TX_RETRY 15
  859. /* EEPROM */
  860. #define IL4965_FIRST_AMPDU_QUEUE 10
  861. /* Calibration */
  862. void il4965_chain_noise_calibration(struct il_priv *il, void *stat_resp);
  863. void il4965_sensitivity_calibration(struct il_priv *il, void *resp);
  864. void il4965_init_sensitivity(struct il_priv *il);
  865. void il4965_reset_run_time_calib(struct il_priv *il);
  866. void il4965_calib_free_results(struct il_priv *il);
  867. /* Debug */
  868. #ifdef CONFIG_IWLEGACY_DEBUGFS
  869. extern const struct il_debugfs_ops il4965_debugfs_ops;
  870. #endif
  871. /****************************/
  872. /* Flow Handler Definitions */
  873. /****************************/
  874. /**
  875. * This I/O area is directly read/writable by driver (e.g. Linux uses writel())
  876. * Addresses are offsets from device's PCI hardware base address.
  877. */
  878. #define FH49_MEM_LOWER_BOUND (0x1000)
  879. #define FH49_MEM_UPPER_BOUND (0x2000)
  880. /**
  881. * Keep-Warm (KW) buffer base address.
  882. *
  883. * Driver must allocate a 4KByte buffer that is used by 4965 for keeping the
  884. * host DRAM powered on (via dummy accesses to DRAM) to maintain low-latency
  885. * DRAM access when 4965 is Txing or Rxing. The dummy accesses prevent host
  886. * from going into a power-savings mode that would cause higher DRAM latency,
  887. * and possible data over/under-runs, before all Tx/Rx is complete.
  888. *
  889. * Driver loads FH49_KW_MEM_ADDR_REG with the physical address (bits 35:4)
  890. * of the buffer, which must be 4K aligned. Once this is set up, the 4965
  891. * automatically invokes keep-warm accesses when normal accesses might not
  892. * be sufficient to maintain fast DRAM response.
  893. *
  894. * Bit fields:
  895. * 31-0: Keep-warm buffer physical base address [35:4], must be 4K aligned
  896. */
  897. #define FH49_KW_MEM_ADDR_REG (FH49_MEM_LOWER_BOUND + 0x97C)
  898. /**
  899. * TFD Circular Buffers Base (CBBC) addresses
  900. *
  901. * 4965 has 16 base pointer registers, one for each of 16 host-DRAM-resident
  902. * circular buffers (CBs/queues) containing Transmit Frame Descriptors (TFDs)
  903. * (see struct il_tfd_frame). These 16 pointer registers are offset by 0x04
  904. * bytes from one another. Each TFD circular buffer in DRAM must be 256-byte
  905. * aligned (address bits 0-7 must be 0).
  906. *
  907. * Bit fields in each pointer register:
  908. * 27-0: TFD CB physical base address [35:8], must be 256-byte aligned
  909. */
  910. #define FH49_MEM_CBBC_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0x9D0)
  911. #define FH49_MEM_CBBC_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0xA10)
  912. /* Find TFD CB base pointer for given queue (range 0-15). */
  913. #define FH49_MEM_CBBC_QUEUE(x) (FH49_MEM_CBBC_LOWER_BOUND + (x) * 0x4)
  914. /**
  915. * Rx SRAM Control and Status Registers (RSCSR)
  916. *
  917. * These registers provide handshake between driver and 4965 for the Rx queue
  918. * (this queue handles *all* command responses, notifications, Rx data, etc.
  919. * sent from 4965 uCode to host driver). Unlike Tx, there is only one Rx
  920. * queue, and only one Rx DMA/FIFO channel. Also unlike Tx, which can
  921. * concatenate up to 20 DRAM buffers to form a Tx frame, each Receive Buffer
  922. * Descriptor (RBD) points to only one Rx Buffer (RB); there is a 1:1
  923. * mapping between RBDs and RBs.
  924. *
  925. * Driver must allocate host DRAM memory for the following, and set the
  926. * physical address of each into 4965 registers:
  927. *
  928. * 1) Receive Buffer Descriptor (RBD) circular buffer (CB), typically with 256
  929. * entries (although any power of 2, up to 4096, is selectable by driver).
  930. * Each entry (1 dword) points to a receive buffer (RB) of consistent size
  931. * (typically 4K, although 8K or 16K are also selectable by driver).
  932. * Driver sets up RB size and number of RBDs in the CB via Rx config
  933. * register FH49_MEM_RCSR_CHNL0_CONFIG_REG.
  934. *
  935. * Bit fields within one RBD:
  936. * 27-0: Receive Buffer physical address bits [35:8], 256-byte aligned
  937. *
  938. * Driver sets physical address [35:8] of base of RBD circular buffer
  939. * into FH49_RSCSR_CHNL0_RBDCB_BASE_REG [27:0].
  940. *
  941. * 2) Rx status buffer, 8 bytes, in which 4965 indicates which Rx Buffers
  942. * (RBs) have been filled, via a "write pointer", actually the idx of
  943. * the RB's corresponding RBD within the circular buffer. Driver sets
  944. * physical address [35:4] into FH49_RSCSR_CHNL0_STTS_WPTR_REG [31:0].
  945. *
  946. * Bit fields in lower dword of Rx status buffer (upper dword not used
  947. * by driver; see struct il4965_shared, val0):
  948. * 31-12: Not used by driver
  949. * 11- 0: Index of last filled Rx buffer descriptor
  950. * (4965 writes, driver reads this value)
  951. *
  952. * As the driver prepares Receive Buffers (RBs) for 4965 to fill, driver must
  953. * enter pointers to these RBs into contiguous RBD circular buffer entries,
  954. * and update the 4965's "write" idx register,
  955. * FH49_RSCSR_CHNL0_RBDCB_WPTR_REG.
  956. *
  957. * This "write" idx corresponds to the *next* RBD that the driver will make
  958. * available, i.e. one RBD past the tail of the ready-to-fill RBDs within
  959. * the circular buffer. This value should initially be 0 (before preparing any
  960. * RBs), should be 8 after preparing the first 8 RBs (for example), and must
  961. * wrap back to 0 at the end of the circular buffer (but don't wrap before
  962. * "read" idx has advanced past 1! See below).
  963. * NOTE: 4965 EXPECTS THE WRITE IDX TO BE INCREMENTED IN MULTIPLES OF 8.
  964. *
  965. * As the 4965 fills RBs (referenced from contiguous RBDs within the circular
  966. * buffer), it updates the Rx status buffer in host DRAM, 2) described above,
  967. * to tell the driver the idx of the latest filled RBD. The driver must
  968. * read this "read" idx from DRAM after receiving an Rx interrupt from 4965.
  969. *
  970. * The driver must also internally keep track of a third idx, which is the
  971. * next RBD to process. When receiving an Rx interrupt, driver should process
  972. * all filled but unprocessed RBs up to, but not including, the RB
  973. * corresponding to the "read" idx. For example, if "read" idx becomes "1",
  974. * driver may process the RB pointed to by RBD 0. Depending on volume of
  975. * traffic, there may be many RBs to process.
  976. *
  977. * If read idx == write idx, 4965 thinks there is no room to put new data.
  978. * Due to this, the maximum number of filled RBs is 255, instead of 256. To
  979. * be safe, make sure that there is a gap of at least 2 RBDs between "write"
  980. * and "read" idxes; that is, make sure that there are no more than 254
  981. * buffers waiting to be filled.
  982. */
  983. #define FH49_MEM_RSCSR_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0xBC0)
  984. #define FH49_MEM_RSCSR_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0xC00)
  985. #define FH49_MEM_RSCSR_CHNL0 (FH49_MEM_RSCSR_LOWER_BOUND)
  986. /**
  987. * Physical base address of 8-byte Rx Status buffer.
  988. * Bit fields:
  989. * 31-0: Rx status buffer physical base address [35:4], must 16-byte aligned.
  990. */
  991. #define FH49_RSCSR_CHNL0_STTS_WPTR_REG (FH49_MEM_RSCSR_CHNL0)
  992. /**
  993. * Physical base address of Rx Buffer Descriptor Circular Buffer.
  994. * Bit fields:
  995. * 27-0: RBD CD physical base address [35:8], must be 256-byte aligned.
  996. */
  997. #define FH49_RSCSR_CHNL0_RBDCB_BASE_REG (FH49_MEM_RSCSR_CHNL0 + 0x004)
  998. /**
  999. * Rx write pointer (idx, really!).
  1000. * Bit fields:
  1001. * 11-0: Index of driver's most recent prepared-to-be-filled RBD, + 1.
  1002. * NOTE: For 256-entry circular buffer, use only bits [7:0].
  1003. */
  1004. #define FH49_RSCSR_CHNL0_RBDCB_WPTR_REG (FH49_MEM_RSCSR_CHNL0 + 0x008)
  1005. #define FH49_RSCSR_CHNL0_WPTR (FH49_RSCSR_CHNL0_RBDCB_WPTR_REG)
  1006. /**
  1007. * Rx Config/Status Registers (RCSR)
  1008. * Rx Config Reg for channel 0 (only channel used)
  1009. *
  1010. * Driver must initialize FH49_MEM_RCSR_CHNL0_CONFIG_REG as follows for
  1011. * normal operation (see bit fields).
  1012. *
  1013. * Clearing FH49_MEM_RCSR_CHNL0_CONFIG_REG to 0 turns off Rx DMA.
  1014. * Driver should poll FH49_MEM_RSSR_RX_STATUS_REG for
  1015. * FH49_RSSR_CHNL0_RX_STATUS_CHNL_IDLE (bit 24) before continuing.
  1016. *
  1017. * Bit fields:
  1018. * 31-30: Rx DMA channel enable: '00' off/pause, '01' pause at end of frame,
  1019. * '10' operate normally
  1020. * 29-24: reserved
  1021. * 23-20: # RBDs in circular buffer = 2^value; use "8" for 256 RBDs (normal),
  1022. * min "5" for 32 RBDs, max "12" for 4096 RBDs.
  1023. * 19-18: reserved
  1024. * 17-16: size of each receive buffer; '00' 4K (normal), '01' 8K,
  1025. * '10' 12K, '11' 16K.
  1026. * 15-14: reserved
  1027. * 13-12: IRQ destination; '00' none, '01' host driver (normal operation)
  1028. * 11- 4: timeout for closing Rx buffer and interrupting host (units 32 usec)
  1029. * typical value 0x10 (about 1/2 msec)
  1030. * 3- 0: reserved
  1031. */
  1032. #define FH49_MEM_RCSR_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0xC00)
  1033. #define FH49_MEM_RCSR_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0xCC0)
  1034. #define FH49_MEM_RCSR_CHNL0 (FH49_MEM_RCSR_LOWER_BOUND)
  1035. #define FH49_MEM_RCSR_CHNL0_CONFIG_REG (FH49_MEM_RCSR_CHNL0)
  1036. #define FH49_RCSR_CHNL0_RX_CONFIG_RB_TIMEOUT_MSK (0x00000FF0) /* bits 4-11 */
  1037. #define FH49_RCSR_CHNL0_RX_CONFIG_IRQ_DEST_MSK (0x00001000) /* bits 12 */
  1038. #define FH49_RCSR_CHNL0_RX_CONFIG_SINGLE_FRAME_MSK (0x00008000) /* bit 15 */
  1039. #define FH49_RCSR_CHNL0_RX_CONFIG_RB_SIZE_MSK (0x00030000) /* bits 16-17 */
  1040. #define FH49_RCSR_CHNL0_RX_CONFIG_RBDBC_SIZE_MSK (0x00F00000) /* bits 20-23 */
  1041. #define FH49_RCSR_CHNL0_RX_CONFIG_DMA_CHNL_EN_MSK (0xC0000000) /* bits 30-31 */
  1042. #define FH49_RCSR_RX_CONFIG_RBDCB_SIZE_POS (20)
  1043. #define FH49_RCSR_RX_CONFIG_REG_IRQ_RBTH_POS (4)
  1044. #define RX_RB_TIMEOUT (0x10)
  1045. #define FH49_RCSR_RX_CONFIG_CHNL_EN_PAUSE_VAL (0x00000000)
  1046. #define FH49_RCSR_RX_CONFIG_CHNL_EN_PAUSE_EOF_VAL (0x40000000)
  1047. #define FH49_RCSR_RX_CONFIG_CHNL_EN_ENABLE_VAL (0x80000000)
  1048. #define FH49_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_4K (0x00000000)
  1049. #define FH49_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_8K (0x00010000)
  1050. #define FH49_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_12K (0x00020000)
  1051. #define FH49_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_16K (0x00030000)
  1052. #define FH49_RCSR_CHNL0_RX_IGNORE_RXF_EMPTY (0x00000004)
  1053. #define FH49_RCSR_CHNL0_RX_CONFIG_IRQ_DEST_NO_INT_VAL (0x00000000)
  1054. #define FH49_RCSR_CHNL0_RX_CONFIG_IRQ_DEST_INT_HOST_VAL (0x00001000)
  1055. /**
  1056. * Rx Shared Status Registers (RSSR)
  1057. *
  1058. * After stopping Rx DMA channel (writing 0 to
  1059. * FH49_MEM_RCSR_CHNL0_CONFIG_REG), driver must poll
  1060. * FH49_MEM_RSSR_RX_STATUS_REG until Rx channel is idle.
  1061. *
  1062. * Bit fields:
  1063. * 24: 1 = Channel 0 is idle
  1064. *
  1065. * FH49_MEM_RSSR_SHARED_CTRL_REG and FH49_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV
  1066. * contain default values that should not be altered by the driver.
  1067. */
  1068. #define FH49_MEM_RSSR_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0xC40)
  1069. #define FH49_MEM_RSSR_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0xD00)
  1070. #define FH49_MEM_RSSR_SHARED_CTRL_REG (FH49_MEM_RSSR_LOWER_BOUND)
  1071. #define FH49_MEM_RSSR_RX_STATUS_REG (FH49_MEM_RSSR_LOWER_BOUND + 0x004)
  1072. #define FH49_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV\
  1073. (FH49_MEM_RSSR_LOWER_BOUND + 0x008)
  1074. #define FH49_RSSR_CHNL0_RX_STATUS_CHNL_IDLE (0x01000000)
  1075. #define FH49_MEM_TFDIB_REG1_ADDR_BITSHIFT 28
  1076. /* TFDB Area - TFDs buffer table */
  1077. #define FH49_MEM_TFDIB_DRAM_ADDR_LSB_MSK (0xFFFFFFFF)
  1078. #define FH49_TFDIB_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0x900)
  1079. #define FH49_TFDIB_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0x958)
  1080. #define FH49_TFDIB_CTRL0_REG(_chnl) (FH49_TFDIB_LOWER_BOUND + 0x8 * (_chnl))
  1081. #define FH49_TFDIB_CTRL1_REG(_chnl) (FH49_TFDIB_LOWER_BOUND + 0x8 * (_chnl) + 0x4)
  1082. /**
  1083. * Transmit DMA Channel Control/Status Registers (TCSR)
  1084. *
  1085. * 4965 has one configuration register for each of 8 Tx DMA/FIFO channels
  1086. * supported in hardware (don't confuse these with the 16 Tx queues in DRAM,
  1087. * which feed the DMA/FIFO channels); config regs are separated by 0x20 bytes.
  1088. *
  1089. * To use a Tx DMA channel, driver must initialize its
  1090. * FH49_TCSR_CHNL_TX_CONFIG_REG(chnl) with:
  1091. *
  1092. * FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
  1093. * FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE_VAL
  1094. *
  1095. * All other bits should be 0.
  1096. *
  1097. * Bit fields:
  1098. * 31-30: Tx DMA channel enable: '00' off/pause, '01' pause at end of frame,
  1099. * '10' operate normally
  1100. * 29- 4: Reserved, set to "0"
  1101. * 3: Enable internal DMA requests (1, normal operation), disable (0)
  1102. * 2- 0: Reserved, set to "0"
  1103. */
  1104. #define FH49_TCSR_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0xD00)
  1105. #define FH49_TCSR_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0xE60)
  1106. /* Find Control/Status reg for given Tx DMA/FIFO channel */
  1107. #define FH49_TCSR_CHNL_NUM (7)
  1108. #define FH50_TCSR_CHNL_NUM (8)
  1109. /* TCSR: tx_config register values */
  1110. #define FH49_TCSR_CHNL_TX_CONFIG_REG(_chnl) \
  1111. (FH49_TCSR_LOWER_BOUND + 0x20 * (_chnl))
  1112. #define FH49_TCSR_CHNL_TX_CREDIT_REG(_chnl) \
  1113. (FH49_TCSR_LOWER_BOUND + 0x20 * (_chnl) + 0x4)
  1114. #define FH49_TCSR_CHNL_TX_BUF_STS_REG(_chnl) \
  1115. (FH49_TCSR_LOWER_BOUND + 0x20 * (_chnl) + 0x8)
  1116. #define FH49_TCSR_TX_CONFIG_REG_VAL_MSG_MODE_TXF (0x00000000)
  1117. #define FH49_TCSR_TX_CONFIG_REG_VAL_MSG_MODE_DRV (0x00000001)
  1118. #define FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_DISABLE (0x00000000)
  1119. #define FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE (0x00000008)
  1120. #define FH49_TCSR_TX_CONFIG_REG_VAL_CIRQ_HOST_NOINT (0x00000000)
  1121. #define FH49_TCSR_TX_CONFIG_REG_VAL_CIRQ_HOST_ENDTFD (0x00100000)
  1122. #define FH49_TCSR_TX_CONFIG_REG_VAL_CIRQ_HOST_IFTFD (0x00200000)
  1123. #define FH49_TCSR_TX_CONFIG_REG_VAL_CIRQ_RTC_NOINT (0x00000000)
  1124. #define FH49_TCSR_TX_CONFIG_REG_VAL_CIRQ_RTC_ENDTFD (0x00400000)
  1125. #define FH49_TCSR_TX_CONFIG_REG_VAL_CIRQ_RTC_IFTFD (0x00800000)
  1126. #define FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_PAUSE (0x00000000)
  1127. #define FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_PAUSE_EOF (0x40000000)
  1128. #define FH49_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE (0x80000000)
  1129. #define FH49_TCSR_CHNL_TX_BUF_STS_REG_VAL_TFDB_EMPTY (0x00000000)
  1130. #define FH49_TCSR_CHNL_TX_BUF_STS_REG_VAL_TFDB_WAIT (0x00002000)
  1131. #define FH49_TCSR_CHNL_TX_BUF_STS_REG_VAL_TFDB_VALID (0x00000003)
  1132. #define FH49_TCSR_CHNL_TX_BUF_STS_REG_POS_TB_NUM (20)
  1133. #define FH49_TCSR_CHNL_TX_BUF_STS_REG_POS_TB_IDX (12)
  1134. /**
  1135. * Tx Shared Status Registers (TSSR)
  1136. *
  1137. * After stopping Tx DMA channel (writing 0 to
  1138. * FH49_TCSR_CHNL_TX_CONFIG_REG(chnl)), driver must poll
  1139. * FH49_TSSR_TX_STATUS_REG until selected Tx channel is idle
  1140. * (channel's buffers empty | no pending requests).
  1141. *
  1142. * Bit fields:
  1143. * 31-24: 1 = Channel buffers empty (channel 7:0)
  1144. * 23-16: 1 = No pending requests (channel 7:0)
  1145. */
  1146. #define FH49_TSSR_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0xEA0)
  1147. #define FH49_TSSR_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0xEC0)
  1148. #define FH49_TSSR_TX_STATUS_REG (FH49_TSSR_LOWER_BOUND + 0x010)
  1149. /**
  1150. * Bit fields for TSSR(Tx Shared Status & Control) error status register:
  1151. * 31: Indicates an address error when accessed to internal memory
  1152. * uCode/driver must write "1" in order to clear this flag
  1153. * 30: Indicates that Host did not send the expected number of dwords to FH
  1154. * uCode/driver must write "1" in order to clear this flag
  1155. * 16-9:Each status bit is for one channel. Indicates that an (Error) ActDMA
  1156. * command was received from the scheduler while the TRB was already full
  1157. * with previous command
  1158. * uCode/driver must write "1" in order to clear this flag
  1159. * 7-0: Each status bit indicates a channel's TxCredit error. When an error
  1160. * bit is set, it indicates that the FH has received a full indication
  1161. * from the RTC TxFIFO and the current value of the TxCredit counter was
  1162. * not equal to zero. This mean that the credit mechanism was not
  1163. * synchronized to the TxFIFO status
  1164. * uCode/driver must write "1" in order to clear this flag
  1165. */
  1166. #define FH49_TSSR_TX_ERROR_REG (FH49_TSSR_LOWER_BOUND + 0x018)
  1167. #define FH49_TSSR_TX_STATUS_REG_MSK_CHNL_IDLE(_chnl) ((1 << (_chnl)) << 16)
  1168. /* Tx service channels */
  1169. #define FH49_SRVC_CHNL (9)
  1170. #define FH49_SRVC_LOWER_BOUND (FH49_MEM_LOWER_BOUND + 0x9C8)
  1171. #define FH49_SRVC_UPPER_BOUND (FH49_MEM_LOWER_BOUND + 0x9D0)
  1172. #define FH49_SRVC_CHNL_SRAM_ADDR_REG(_chnl) \
  1173. (FH49_SRVC_LOWER_BOUND + ((_chnl) - 9) * 0x4)
  1174. #define FH49_TX_CHICKEN_BITS_REG (FH49_MEM_LOWER_BOUND + 0xE98)
  1175. /* Instruct FH to increment the retry count of a packet when
  1176. * it is brought from the memory to TX-FIFO
  1177. */
  1178. #define FH49_TX_CHICKEN_BITS_SCD_AUTO_RETRY_EN (0x00000002)
  1179. /* Keep Warm Size */
  1180. #define IL_KW_SIZE 0x1000 /* 4k */
  1181. #endif /* __il_4965_h__ */