4965.h 49 KB

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