blob: 8ace36e77399137943510b95ad3f74a3575d4aba [file] [log] [blame]
Vasanthakumar Thiagarajanae3bb6d2010-04-15 17:38:27 -04001/*
Sujith Manoharan5b681382011-05-17 13:36:18 +05302 * Copyright (c) 2010-2011 Atheros Communications Inc.
Vasanthakumar Thiagarajanae3bb6d2010-04-15 17:38:27 -04003 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16#include "hw.h"
Luis R. Rodriguezb622a722010-04-15 17:39:28 -040017#include "ar9003_mac.h"
Vasanthakumar Thiagarajanae3bb6d2010-04-15 17:38:27 -040018
19static void ar9003_hw_rx_enable(struct ath_hw *hw)
20{
21 REG_WRITE(hw, AR_CR, 0);
22}
23
Vasanthakumar Thiagarajaneb823252010-04-15 17:39:35 -040024static u16 ar9003_calc_ptr_chksum(struct ar9003_txc *ads)
25{
26 int checksum;
27
28 checksum = ads->info + ads->link
29 + ads->data0 + ads->ctl3
30 + ads->data1 + ads->ctl5
31 + ads->data2 + ads->ctl7
32 + ads->data3 + ads->ctl9;
33
34 return ((checksum & 0xffff) + (checksum >> 16)) & AR_TxPtrChkSum;
35}
36
Vasanthakumar Thiagarajan87d5efb2010-04-15 17:38:43 -040037static void ar9003_hw_set_desc_link(void *ds, u32 ds_link)
38{
Vasanthakumar Thiagarajaneb823252010-04-15 17:39:35 -040039 struct ar9003_txc *ads = ds;
40
41 ads->link = ds_link;
42 ads->ctl10 &= ~AR_TxPtrChkSum;
43 ads->ctl10 |= ar9003_calc_ptr_chksum(ads);
Vasanthakumar Thiagarajan87d5efb2010-04-15 17:38:43 -040044}
45
Vasanthakumar Thiagarajan55e82df2010-04-15 17:39:06 -040046static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked)
47{
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -040048 u32 isr = 0;
49 u32 mask2 = 0;
50 struct ath9k_hw_capabilities *pCap = &ah->caps;
51 u32 sync_cause = 0;
52 struct ath_common *common = ath9k_hw_common(ah);
53
54 if (REG_READ(ah, AR_INTR_ASYNC_CAUSE) & AR_INTR_MAC_IRQ) {
55 if ((REG_READ(ah, AR_RTC_STATUS) & AR_RTC_STATUS_M)
56 == AR_RTC_STATUS_ON)
57 isr = REG_READ(ah, AR_ISR);
58 }
59
60 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) & AR_INTR_SYNC_DEFAULT;
61
62 *masked = 0;
63
64 if (!isr && !sync_cause)
65 return false;
66
67 if (isr) {
68 if (isr & AR_ISR_BCNMISC) {
69 u32 isr2;
70 isr2 = REG_READ(ah, AR_ISR_S2);
71
72 mask2 |= ((isr2 & AR_ISR_S2_TIM) >>
73 MAP_ISR_S2_TIM);
74 mask2 |= ((isr2 & AR_ISR_S2_DTIM) >>
75 MAP_ISR_S2_DTIM);
76 mask2 |= ((isr2 & AR_ISR_S2_DTIMSYNC) >>
77 MAP_ISR_S2_DTIMSYNC);
78 mask2 |= ((isr2 & AR_ISR_S2_CABEND) >>
79 MAP_ISR_S2_CABEND);
80 mask2 |= ((isr2 & AR_ISR_S2_GTT) <<
81 MAP_ISR_S2_GTT);
82 mask2 |= ((isr2 & AR_ISR_S2_CST) <<
83 MAP_ISR_S2_CST);
84 mask2 |= ((isr2 & AR_ISR_S2_TSFOOR) >>
85 MAP_ISR_S2_TSFOOR);
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -040086 mask2 |= ((isr2 & AR_ISR_S2_BB_WATCHDOG) >>
87 MAP_ISR_S2_BB_WATCHDOG);
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -040088
89 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
90 REG_WRITE(ah, AR_ISR_S2, isr2);
91 isr &= ~AR_ISR_BCNMISC;
92 }
93 }
94
95 if ((pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED))
96 isr = REG_READ(ah, AR_ISR_RAC);
97
98 if (isr == 0xffffffff) {
99 *masked = 0;
100 return false;
101 }
102
103 *masked = isr & ATH9K_INT_COMMON;
104
105 if (ah->config.rx_intr_mitigation)
106 if (isr & (AR_ISR_RXMINTR | AR_ISR_RXINTM))
107 *masked |= ATH9K_INT_RXLP;
108
109 if (ah->config.tx_intr_mitigation)
110 if (isr & (AR_ISR_TXMINTR | AR_ISR_TXINTM))
111 *masked |= ATH9K_INT_TX;
112
113 if (isr & (AR_ISR_LP_RXOK | AR_ISR_RXERR))
114 *masked |= ATH9K_INT_RXLP;
115
116 if (isr & AR_ISR_HP_RXOK)
117 *masked |= ATH9K_INT_RXHP;
118
119 if (isr & (AR_ISR_TXOK | AR_ISR_TXERR | AR_ISR_TXEOL)) {
120 *masked |= ATH9K_INT_TX;
121
122 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
123 u32 s0, s1;
124 s0 = REG_READ(ah, AR_ISR_S0);
125 REG_WRITE(ah, AR_ISR_S0, s0);
126 s1 = REG_READ(ah, AR_ISR_S1);
127 REG_WRITE(ah, AR_ISR_S1, s1);
128
129 isr &= ~(AR_ISR_TXOK | AR_ISR_TXERR |
130 AR_ISR_TXEOL);
131 }
132 }
133
134 if (isr & AR_ISR_GENTMR) {
135 u32 s5;
136
137 if (pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
138 s5 = REG_READ(ah, AR_ISR_S5_S);
139 else
140 s5 = REG_READ(ah, AR_ISR_S5);
141
142 ah->intr_gen_timer_trigger =
143 MS(s5, AR_ISR_S5_GENTIMER_TRIG);
144
145 ah->intr_gen_timer_thresh =
146 MS(s5, AR_ISR_S5_GENTIMER_THRESH);
147
148 if (ah->intr_gen_timer_trigger)
149 *masked |= ATH9K_INT_GENTIMER;
150
151 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
152 REG_WRITE(ah, AR_ISR_S5, s5);
153 isr &= ~AR_ISR_GENTMR;
154 }
155
156 }
157
158 *masked |= mask2;
159
160 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
161 REG_WRITE(ah, AR_ISR, isr);
162
163 (void) REG_READ(ah, AR_ISR);
164 }
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -0400165
166 if (*masked & ATH9K_INT_BB_WATCHDOG)
167 ar9003_hw_bb_watchdog_read(ah);
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -0400168 }
169
170 if (sync_cause) {
171 if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
172 REG_WRITE(ah, AR_RC, AR_RC_HOSTIF);
173 REG_WRITE(ah, AR_RC, 0);
174 *masked |= ATH9K_INT_FATAL;
175 }
176
177 if (sync_cause & AR_INTR_SYNC_LOCAL_TIMEOUT)
Joe Perches226afe62010-12-02 19:12:37 -0800178 ath_dbg(common, ATH_DBG_INTERRUPT,
179 "AR_INTR_SYNC_LOCAL_TIMEOUT\n");
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -0400180
Julia Lawall6fe14002010-08-05 22:26:56 +0200181 REG_WRITE(ah, AR_INTR_SYNC_CAUSE_CLR, sync_cause);
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -0400182 (void) REG_READ(ah, AR_INTR_SYNC_CAUSE_CLR);
183
184 }
Vasanthakumar Thiagarajan55e82df2010-04-15 17:39:06 -0400185 return true;
186}
187
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400188static void ar9003_hw_fill_txdesc(struct ath_hw *ah, void *ds, u32 seglen,
189 bool is_firstseg, bool is_lastseg,
190 const void *ds0, dma_addr_t buf_addr,
191 unsigned int qcu)
192{
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400193 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
194 unsigned int descid = 0;
195
196 ads->info = (ATHEROS_VENDOR_ID << AR_DescId_S) |
197 (1 << AR_TxRxDesc_S) |
198 (1 << AR_CtrlStat_S) |
199 (qcu << AR_TxQcuNum_S) | 0x17;
200
201 ads->data0 = buf_addr;
202 ads->data1 = 0;
203 ads->data2 = 0;
204 ads->data3 = 0;
205
206 ads->ctl3 = (seglen << AR_BufLen_S);
207 ads->ctl3 &= AR_BufLen;
208
209 /* Fill in pointer checksum and descriptor id */
210 ads->ctl10 = ar9003_calc_ptr_chksum(ads);
211 ads->ctl10 |= (descid << AR_TxDescId_S);
212
213 if (is_firstseg) {
214 ads->ctl12 |= (is_lastseg ? 0 : AR_TxMore);
215 } else if (is_lastseg) {
216 ads->ctl11 = 0;
217 ads->ctl12 = 0;
218 ads->ctl13 = AR9003TXC_CONST(ds0)->ctl13;
219 ads->ctl14 = AR9003TXC_CONST(ds0)->ctl14;
220 } else {
221 /* XXX Intermediate descriptor in a multi-descriptor frame.*/
222 ads->ctl11 = 0;
223 ads->ctl12 = AR_TxMore;
224 ads->ctl13 = 0;
225 ads->ctl14 = 0;
226 }
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400227}
228
229static int ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds,
230 struct ath_tx_status *ts)
231{
Rajkumar Manoharandcfcbd52011-06-23 13:39:13 +0530232 struct ar9003_txc *txc = (struct ar9003_txc *) ds;
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400233 struct ar9003_txs *ads;
Felix Fietkaue0e9bc82010-10-15 20:03:30 +0200234 u32 status;
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400235
236 ads = &ah->ts_ring[ah->ts_tail];
237
Felix Fietkaue0e9bc82010-10-15 20:03:30 +0200238 status = ACCESS_ONCE(ads->status8);
239 if ((status & AR_TxDone) == 0)
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400240 return -EINPROGRESS;
241
Rajkumar Manoharandcfcbd52011-06-23 13:39:13 +0530242 ts->qid = MS(ads->ds_info, AR_TxQcuNum);
243 if (!txc || (MS(txc->info, AR_TxQcuNum) == ts->qid))
244 ah->ts_tail = (ah->ts_tail + 1) % ah->ts_size;
245 else
246 return -ENOENT;
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400247
248 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) ||
249 (MS(ads->ds_info, AR_TxRxDesc) != 1)) {
Joe Perches226afe62010-12-02 19:12:37 -0800250 ath_dbg(ath9k_hw_common(ah), ATH_DBG_XMIT,
251 "Tx Descriptor error %x\n", ads->ds_info);
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400252 memset(ads, 0, sizeof(*ads));
253 return -EIO;
254 }
255
Felix Fietkaue0e9bc82010-10-15 20:03:30 +0200256 ts->ts_rateindex = MS(status, AR_FinalTxIdx);
257 ts->ts_seqnum = MS(status, AR_SeqNum);
258 ts->tid = MS(status, AR_TxTid);
259
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400260 ts->desc_id = MS(ads->status1, AR_TxDescId);
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400261 ts->ts_tstamp = ads->status4;
262 ts->ts_status = 0;
263 ts->ts_flags = 0;
264
Rajkumar Manoharan2a15b392011-08-20 17:22:09 +0530265 if (status & AR_TxOpExceeded)
266 ts->ts_status |= ATH9K_TXERR_XTXOP;
Felix Fietkaue0e9bc82010-10-15 20:03:30 +0200267 status = ACCESS_ONCE(ads->status2);
268 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00);
269 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01);
270 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02);
271 if (status & AR_TxBaStatus) {
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400272 ts->ts_flags |= ATH9K_TX_BA;
273 ts->ba_low = ads->status5;
274 ts->ba_high = ads->status6;
275 }
276
Felix Fietkaue0e9bc82010-10-15 20:03:30 +0200277 status = ACCESS_ONCE(ads->status3);
278 if (status & AR_ExcessiveRetries)
279 ts->ts_status |= ATH9K_TXERR_XRETRY;
280 if (status & AR_Filtered)
281 ts->ts_status |= ATH9K_TXERR_FILT;
282 if (status & AR_FIFOUnderrun) {
283 ts->ts_status |= ATH9K_TXERR_FIFO;
284 ath9k_hw_updatetxtriglevel(ah, true);
285 }
286 if (status & AR_TxTimerExpired)
287 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED;
288 if (status & AR_DescCfgErr)
289 ts->ts_flags |= ATH9K_TX_DESC_CFG_ERR;
290 if (status & AR_TxDataUnderrun) {
291 ts->ts_flags |= ATH9K_TX_DATA_UNDERRUN;
292 ath9k_hw_updatetxtriglevel(ah, true);
293 }
294 if (status & AR_TxDelimUnderrun) {
295 ts->ts_flags |= ATH9K_TX_DELIM_UNDERRUN;
296 ath9k_hw_updatetxtriglevel(ah, true);
297 }
298 ts->ts_shortretry = MS(status, AR_RTSFailCnt);
299 ts->ts_longretry = MS(status, AR_DataFailCnt);
300 ts->ts_virtcol = MS(status, AR_VirtRetryCnt);
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400301
Felix Fietkaue0e9bc82010-10-15 20:03:30 +0200302 status = ACCESS_ONCE(ads->status7);
303 ts->ts_rssi = MS(status, AR_TxRSSICombined);
304 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10);
305 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11);
306 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12);
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400307
308 memset(ads, 0, sizeof(*ads));
309
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400310 return 0;
311}
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400312
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400313static void ar9003_hw_set11n_txdesc(struct ath_hw *ah, void *ds,
314 u32 pktlen, enum ath9k_pkt_type type, u32 txpower,
315 u32 keyIx, enum ath9k_key_type keyType, u32 flags)
316{
317 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
318
Felix Fietkau597a94b2010-04-26 15:04:37 -0400319 if (txpower > ah->txpower_limit)
320 txpower = ah->txpower_limit;
321
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400322 if (txpower > 63)
323 txpower = 63;
324
325 ads->ctl11 = (pktlen & AR_FrameLen)
326 | (flags & ATH9K_TXDESC_VMF ? AR_VirtMoreFrag : 0)
327 | SM(txpower, AR_XmitPower)
328 | (flags & ATH9K_TXDESC_VEOL ? AR_VEOL : 0)
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400329 | (keyIx != ATH9K_TXKEYIX_INVALID ? AR_DestIdxValid : 0)
330 | (flags & ATH9K_TXDESC_LOWRXCHAIN ? AR_LowRxChain : 0);
331
332 ads->ctl12 =
333 (keyIx != ATH9K_TXKEYIX_INVALID ? SM(keyIx, AR_DestIdx) : 0)
334 | SM(type, AR_FrameType)
335 | (flags & ATH9K_TXDESC_NOACK ? AR_NoAck : 0)
336 | (flags & ATH9K_TXDESC_EXT_ONLY ? AR_ExtOnly : 0)
337 | (flags & ATH9K_TXDESC_EXT_AND_CTL ? AR_ExtAndCtl : 0);
338
Luis R. Rodriguezce018052010-04-15 17:39:38 -0400339 ads->ctl17 = SM(keyType, AR_EncrType) |
340 (flags & ATH9K_TXDESC_LDPC ? AR_LDPC : 0);
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400341 ads->ctl18 = 0;
342 ads->ctl19 = AR_Not_Sounding;
343
344 ads->ctl20 = 0;
345 ads->ctl21 = 0;
346 ads->ctl22 = 0;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400347}
348
Felix Fietkau55195412011-04-17 23:28:09 +0200349static void ar9003_hw_set_clrdmask(struct ath_hw *ah, void *ds, bool val)
350{
351 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
352
353 if (val)
354 ads->ctl11 |= AR_ClrDestMask;
355 else
356 ads->ctl11 &= ~AR_ClrDestMask;
357}
358
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400359static void ar9003_hw_set11n_ratescenario(struct ath_hw *ah, void *ds,
360 void *lastds,
361 u32 durUpdateEn, u32 rtsctsRate,
362 u32 rtsctsDuration,
363 struct ath9k_11n_rate_series series[],
364 u32 nseries, u32 flags)
365{
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400366 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
367 struct ar9003_txc *last_ads = (struct ar9003_txc *) lastds;
368 u_int32_t ctl11;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400369
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400370 if (flags & (ATH9K_TXDESC_RTSENA | ATH9K_TXDESC_CTSENA)) {
371 ctl11 = ads->ctl11;
372
373 if (flags & ATH9K_TXDESC_RTSENA) {
374 ctl11 &= ~AR_CTSEnable;
375 ctl11 |= AR_RTSEnable;
376 } else {
377 ctl11 &= ~AR_RTSEnable;
378 ctl11 |= AR_CTSEnable;
379 }
380
381 ads->ctl11 = ctl11;
382 } else {
383 ads->ctl11 = (ads->ctl11 & ~(AR_RTSEnable | AR_CTSEnable));
384 }
385
386 ads->ctl13 = set11nTries(series, 0)
387 | set11nTries(series, 1)
388 | set11nTries(series, 2)
389 | set11nTries(series, 3)
390 | (durUpdateEn ? AR_DurUpdateEna : 0)
391 | SM(0, AR_BurstDur);
392
393 ads->ctl14 = set11nRate(series, 0)
394 | set11nRate(series, 1)
395 | set11nRate(series, 2)
396 | set11nRate(series, 3);
397
398 ads->ctl15 = set11nPktDurRTSCTS(series, 0)
399 | set11nPktDurRTSCTS(series, 1);
400
401 ads->ctl16 = set11nPktDurRTSCTS(series, 2)
402 | set11nPktDurRTSCTS(series, 3);
403
404 ads->ctl18 = set11nRateFlags(series, 0)
405 | set11nRateFlags(series, 1)
406 | set11nRateFlags(series, 2)
407 | set11nRateFlags(series, 3)
408 | SM(rtsctsRate, AR_RTSCTSRate);
409 ads->ctl19 = AR_Not_Sounding;
410
411 last_ads->ctl13 = ads->ctl13;
412 last_ads->ctl14 = ads->ctl14;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400413}
414
415static void ar9003_hw_set11n_aggr_first(struct ath_hw *ah, void *ds,
416 u32 aggrLen)
417{
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400418 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400419
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400420 ads->ctl12 |= (AR_IsAggr | AR_MoreAggr);
421
Rajkumar Manoharan7a12dfd2011-08-13 10:28:08 +0530422 ads->ctl17 &= ~AR_AggrLen;
423 ads->ctl17 |= SM(aggrLen, AR_AggrLen);
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400424}
425
426static void ar9003_hw_set11n_aggr_middle(struct ath_hw *ah, void *ds,
427 u32 numDelims)
428{
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400429 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
430 unsigned int ctl17;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400431
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400432 ads->ctl12 |= (AR_IsAggr | AR_MoreAggr);
433
434 /*
435 * We use a stack variable to manipulate ctl6 to reduce uncached
436 * read modify, modfiy, write.
437 */
438 ctl17 = ads->ctl17;
439 ctl17 &= ~AR_PadDelim;
440 ctl17 |= SM(numDelims, AR_PadDelim);
441 ads->ctl17 = ctl17;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400442}
443
444static void ar9003_hw_set11n_aggr_last(struct ath_hw *ah, void *ds)
445{
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400446 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400447
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400448 ads->ctl12 |= AR_IsAggr;
449 ads->ctl12 &= ~AR_MoreAggr;
450 ads->ctl17 &= ~AR_PadDelim;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400451}
452
453static void ar9003_hw_clr11n_aggr(struct ath_hw *ah, void *ds)
454{
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400455 struct ar9003_txc *ads = (struct ar9003_txc *) ds;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400456
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -0400457 ads->ctl12 &= (~AR_IsAggr & ~AR_MoreAggr);
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400458}
459
Felix Fietkau717f6be2010-06-12 00:34:00 -0400460void ar9003_hw_set_paprd_txdesc(struct ath_hw *ah, void *ds, u8 chains)
461{
462 struct ar9003_txc *ads = ds;
463
464 ads->ctl12 |= SM(chains, AR_PAPRDChainMask);
465}
466EXPORT_SYMBOL(ar9003_hw_set_paprd_txdesc);
467
Vasanthakumar Thiagarajanae3bb6d2010-04-15 17:38:27 -0400468void ar9003_hw_attach_mac_ops(struct ath_hw *hw)
469{
470 struct ath_hw_ops *ops = ath9k_hw_ops(hw);
471
472 ops->rx_enable = ar9003_hw_rx_enable;
Vasanthakumar Thiagarajan87d5efb2010-04-15 17:38:43 -0400473 ops->set_desc_link = ar9003_hw_set_desc_link;
Vasanthakumar Thiagarajan55e82df2010-04-15 17:39:06 -0400474 ops->get_isr = ar9003_hw_get_isr;
Vasanthakumar Thiagarajancc610ac02010-04-15 17:39:26 -0400475 ops->fill_txdesc = ar9003_hw_fill_txdesc;
476 ops->proc_txdesc = ar9003_hw_proc_txdesc;
477 ops->set11n_txdesc = ar9003_hw_set11n_txdesc;
478 ops->set11n_ratescenario = ar9003_hw_set11n_ratescenario;
479 ops->set11n_aggr_first = ar9003_hw_set11n_aggr_first;
480 ops->set11n_aggr_middle = ar9003_hw_set11n_aggr_middle;
481 ops->set11n_aggr_last = ar9003_hw_set11n_aggr_last;
482 ops->clr11n_aggr = ar9003_hw_clr11n_aggr;
Felix Fietkau55195412011-04-17 23:28:09 +0200483 ops->set_clrdmask = ar9003_hw_set_clrdmask;
Vasanthakumar Thiagarajanae3bb6d2010-04-15 17:38:27 -0400484}
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400485
486void ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size)
487{
488 REG_WRITE(ah, AR_DATABUF_SIZE, buf_size & AR_DATABUF_SIZE_MASK);
489}
490EXPORT_SYMBOL(ath9k_hw_set_rx_bufsize);
491
492void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp,
493 enum ath9k_rx_qtype qtype)
494{
495 if (qtype == ATH9K_RX_QUEUE_HP)
496 REG_WRITE(ah, AR_HP_RXDP, rxdp);
497 else
498 REG_WRITE(ah, AR_LP_RXDP, rxdp);
499}
500EXPORT_SYMBOL(ath9k_hw_addrxbuf_edma);
501
502int ath9k_hw_process_rxdesc_edma(struct ath_hw *ah, struct ath_rx_status *rxs,
503 void *buf_addr)
504{
505 struct ar9003_rxs *rxsp = (struct ar9003_rxs *) buf_addr;
506 unsigned int phyerr;
507
508 /* TODO: byte swap on big endian for ar9300_10 */
509
Rajkumar Manoharancca1fe12011-07-29 17:38:16 +0530510 if (!rxs) {
511 if ((rxsp->status11 & AR_RxDone) == 0)
512 return -EINPROGRESS;
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400513
Rajkumar Manoharancca1fe12011-07-29 17:38:16 +0530514 if (MS(rxsp->ds_info, AR_DescId) != 0x168c)
515 return -EINVAL;
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400516
Rajkumar Manoharancca1fe12011-07-29 17:38:16 +0530517 if ((rxsp->ds_info & (AR_TxRxDesc | AR_CtrlStat)) != 0)
518 return -EINPROGRESS;
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400519
Felix Fietkaub5c804752010-04-15 17:38:48 -0400520 return 0;
Rajkumar Manoharancca1fe12011-07-29 17:38:16 +0530521 }
Felix Fietkaub5c804752010-04-15 17:38:48 -0400522
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400523 rxs->rs_status = 0;
524 rxs->rs_flags = 0;
525
526 rxs->rs_datalen = rxsp->status2 & AR_DataLen;
527 rxs->rs_tstamp = rxsp->status3;
528
529 /* XXX: Keycache */
530 rxs->rs_rssi = MS(rxsp->status5, AR_RxRSSICombined);
531 rxs->rs_rssi_ctl0 = MS(rxsp->status1, AR_RxRSSIAnt00);
532 rxs->rs_rssi_ctl1 = MS(rxsp->status1, AR_RxRSSIAnt01);
533 rxs->rs_rssi_ctl2 = MS(rxsp->status1, AR_RxRSSIAnt02);
534 rxs->rs_rssi_ext0 = MS(rxsp->status5, AR_RxRSSIAnt10);
535 rxs->rs_rssi_ext1 = MS(rxsp->status5, AR_RxRSSIAnt11);
536 rxs->rs_rssi_ext2 = MS(rxsp->status5, AR_RxRSSIAnt12);
537
538 if (rxsp->status11 & AR_RxKeyIdxValid)
539 rxs->rs_keyix = MS(rxsp->status11, AR_KeyIdx);
540 else
541 rxs->rs_keyix = ATH9K_RXKEYIX_INVALID;
542
543 rxs->rs_rate = MS(rxsp->status1, AR_RxRate);
544 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0;
545
546 rxs->rs_isaggr = (rxsp->status11 & AR_RxAggr) ? 1 : 0;
547 rxs->rs_moreaggr = (rxsp->status11 & AR_RxMoreAggr) ? 1 : 0;
548 rxs->rs_antenna = (MS(rxsp->status4, AR_RxAntenna) & 0x7);
549 rxs->rs_flags = (rxsp->status4 & AR_GI) ? ATH9K_RX_GI : 0;
550 rxs->rs_flags |= (rxsp->status4 & AR_2040) ? ATH9K_RX_2040 : 0;
551
552 rxs->evm0 = rxsp->status6;
553 rxs->evm1 = rxsp->status7;
554 rxs->evm2 = rxsp->status8;
555 rxs->evm3 = rxsp->status9;
556 rxs->evm4 = (rxsp->status10 & 0xffff);
557
558 if (rxsp->status11 & AR_PreDelimCRCErr)
559 rxs->rs_flags |= ATH9K_RX_DELIM_CRC_PRE;
560
561 if (rxsp->status11 & AR_PostDelimCRCErr)
562 rxs->rs_flags |= ATH9K_RX_DELIM_CRC_POST;
563
564 if (rxsp->status11 & AR_DecryptBusyErr)
565 rxs->rs_flags |= ATH9K_RX_DECRYPT_BUSY;
566
567 if ((rxsp->status11 & AR_RxFrameOK) == 0) {
Luis R. Rodriguez9171acc2010-07-14 20:08:41 -0400568 /*
569 * AR_CRCErr will bet set to true if we're on the last
570 * subframe and the AR_PostDelimCRCErr is caught.
571 * In a way this also gives us a guarantee that when
572 * (!(AR_CRCErr) && (AR_PostDelimCRCErr)) we cannot
573 * possibly be reviewing the last subframe. AR_CRCErr
574 * is the CRC of the actual data.
575 */
Felix Fietkau1c30cc12010-12-28 15:46:16 +0100576 if (rxsp->status11 & AR_CRCErr)
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400577 rxs->rs_status |= ATH9K_RXERR_CRC;
Felix Fietkau115dad72011-01-14 00:06:27 +0100578 else if (rxsp->status11 & AR_PHYErr) {
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400579 phyerr = MS(rxsp->status11, AR_PHYErrCode);
Luis R. Rodriguez9171acc2010-07-14 20:08:41 -0400580 /*
581 * If we reach a point here where AR_PostDelimCRCErr is
582 * true it implies we're *not* on the last subframe. In
583 * in that case that we know already that the CRC of
584 * the frame was OK, and MAC would send an ACK for that
585 * subframe, even if we did get a phy error of type
586 * ATH9K_PHYERR_OFDM_RESTART. This is only applicable
587 * to frame that are prior to the last subframe.
588 * The AR_PostDelimCRCErr is the CRC for the MPDU
589 * delimiter, which contains the 4 reserved bits,
590 * the MPDU length (12 bits), and follows the MPDU
591 * delimiter for an A-MPDU subframe (0x4E = 'N' ASCII).
592 */
593 if ((phyerr == ATH9K_PHYERR_OFDM_RESTART) &&
594 (rxsp->status11 & AR_PostDelimCRCErr)) {
595 rxs->rs_phyerr = 0;
596 } else {
597 rxs->rs_status |= ATH9K_RXERR_PHY;
598 rxs->rs_phyerr = phyerr;
599 }
600
Felix Fietkau115dad72011-01-14 00:06:27 +0100601 } else if (rxsp->status11 & AR_DecryptCRCErr)
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400602 rxs->rs_status |= ATH9K_RXERR_DECRYPT;
Felix Fietkau115dad72011-01-14 00:06:27 +0100603 else if (rxsp->status11 & AR_MichaelErr)
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400604 rxs->rs_status |= ATH9K_RXERR_MIC;
Senthil Balasubramanian0472ade2011-07-12 00:02:56 +0530605 else if (rxsp->status11 & AR_KeyMiss)
Felix Fietkau3ae74c32010-09-14 18:38:26 +0200606 rxs->rs_status |= ATH9K_RXERR_DECRYPT;
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400607 }
608
609 return 0;
610}
611EXPORT_SYMBOL(ath9k_hw_process_rxdesc_edma);
Vasanthakumar Thiagarajan744d4022010-04-15 17:39:27 -0400612
613void ath9k_hw_reset_txstatus_ring(struct ath_hw *ah)
614{
615 ah->ts_tail = 0;
616
617 memset((void *) ah->ts_ring, 0,
618 ah->ts_size * sizeof(struct ar9003_txs));
619
Joe Perches226afe62010-12-02 19:12:37 -0800620 ath_dbg(ath9k_hw_common(ah), ATH_DBG_XMIT,
621 "TS Start 0x%x End 0x%x Virt %p, Size %d\n",
622 ah->ts_paddr_start, ah->ts_paddr_end,
623 ah->ts_ring, ah->ts_size);
Vasanthakumar Thiagarajan744d4022010-04-15 17:39:27 -0400624
625 REG_WRITE(ah, AR_Q_STATUS_RING_START, ah->ts_paddr_start);
626 REG_WRITE(ah, AR_Q_STATUS_RING_END, ah->ts_paddr_end);
627}
628
629void ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start,
630 u32 ts_paddr_start,
631 u8 size)
632{
633
634 ah->ts_paddr_start = ts_paddr_start;
635 ah->ts_paddr_end = ts_paddr_start + (size * sizeof(struct ar9003_txs));
636 ah->ts_size = size;
637 ah->ts_ring = (struct ar9003_txs *) ts_start;
638
639 ath9k_hw_reset_txstatus_ring(ah);
640}
641EXPORT_SYMBOL(ath9k_hw_setup_statusring);