blob: 5a7a286e2773a1647a1d27d2e2d42c6297e95eac [file] [log] [blame]
Vasanthakumar Thiagarajanceb26442010-04-15 17:38:25 -04001/*
2 * Copyright (c) 2010 Atheros Communications Inc.
3 *
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
17#ifndef AR9003_MAC_H
18#define AR9003_MAC_H
19
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -040020#define AR_DescId 0xffff0000
21#define AR_DescId_S 16
22#define AR_CtrlStat 0x00004000
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -040023#define AR_CtrlStat_S 14
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -040024#define AR_TxRxDesc 0x00008000
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -040025#define AR_TxRxDesc_S 15
26#define AR_TxQcuNum 0x00000f00
27#define AR_TxQcuNum_S 8
28
29#define AR_BufLen 0x0fff0000
30#define AR_BufLen_S 16
31
32#define AR_TxDescId 0xffff0000
33#define AR_TxDescId_S 16
34#define AR_TxPtrChkSum 0x0000ffff
35
36#define AR_TxTid 0xf0000000
37#define AR_TxTid_S 28
38
39#define AR_LowRxChain 0x00004000
40
41#define AR_Not_Sounding 0x20000000
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -040042
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -040043#define MAP_ISR_S2_CST 6
44#define MAP_ISR_S2_GTT 6
45#define MAP_ISR_S2_TIM 3
46#define MAP_ISR_S2_CABEND 0
47#define MAP_ISR_S2_DTIMSYNC 7
48#define MAP_ISR_S2_DTIM 7
49#define MAP_ISR_S2_TSFOOR 4
Luis R. Rodriguezaea702b2010-05-13 13:33:43 -040050#define MAP_ISR_S2_BB_WATCHDOG 6
Vasanthakumar Thiagarajan6c84ce02010-04-15 17:39:16 -040051
Vasanthakumar Thiagarajan994089d2010-04-15 17:39:29 -040052#define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds)
53
Vasanthakumar Thiagarajanceb26442010-04-15 17:38:25 -040054struct ar9003_rxs {
55 u32 ds_info;
56 u32 status1;
57 u32 status2;
58 u32 status3;
59 u32 status4;
60 u32 status5;
61 u32 status6;
62 u32 status7;
63 u32 status8;
64 u32 status9;
65 u32 status10;
66 u32 status11;
67} __packed;
68
Vasanthakumar Thiagarajan162c3be2010-04-15 17:38:41 -040069/* Transmit Control Descriptor */
70struct ar9003_txc {
71 u32 info; /* descriptor information */
72 u32 link; /* link pointer */
73 u32 data0; /* data pointer to 1st buffer */
74 u32 ctl3; /* DMA control 3 */
75 u32 data1; /* data pointer to 2nd buffer */
76 u32 ctl5; /* DMA control 5 */
77 u32 data2; /* data pointer to 3rd buffer */
78 u32 ctl7; /* DMA control 7 */
79 u32 data3; /* data pointer to 4th buffer */
80 u32 ctl9; /* DMA control 9 */
81 u32 ctl10; /* DMA control 10 */
82 u32 ctl11; /* DMA control 11 */
83 u32 ctl12; /* DMA control 12 */
84 u32 ctl13; /* DMA control 13 */
85 u32 ctl14; /* DMA control 14 */
86 u32 ctl15; /* DMA control 15 */
87 u32 ctl16; /* DMA control 16 */
88 u32 ctl17; /* DMA control 17 */
89 u32 ctl18; /* DMA control 18 */
90 u32 ctl19; /* DMA control 19 */
91 u32 ctl20; /* DMA control 20 */
92 u32 ctl21; /* DMA control 21 */
93 u32 ctl22; /* DMA control 22 */
94 u32 pad[9]; /* pad to cache line (128 bytes/32 dwords) */
95} __packed;
96
Vasanthakumar Thiagarajan744d4022010-04-15 17:39:27 -040097struct ar9003_txs {
98 u32 ds_info;
99 u32 status1;
100 u32 status2;
101 u32 status3;
102 u32 status4;
103 u32 status5;
104 u32 status6;
105 u32 status7;
106 u32 status8;
107} __packed;
108
Vasanthakumar Thiagarajanae3bb6d2010-04-15 17:38:27 -0400109void ar9003_hw_attach_mac_ops(struct ath_hw *hw);
Vasanthakumar Thiagarajanad7b8062010-04-15 17:38:28 -0400110void ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size);
111void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp,
112 enum ath9k_rx_qtype qtype);
113
114int ath9k_hw_process_rxdesc_edma(struct ath_hw *ah,
115 struct ath_rx_status *rxs,
116 void *buf_addr);
Vasanthakumar Thiagarajan744d4022010-04-15 17:39:27 -0400117void ath9k_hw_reset_txstatus_ring(struct ath_hw *ah);
118void ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start,
119 u32 ts_paddr_start,
120 u8 size);
Vasanthakumar Thiagarajanceb26442010-04-15 17:38:25 -0400121#endif