]> git.karo-electronics.de Git - linux-beck.git/blob - drivers/net/wireless/brcm80211/brcmfmac/sdio_host.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-beck.git] / drivers / net / wireless / brcm80211 / brcmfmac / sdio_host.h
1 /*
2  * Copyright (c) 2010 Broadcom Corporation
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 ANY
11  * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15  */
16
17 #ifndef _BRCM_SDH_H_
18 #define _BRCM_SDH_H_
19
20 #include <linux/skbuff.h>
21
22 #define SDIO_FUNC_0             0
23 #define SDIO_FUNC_1             1
24 #define SDIO_FUNC_2             2
25
26 #define SDIOD_FBR_SIZE          0x100
27
28 /* io_en */
29 #define SDIO_FUNC_ENABLE_1      0x02
30 #define SDIO_FUNC_ENABLE_2      0x04
31
32 /* io_rdys */
33 #define SDIO_FUNC_READY_1       0x02
34 #define SDIO_FUNC_READY_2       0x04
35
36 /* intr_status */
37 #define INTR_STATUS_FUNC1       0x2
38 #define INTR_STATUS_FUNC2       0x4
39
40 /* Maximum number of I/O funcs */
41 #define SDIOD_MAX_IOFUNCS       7
42
43 /* mask of register map */
44 #define REG_F0_REG_MASK         0x7FF
45 #define REG_F1_MISC_MASK        0x1FFFF
46
47 /* as of sdiod rev 0, supports 3 functions */
48 #define SBSDIO_NUM_FUNCTION             3
49
50 /* function 0 vendor specific CCCR registers */
51 #define SDIO_CCCR_BRCM_CARDCAP                  0xf0
52 #define SDIO_CCCR_BRCM_CARDCAP_CMD14_SUPPORT    0x02
53 #define SDIO_CCCR_BRCM_CARDCAP_CMD14_EXT        0x04
54 #define SDIO_CCCR_BRCM_CARDCAP_CMD_NODEC        0x08
55 #define SDIO_CCCR_BRCM_CARDCTRL         0xf1
56 #define SDIO_CCCR_BRCM_CARDCTRL_WLANRESET       0x02
57 #define SDIO_CCCR_BRCM_SEPINT                   0xf2
58
59 #define  SDIO_SEPINT_MASK               0x01
60 #define  SDIO_SEPINT_OE                 0x02
61 #define  SDIO_SEPINT_ACT_HI             0x04
62
63 /* function 1 miscellaneous registers */
64
65 /* sprom command and status */
66 #define SBSDIO_SPROM_CS                 0x10000
67 /* sprom info register */
68 #define SBSDIO_SPROM_INFO               0x10001
69 /* sprom indirect access data byte 0 */
70 #define SBSDIO_SPROM_DATA_LOW           0x10002
71 /* sprom indirect access data byte 1 */
72 #define SBSDIO_SPROM_DATA_HIGH          0x10003
73 /* sprom indirect access addr byte 0 */
74 #define SBSDIO_SPROM_ADDR_LOW           0x10004
75 /* sprom indirect access addr byte 0 */
76 #define SBSDIO_SPROM_ADDR_HIGH          0x10005
77 /* xtal_pu (gpio) output */
78 #define SBSDIO_CHIP_CTRL_DATA           0x10006
79 /* xtal_pu (gpio) enable */
80 #define SBSDIO_CHIP_CTRL_EN             0x10007
81 /* rev < 7, watermark for sdio device */
82 #define SBSDIO_WATERMARK                0x10008
83 /* control busy signal generation */
84 #define SBSDIO_DEVICE_CTL               0x10009
85
86 /* SB Address Window Low (b15) */
87 #define SBSDIO_FUNC1_SBADDRLOW          0x1000A
88 /* SB Address Window Mid (b23:b16) */
89 #define SBSDIO_FUNC1_SBADDRMID          0x1000B
90 /* SB Address Window High (b31:b24)    */
91 #define SBSDIO_FUNC1_SBADDRHIGH         0x1000C
92 /* Frame Control (frame term/abort) */
93 #define SBSDIO_FUNC1_FRAMECTRL          0x1000D
94 /* ChipClockCSR (ALP/HT ctl/status) */
95 #define SBSDIO_FUNC1_CHIPCLKCSR         0x1000E
96 /* SdioPullUp (on cmd, d0-d2) */
97 #define SBSDIO_FUNC1_SDIOPULLUP         0x1000F
98 /* Write Frame Byte Count Low */
99 #define SBSDIO_FUNC1_WFRAMEBCLO         0x10019
100 /* Write Frame Byte Count High */
101 #define SBSDIO_FUNC1_WFRAMEBCHI         0x1001A
102 /* Read Frame Byte Count Low */
103 #define SBSDIO_FUNC1_RFRAMEBCLO         0x1001B
104 /* Read Frame Byte Count High */
105 #define SBSDIO_FUNC1_RFRAMEBCHI         0x1001C
106 /* MesBusyCtl (rev 11) */
107 #define SBSDIO_FUNC1_MESBUSYCTRL        0x1001D
108 /* Sdio Core Rev 12 */
109 #define SBSDIO_FUNC1_WAKEUPCTRL         0x1001E
110 #define SBSDIO_FUNC1_WCTRL_ALPWAIT_MASK         0x1
111 #define SBSDIO_FUNC1_WCTRL_ALPWAIT_SHIFT        0
112 #define SBSDIO_FUNC1_WCTRL_HTWAIT_MASK          0x2
113 #define SBSDIO_FUNC1_WCTRL_HTWAIT_SHIFT         1
114 #define SBSDIO_FUNC1_SLEEPCSR           0x1001F
115 #define SBSDIO_FUNC1_SLEEPCSR_KSO_MASK          0x1
116 #define SBSDIO_FUNC1_SLEEPCSR_KSO_SHIFT         0
117 #define SBSDIO_FUNC1_SLEEPCSR_KSO_EN            1
118 #define SBSDIO_FUNC1_SLEEPCSR_DEVON_MASK        0x2
119 #define SBSDIO_FUNC1_SLEEPCSR_DEVON_SHIFT       1
120
121 #define SBSDIO_FUNC1_MISC_REG_START     0x10000 /* f1 misc register start */
122 #define SBSDIO_FUNC1_MISC_REG_LIMIT     0x1001F /* f1 misc register end */
123
124 /* function 1 OCP space */
125
126 /* sb offset addr is <= 15 bits, 32k */
127 #define SBSDIO_SB_OFT_ADDR_MASK         0x07FFF
128 #define SBSDIO_SB_OFT_ADDR_LIMIT        0x08000
129 /* with b15, maps to 32-bit SB access */
130 #define SBSDIO_SB_ACCESS_2_4B_FLAG      0x08000
131
132 /* valid bits in SBSDIO_FUNC1_SBADDRxxx regs */
133
134 #define SBSDIO_SBADDRLOW_MASK           0x80    /* Valid bits in SBADDRLOW */
135 #define SBSDIO_SBADDRMID_MASK           0xff    /* Valid bits in SBADDRMID */
136 #define SBSDIO_SBADDRHIGH_MASK          0xffU   /* Valid bits in SBADDRHIGH */
137 /* Address bits from SBADDR regs */
138 #define SBSDIO_SBWINDOW_MASK            0xffff8000
139
140 #define SDIOH_READ              0       /* Read request */
141 #define SDIOH_WRITE             1       /* Write request */
142
143 #define SDIOH_DATA_FIX          0       /* Fixed addressing */
144 #define SDIOH_DATA_INC          1       /* Incremental addressing */
145
146 /* internal return code */
147 #define SUCCESS 0
148 #define ERROR   1
149
150 /* Packet alignment for most efficient SDIO (can change based on platform) */
151 #define BRCMF_SDALIGN   (1 << 6)
152
153 /* watchdog polling interval in ms */
154 #define BRCMF_WD_POLL_MS        10
155
156 struct brcmf_sdreg {
157         int func;
158         int offset;
159         int value;
160 };
161
162 struct brcmf_sdio;
163
164 struct brcmf_sdio_dev {
165         struct sdio_func *func[SDIO_MAX_FUNCS];
166         u8 num_funcs;                   /* Supported funcs on client */
167         u32 func_cis_ptr[SDIOD_MAX_IOFUNCS];
168         u32 sbwad;                      /* Save backplane window address */
169         void *bus;
170         atomic_t suspend;               /* suspend flag */
171         wait_queue_head_t request_byte_wait;
172         wait_queue_head_t request_word_wait;
173         wait_queue_head_t request_chain_wait;
174         wait_queue_head_t request_buffer_wait;
175         struct device *dev;
176         struct brcmf_bus *bus_if;
177         struct brcmfmac_sdio_platform_data *pdata;
178         bool oob_irq_requested;
179         bool irq_en;                    /* irq enable flags */
180         spinlock_t irq_en_lock;
181         bool irq_wake;                  /* irq wake enable flags */
182 };
183
184 /* Register/deregister interrupt handler. */
185 extern int brcmf_sdio_intr_register(struct brcmf_sdio_dev *sdiodev);
186 extern int brcmf_sdio_intr_unregister(struct brcmf_sdio_dev *sdiodev);
187
188 /* sdio device register access interface */
189 extern u8 brcmf_sdio_regrb(struct brcmf_sdio_dev *sdiodev, u32 addr, int *ret);
190 extern u32 brcmf_sdio_regrl(struct brcmf_sdio_dev *sdiodev, u32 addr, int *ret);
191 extern void brcmf_sdio_regwb(struct brcmf_sdio_dev *sdiodev, u32 addr,
192                              u8 data, int *ret);
193 extern void brcmf_sdio_regwl(struct brcmf_sdio_dev *sdiodev, u32 addr,
194                              u32 data, int *ret);
195 extern int brcmf_sdio_regrw_helper(struct brcmf_sdio_dev *sdiodev, u32 addr,
196                                    void *data, bool write);
197
198 /* Buffer transfer to/from device (client) core via cmd53.
199  *   fn:       function number
200  *   addr:     backplane address (i.e. >= regsva from attach)
201  *   flags:    backplane width, address increment, sync/async
202  *   buf:      pointer to memory data buffer
203  *   nbytes:   number of bytes to transfer to/from buf
204  *   pkt:      pointer to packet associated with buf (if any)
205  *   complete: callback function for command completion (async only)
206  *   handle:   handle for completion callback (first arg in callback)
207  * Returns 0 or error code.
208  * NOTE: Async operation is not currently supported.
209  */
210 extern int
211 brcmf_sdcard_send_pkt(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
212                       uint flags, struct sk_buff *pkt);
213 extern int
214 brcmf_sdcard_send_buf(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
215                       uint flags, u8 *buf, uint nbytes);
216
217 extern int
218 brcmf_sdcard_recv_pkt(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
219                       uint flags, struct sk_buff *pkt);
220 extern int
221 brcmf_sdcard_recv_buf(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
222                       uint flags, u8 *buf, uint nbytes);
223 extern int
224 brcmf_sdcard_recv_chain(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
225                         uint flags, struct sk_buff_head *pktq);
226
227 /* Flags bits */
228
229 /* Four-byte target (backplane) width (vs. two-byte) */
230 #define SDIO_REQ_4BYTE  0x1
231 /* Fixed address (FIFO) (vs. incrementing address) */
232 #define SDIO_REQ_FIXED  0x2
233 /* Async request (vs. sync request) */
234 #define SDIO_REQ_ASYNC  0x4
235
236 /* Read/write to memory block (F1, no FIFO) via CMD53 (sync only).
237  *   rw:       read or write (0/1)
238  *   addr:     direct SDIO address
239  *   buf:      pointer to memory data buffer
240  *   nbytes:   number of bytes to transfer to/from buf
241  * Returns 0 or error code.
242  */
243 extern int brcmf_sdcard_rwdata(struct brcmf_sdio_dev *sdiodev, uint rw,
244                                u32 addr, u8 *buf, uint nbytes);
245 extern int brcmf_sdio_ramrw(struct brcmf_sdio_dev *sdiodev, bool write,
246                             u32 address, u8 *data, uint size);
247
248 /* Issue an abort to the specified function */
249 extern int brcmf_sdcard_abort(struct brcmf_sdio_dev *sdiodev, uint fn);
250
251 /* platform specific/high level functions */
252 extern int brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev);
253 extern int brcmf_sdio_remove(struct brcmf_sdio_dev *sdiodev);
254
255 extern int brcmf_sdcard_set_sbaddr_window(struct brcmf_sdio_dev *sdiodev,
256                                           u32 address);
257
258 /* attach, return handler on success, NULL if failed.
259  *  The handler shall be provided by all subsequent calls. No local cache
260  *  cfghdl points to the starting address of pci device mapped memory
261  */
262 extern int brcmf_sdioh_attach(struct brcmf_sdio_dev *sdiodev);
263 extern void brcmf_sdioh_detach(struct brcmf_sdio_dev *sdiodev);
264
265 /* read or write one byte using cmd52 */
266 extern int brcmf_sdioh_request_byte(struct brcmf_sdio_dev *sdiodev, uint rw,
267                                     uint fnc, uint addr, u8 *byte);
268
269 /* read or write 2/4 bytes using cmd53 */
270 extern int
271 brcmf_sdioh_request_word(struct brcmf_sdio_dev *sdiodev,
272                          uint rw, uint fnc, uint addr,
273                          u32 *word, uint nbyte);
274
275 /* read or write any buffer using cmd53 */
276 extern int
277 brcmf_sdioh_request_buffer(struct brcmf_sdio_dev *sdiodev,
278                            uint fix_inc, uint rw, uint fnc_num, u32 addr,
279                            struct sk_buff *pkt);
280 extern int
281 brcmf_sdioh_request_chain(struct brcmf_sdio_dev *sdiodev, uint fix_inc,
282                           uint write, uint func, uint addr,
283                           struct sk_buff_head *pktq);
284
285 /* Watchdog timer interface for pm ops */
286 extern void brcmf_sdio_wdtmr_enable(struct brcmf_sdio_dev *sdiodev,
287                                     bool enable);
288
289 extern void *brcmf_sdbrcm_probe(u32 regsva, struct brcmf_sdio_dev *sdiodev);
290 extern void brcmf_sdbrcm_disconnect(void *ptr);
291 extern void brcmf_sdbrcm_isr(void *arg);
292
293 extern void brcmf_sdbrcm_wd_timer(struct brcmf_sdio *bus, uint wdtick);
294 #endif                          /* _BRCM_SDH_H_ */