4965.h 51 KB

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