PM / sleep: Asynchronous threads for suspend_noirq
[linux/fpc-iii.git] / drivers / net / wireless / brcm80211 / brcmfmac / sdio_host.h
blob092e9c8249926ac80a6831f75ec72c818ff86c43
1 /*
2 * Copyright (c) 2010 Broadcom Corporation
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.
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.
17 #ifndef _BRCM_SDH_H_
18 #define _BRCM_SDH_H_
20 #include <linux/skbuff.h>
22 #define SDIO_FUNC_0 0
23 #define SDIO_FUNC_1 1
24 #define SDIO_FUNC_2 2
26 #define SDIOD_FBR_SIZE 0x100
28 /* io_en */
29 #define SDIO_FUNC_ENABLE_1 0x02
30 #define SDIO_FUNC_ENABLE_2 0x04
32 /* io_rdys */
33 #define SDIO_FUNC_READY_1 0x02
34 #define SDIO_FUNC_READY_2 0x04
36 /* intr_status */
37 #define INTR_STATUS_FUNC1 0x2
38 #define INTR_STATUS_FUNC2 0x4
40 /* Maximum number of I/O funcs */
41 #define SDIOD_MAX_IOFUNCS 7
43 /* mask of register map */
44 #define REG_F0_REG_MASK 0x7FF
45 #define REG_F1_MISC_MASK 0x1FFFF
47 /* as of sdiod rev 0, supports 3 functions */
48 #define SBSDIO_NUM_FUNCTION 3
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
59 #define SDIO_SEPINT_MASK 0x01
60 #define SDIO_SEPINT_OE 0x02
61 #define SDIO_SEPINT_ACT_HI 0x04
63 /* function 1 miscellaneous registers */
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
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
121 #define SBSDIO_FUNC1_MISC_REG_START 0x10000 /* f1 misc register start */
122 #define SBSDIO_FUNC1_MISC_REG_LIMIT 0x1001F /* f1 misc register end */
124 /* function 1 OCP space */
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
132 /* valid bits in SBSDIO_FUNC1_SBADDRxxx regs */
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
140 #define SDIOH_READ 0 /* Read request */
141 #define SDIOH_WRITE 1 /* Write request */
143 #define SDIOH_DATA_FIX 0 /* Fixed addressing */
144 #define SDIOH_DATA_INC 1 /* Incremental addressing */
146 /* internal return code */
147 #define SUCCESS 0
148 #define ERROR 1
150 /* Packet alignment for most efficient SDIO (can change based on platform) */
151 #define BRCMF_SDALIGN (1 << 6)
153 /* watchdog polling interval in ms */
154 #define BRCMF_WD_POLL_MS 10
156 struct brcmf_sdreg {
157 int func;
158 int offset;
159 int value;
162 struct brcmf_sdio;
164 struct brcmf_sdio_dev {
165 struct sdio_func *func[SDIO_MAX_FUNCS];
166 u8 num_funcs; /* Supported funcs on client */
167 u32 sbwad; /* Save backplane window address */
168 struct brcmf_sdio *bus;
169 atomic_t suspend; /* suspend flag */
170 wait_queue_head_t request_word_wait;
171 wait_queue_head_t request_buffer_wait;
172 struct device *dev;
173 struct brcmf_bus *bus_if;
174 struct brcmfmac_sdio_platform_data *pdata;
175 bool oob_irq_requested;
176 bool irq_en; /* irq enable flags */
177 spinlock_t irq_en_lock;
178 bool irq_wake; /* irq wake enable flags */
179 bool sg_support;
180 uint max_request_size;
181 ushort max_segment_count;
182 uint max_segment_size;
185 /* Register/deregister interrupt handler. */
186 int brcmf_sdiod_intr_register(struct brcmf_sdio_dev *sdiodev);
187 int brcmf_sdiod_intr_unregister(struct brcmf_sdio_dev *sdiodev);
189 /* sdio device register access interface */
190 u8 brcmf_sdiod_regrb(struct brcmf_sdio_dev *sdiodev, u32 addr, int *ret);
191 u32 brcmf_sdiod_regrl(struct brcmf_sdio_dev *sdiodev, u32 addr, int *ret);
192 void brcmf_sdiod_regwb(struct brcmf_sdio_dev *sdiodev, u32 addr, u8 data,
193 int *ret);
194 void brcmf_sdiod_regwl(struct brcmf_sdio_dev *sdiodev, u32 addr, u32 data,
195 int *ret);
197 /* Buffer transfer to/from device (client) core via cmd53.
198 * fn: function number
199 * flags: backplane width, address increment, sync/async
200 * buf: pointer to memory data buffer
201 * nbytes: number of bytes to transfer to/from buf
202 * pkt: pointer to packet associated with buf (if any)
203 * complete: callback function for command completion (async only)
204 * handle: handle for completion callback (first arg in callback)
205 * Returns 0 or error code.
206 * NOTE: Async operation is not currently supported.
208 int brcmf_sdiod_send_pkt(struct brcmf_sdio_dev *sdiodev,
209 struct sk_buff_head *pktq);
210 int brcmf_sdiod_send_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes);
212 int brcmf_sdiod_recv_pkt(struct brcmf_sdio_dev *sdiodev, struct sk_buff *pkt);
213 int brcmf_sdiod_recv_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes);
214 int brcmf_sdiod_recv_chain(struct brcmf_sdio_dev *sdiodev,
215 struct sk_buff_head *pktq, uint totlen);
217 /* Flags bits */
219 /* Four-byte target (backplane) width (vs. two-byte) */
220 #define SDIO_REQ_4BYTE 0x1
221 /* Fixed address (FIFO) (vs. incrementing address) */
222 #define SDIO_REQ_FIXED 0x2
224 /* Read/write to memory block (F1, no FIFO) via CMD53 (sync only).
225 * rw: read or write (0/1)
226 * addr: direct SDIO address
227 * buf: pointer to memory data buffer
228 * nbytes: number of bytes to transfer to/from buf
229 * Returns 0 or error code.
231 int brcmf_sdiod_ramrw(struct brcmf_sdio_dev *sdiodev, bool write, u32 address,
232 u8 *data, uint size);
234 /* Issue an abort to the specified function */
235 int brcmf_sdiod_abort(struct brcmf_sdio_dev *sdiodev, uint fn);
237 struct brcmf_sdio *brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev);
238 void brcmf_sdio_remove(struct brcmf_sdio *bus);
239 void brcmf_sdio_isr(struct brcmf_sdio *bus);
241 void brcmf_sdio_wd_timer(struct brcmf_sdio *bus, uint wdtick);
243 #endif /* _BRCM_SDH_H_ */