brcmfmac: remove regs parameter from sdio probe functions
[deliverable/linux.git] / drivers / net / wireless / brcm80211 / brcmfmac / sdio_host.h
CommitLineData
5b435de0
AS
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
e9b8d91d 43/* mask of register map */
d8b3fc59 44#define REG_F0_REG_MASK 0x7FF
e9b8d91d
FL
45#define REG_F1_MISC_MASK 0x1FFFF
46
5b435de0
AS
47/* as of sdiod rev 0, supports 3 functions */
48#define SBSDIO_NUM_FUNCTION 3
49
ba89bf19 50/* function 0 vendor specific CCCR registers */
4a3da990
PH
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
1e9ab4dd
PH
55#define SDIO_CCCR_BRCM_CARDCTRL 0xf1
56#define SDIO_CCCR_BRCM_CARDCTRL_WLANRESET 0x02
4a3da990 57#define SDIO_CCCR_BRCM_SEPINT 0xf2
ba89bf19
FL
58
59#define SDIO_SEPINT_MASK 0x01
60#define SDIO_SEPINT_OE 0x02
61#define SDIO_SEPINT_ACT_HI 0x04
62
5b435de0
AS
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
4a3da990
PH
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
5b435de0
AS
120
121#define SBSDIO_FUNC1_MISC_REG_START 0x10000 /* f1 misc register start */
4a3da990 122#define SBSDIO_FUNC1_MISC_REG_LIMIT 0x1001F /* f1 misc register end */
5b435de0
AS
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
6e3c7128
FL
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
5b435de0
AS
156struct brcmf_sdreg {
157 int func;
158 int offset;
159 int value;
160};
161
2447ffb0
FL
162struct brcmf_sdio;
163
5b435de0
AS
164struct brcmf_sdio_dev {
165 struct sdio_func *func[SDIO_MAX_FUNCS];
166 u8 num_funcs; /* Supported funcs on client */
5b435de0 167 u32 sbwad; /* Save backplane window address */
5b435de0
AS
168 void *bus;
169 atomic_t suspend; /* suspend flag */
170 wait_queue_head_t request_byte_wait;
171 wait_queue_head_t request_word_wait;
5b435de0 172 wait_queue_head_t request_buffer_wait;
655713be 173 struct device *dev;
d76d1c8c 174 struct brcmf_bus *bus_if;
668761ac
HM
175 struct brcmfmac_sdio_platform_data *pdata;
176 bool oob_irq_requested;
ba89bf19
FL
177 bool irq_en; /* irq enable flags */
178 spinlock_t irq_en_lock;
179 bool irq_wake; /* irq wake enable flags */
71201496
AS
180 bool sg_support;
181 uint max_request_size;
182 ushort max_segment_count;
183 uint max_segment_size;
5b435de0
AS
184};
185
ba89bf19 186/* Register/deregister interrupt handler. */
9bd91f3c
JP
187int brcmf_sdio_intr_register(struct brcmf_sdio_dev *sdiodev);
188int brcmf_sdio_intr_unregister(struct brcmf_sdio_dev *sdiodev);
5b435de0 189
e9b8d91d 190/* sdio device register access interface */
9bd91f3c
JP
191u8 brcmf_sdio_regrb(struct brcmf_sdio_dev *sdiodev, u32 addr, int *ret);
192u32 brcmf_sdio_regrl(struct brcmf_sdio_dev *sdiodev, u32 addr, int *ret);
193void brcmf_sdio_regwb(struct brcmf_sdio_dev *sdiodev, u32 addr, u8 data,
194 int *ret);
195void brcmf_sdio_regwl(struct brcmf_sdio_dev *sdiodev, u32 addr, u32 data,
196 int *ret);
e9b8d91d 197
5b435de0
AS
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 */
9bd91f3c
JP
210int brcmf_sdcard_send_pkt(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
211 uint flags, struct sk_buff_head *pktq);
212int brcmf_sdcard_send_buf(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
213 uint flags, u8 *buf, uint nbytes);
214
215int brcmf_sdcard_recv_pkt(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
216 uint flags, struct sk_buff *pkt);
217int brcmf_sdcard_recv_buf(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
218 uint flags, u8 *buf, uint nbytes);
219int brcmf_sdcard_recv_chain(struct brcmf_sdio_dev *sdiodev, u32 addr, uint fn,
87bc0728 220 uint flags, struct sk_buff_head *pktq, uint totlen);
5b435de0
AS
221
222/* Flags bits */
223
224/* Four-byte target (backplane) width (vs. two-byte) */
225#define SDIO_REQ_4BYTE 0x1
226/* Fixed address (FIFO) (vs. incrementing address) */
227#define SDIO_REQ_FIXED 0x2
5b435de0
AS
228
229/* Read/write to memory block (F1, no FIFO) via CMD53 (sync only).
230 * rw: read or write (0/1)
231 * addr: direct SDIO address
232 * buf: pointer to memory data buffer
233 * nbytes: number of bytes to transfer to/from buf
234 * Returns 0 or error code.
235 */
9bd91f3c
JP
236int brcmf_sdio_ramrw(struct brcmf_sdio_dev *sdiodev, bool write, u32 address,
237 u8 *data, uint size);
5b435de0
AS
238
239/* Issue an abort to the specified function */
9bd91f3c 240int brcmf_sdcard_abort(struct brcmf_sdio_dev *sdiodev, uint fn);
5b435de0 241
4744d164 242void *brcmf_sdbrcm_probe(struct brcmf_sdio_dev *sdiodev);
9bd91f3c
JP
243void brcmf_sdbrcm_disconnect(void *ptr);
244void brcmf_sdbrcm_isr(void *arg);
2447ffb0 245
9bd91f3c 246void brcmf_sdbrcm_wd_timer(struct brcmf_sdio *bus, uint wdtick);
78b3f1c5 247
5b435de0 248#endif /* _BRCM_SDH_H_ */
This page took 0.182533 seconds and 5 git commands to generate.