blob: 989dd3ed5b884ee6b45713ea08b91e3c0cc1dc76 [file] [log] [blame]
Arend van Spriel5b435de2011-10-05 13:19:03 +02001/*
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 * File contents: support functions for PCI/PCIe
17 */
18
Joe Perches8505a7e2011-11-13 11:41:04 -080019#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
20
Arend van Spriel5b435de2011-10-05 13:19:03 +020021#include <linux/delay.h>
22#include <linux/pci.h>
23
24#include <defs.h>
25#include <chipcommon.h>
26#include <brcmu_utils.h>
27#include <brcm_hw_ids.h>
28#include <soc.h>
29#include "types.h"
30#include "pub.h"
31#include "pmu.h"
32#include "srom.h"
33#include "nicpci.h"
34#include "aiutils.h"
35
36/* slow_clk_ctl */
37 /* slow clock source mask */
38#define SCC_SS_MASK 0x00000007
39 /* source of slow clock is LPO */
40#define SCC_SS_LPO 0x00000000
41 /* source of slow clock is crystal */
42#define SCC_SS_XTAL 0x00000001
43 /* source of slow clock is PCI */
44#define SCC_SS_PCI 0x00000002
45 /* LPOFreqSel, 1: 160Khz, 0: 32KHz */
46#define SCC_LF 0x00000200
47 /* LPOPowerDown, 1: LPO is disabled, 0: LPO is enabled */
48#define SCC_LP 0x00000400
49 /* ForceSlowClk, 1: sb/cores running on slow clock, 0: power logic control */
50#define SCC_FS 0x00000800
51 /* IgnorePllOffReq, 1/0:
52 * power logic ignores/honors PLL clock disable requests from core
53 */
54#define SCC_IP 0x00001000
55 /* XtalControlEn, 1/0:
56 * power logic does/doesn't disable crystal when appropriate
57 */
58#define SCC_XC 0x00002000
59 /* XtalPU (RO), 1/0: crystal running/disabled */
60#define SCC_XP 0x00004000
61 /* ClockDivider (SlowClk = 1/(4+divisor)) */
62#define SCC_CD_MASK 0xffff0000
63#define SCC_CD_SHIFT 16
64
65/* system_clk_ctl */
66 /* ILPen: Enable Idle Low Power */
67#define SYCC_IE 0x00000001
68 /* ALPen: Enable Active Low Power */
69#define SYCC_AE 0x00000002
70 /* ForcePLLOn */
71#define SYCC_FP 0x00000004
72 /* Force ALP (or HT if ALPen is not set */
73#define SYCC_AR 0x00000008
74 /* Force HT */
75#define SYCC_HR 0x00000010
76 /* ClkDiv (ILP = 1/(4 * (divisor + 1)) */
77#define SYCC_CD_MASK 0xffff0000
78#define SYCC_CD_SHIFT 16
79
80#define CST4329_SPROM_OTP_SEL_MASK 0x00000003
81 /* OTP is powered up, use def. CIS, no SPROM */
82#define CST4329_DEFCIS_SEL 0
83 /* OTP is powered up, SPROM is present */
84#define CST4329_SPROM_SEL 1
85 /* OTP is powered up, no SPROM */
86#define CST4329_OTP_SEL 2
87 /* OTP is powered down, SPROM is present */
88#define CST4329_OTP_PWRDN 3
89
90#define CST4329_SPI_SDIO_MODE_MASK 0x00000004
91#define CST4329_SPI_SDIO_MODE_SHIFT 2
92
93/* 43224 chip-specific ChipControl register bits */
94#define CCTRL43224_GPIO_TOGGLE 0x8000
95 /* 12 mA drive strength */
96#define CCTRL_43224A0_12MA_LED_DRIVE 0x00F000F0
97 /* 12 mA drive strength for later 43224s */
98#define CCTRL_43224B0_12MA_LED_DRIVE 0xF0
99
100/* 43236 Chip specific ChipStatus register bits */
101#define CST43236_SFLASH_MASK 0x00000040
102#define CST43236_OTP_MASK 0x00000080
103#define CST43236_HSIC_MASK 0x00000100 /* USB/HSIC */
104#define CST43236_BP_CLK 0x00000200 /* 120/96Mbps */
105#define CST43236_BOOT_MASK 0x00001800
106#define CST43236_BOOT_SHIFT 11
107#define CST43236_BOOT_FROM_SRAM 0 /* boot from SRAM, ARM in reset */
108#define CST43236_BOOT_FROM_ROM 1 /* boot from ROM */
109#define CST43236_BOOT_FROM_FLASH 2 /* boot from FLASH */
110#define CST43236_BOOT_FROM_INVALID 3
111
112/* 4331 chip-specific ChipControl register bits */
113 /* 0 disable */
114#define CCTRL4331_BT_COEXIST (1<<0)
115 /* 0 SECI is disabled (JTAG functional) */
116#define CCTRL4331_SECI (1<<1)
117 /* 0 disable */
118#define CCTRL4331_EXT_LNA (1<<2)
119 /* sprom/gpio13-15 mux */
120#define CCTRL4331_SPROM_GPIO13_15 (1<<3)
121 /* 0 ext pa disable, 1 ext pa enabled */
122#define CCTRL4331_EXTPA_EN (1<<4)
123 /* set drive out GPIO_CLK on sprom_cs pin */
124#define CCTRL4331_GPIOCLK_ON_SPROMCS (1<<5)
125 /* use sprom_cs pin as PCIE mdio interface */
126#define CCTRL4331_PCIE_MDIO_ON_SPROMCS (1<<6)
127 /* aband extpa will be at gpio2/5 and sprom_dout */
128#define CCTRL4331_EXTPA_ON_GPIO2_5 (1<<7)
129 /* override core control on pipe_AuxClkEnable */
130#define CCTRL4331_OVR_PIPEAUXCLKEN (1<<8)
131 /* override core control on pipe_AuxPowerDown */
132#define CCTRL4331_OVR_PIPEAUXPWRDOWN (1<<9)
133 /* pcie_auxclkenable */
134#define CCTRL4331_PCIE_AUXCLKEN (1<<10)
135 /* pcie_pipe_pllpowerdown */
136#define CCTRL4331_PCIE_PIPE_PLLDOWN (1<<11)
137 /* enable bt_shd0 at gpio4 */
138#define CCTRL4331_BT_SHD0_ON_GPIO4 (1<<16)
139 /* enable bt_shd1 at gpio5 */
140#define CCTRL4331_BT_SHD1_ON_GPIO5 (1<<17)
141
142/* 4331 Chip specific ChipStatus register bits */
143 /* crystal frequency 20/40Mhz */
144#define CST4331_XTAL_FREQ 0x00000001
145#define CST4331_SPROM_PRESENT 0x00000002
146#define CST4331_OTP_PRESENT 0x00000004
147#define CST4331_LDO_RF 0x00000008
148#define CST4331_LDO_PAR 0x00000010
149
150/* 4319 chip-specific ChipStatus register bits */
151#define CST4319_SPI_CPULESSUSB 0x00000001
152#define CST4319_SPI_CLK_POL 0x00000002
153#define CST4319_SPI_CLK_PH 0x00000008
154 /* gpio [7:6], SDIO CIS selection */
155#define CST4319_SPROM_OTP_SEL_MASK 0x000000c0
156#define CST4319_SPROM_OTP_SEL_SHIFT 6
157 /* use default CIS, OTP is powered up */
158#define CST4319_DEFCIS_SEL 0x00000000
159 /* use SPROM, OTP is powered up */
160#define CST4319_SPROM_SEL 0x00000040
161 /* use OTP, OTP is powered up */
162#define CST4319_OTP_SEL 0x00000080
163 /* use SPROM, OTP is powered down */
164#define CST4319_OTP_PWRDN 0x000000c0
165 /* gpio [8], sdio/usb mode */
166#define CST4319_SDIO_USB_MODE 0x00000100
167#define CST4319_REMAP_SEL_MASK 0x00000600
168#define CST4319_ILPDIV_EN 0x00000800
169#define CST4319_XTAL_PD_POL 0x00001000
170#define CST4319_LPO_SEL 0x00002000
171#define CST4319_RES_INIT_MODE 0x0000c000
172 /* PALDO is configured with external PNP */
173#define CST4319_PALDO_EXTPNP 0x00010000
174#define CST4319_CBUCK_MODE_MASK 0x00060000
175#define CST4319_CBUCK_MODE_BURST 0x00020000
176#define CST4319_CBUCK_MODE_LPBURST 0x00060000
177#define CST4319_RCAL_VALID 0x01000000
178#define CST4319_RCAL_VALUE_MASK 0x3e000000
179#define CST4319_RCAL_VALUE_SHIFT 25
180
181/* 4336 chip-specific ChipStatus register bits */
182#define CST4336_SPI_MODE_MASK 0x00000001
183#define CST4336_SPROM_PRESENT 0x00000002
184#define CST4336_OTP_PRESENT 0x00000004
185#define CST4336_ARMREMAP_0 0x00000008
186#define CST4336_ILPDIV_EN_MASK 0x00000010
187#define CST4336_ILPDIV_EN_SHIFT 4
188#define CST4336_XTAL_PD_POL_MASK 0x00000020
189#define CST4336_XTAL_PD_POL_SHIFT 5
190#define CST4336_LPO_SEL_MASK 0x00000040
191#define CST4336_LPO_SEL_SHIFT 6
192#define CST4336_RES_INIT_MODE_MASK 0x00000180
193#define CST4336_RES_INIT_MODE_SHIFT 7
194#define CST4336_CBUCK_MODE_MASK 0x00000600
195#define CST4336_CBUCK_MODE_SHIFT 9
196
197/* 4313 chip-specific ChipStatus register bits */
198#define CST4313_SPROM_PRESENT 1
199#define CST4313_OTP_PRESENT 2
200#define CST4313_SPROM_OTP_SEL_MASK 0x00000002
201#define CST4313_SPROM_OTP_SEL_SHIFT 0
202
203/* 4313 Chip specific ChipControl register bits */
204 /* 12 mA drive strengh for later 4313 */
205#define CCTRL_4313_12MA_LED_DRIVE 0x00000007
206
207/* Manufacturer Ids */
208#define MFGID_ARM 0x43b
209#define MFGID_BRCM 0x4bf
210#define MFGID_MIPS 0x4a7
211
212/* Enumeration ROM registers */
213#define ER_EROMENTRY 0x000
214#define ER_REMAPCONTROL 0xe00
215#define ER_REMAPSELECT 0xe04
216#define ER_MASTERSELECT 0xe10
217#define ER_ITCR 0xf00
218#define ER_ITIP 0xf04
219
220/* Erom entries */
221#define ER_TAG 0xe
222#define ER_TAG1 0x6
223#define ER_VALID 1
224#define ER_CI 0
225#define ER_MP 2
226#define ER_ADD 4
227#define ER_END 0xe
228#define ER_BAD 0xffffffff
229
230/* EROM CompIdentA */
231#define CIA_MFG_MASK 0xfff00000
232#define CIA_MFG_SHIFT 20
233#define CIA_CID_MASK 0x000fff00
234#define CIA_CID_SHIFT 8
235#define CIA_CCL_MASK 0x000000f0
236#define CIA_CCL_SHIFT 4
237
238/* EROM CompIdentB */
239#define CIB_REV_MASK 0xff000000
240#define CIB_REV_SHIFT 24
241#define CIB_NSW_MASK 0x00f80000
242#define CIB_NSW_SHIFT 19
243#define CIB_NMW_MASK 0x0007c000
244#define CIB_NMW_SHIFT 14
245#define CIB_NSP_MASK 0x00003e00
246#define CIB_NSP_SHIFT 9
247#define CIB_NMP_MASK 0x000001f0
248#define CIB_NMP_SHIFT 4
249
250/* EROM AddrDesc */
251#define AD_ADDR_MASK 0xfffff000
252#define AD_SP_MASK 0x00000f00
253#define AD_SP_SHIFT 8
254#define AD_ST_MASK 0x000000c0
255#define AD_ST_SHIFT 6
256#define AD_ST_SLAVE 0x00000000
257#define AD_ST_BRIDGE 0x00000040
258#define AD_ST_SWRAP 0x00000080
259#define AD_ST_MWRAP 0x000000c0
260#define AD_SZ_MASK 0x00000030
261#define AD_SZ_SHIFT 4
262#define AD_SZ_4K 0x00000000
263#define AD_SZ_8K 0x00000010
264#define AD_SZ_16K 0x00000020
265#define AD_SZ_SZD 0x00000030
266#define AD_AG32 0x00000008
267#define AD_ADDR_ALIGN 0x00000fff
268#define AD_SZ_BASE 0x00001000 /* 4KB */
269
270/* EROM SizeDesc */
271#define SD_SZ_MASK 0xfffff000
272#define SD_SG32 0x00000008
273#define SD_SZ_ALIGN 0x00000fff
274
275/* PCI config space bit 4 for 4306c0 slow clock source */
276#define PCI_CFG_GPIO_SCS 0x10
277/* PCI config space GPIO 14 for Xtal power-up */
278#define PCI_CFG_GPIO_XTAL 0x40
279/* PCI config space GPIO 15 for PLL power-down */
280#define PCI_CFG_GPIO_PLL 0x80
281
282/* power control defines */
283#define PLL_DELAY 150 /* us pll on delay */
284#define FREF_DELAY 200 /* us fref change delay */
285#define XTAL_ON_DELAY 1000 /* us crystal power-on delay */
286
287/* resetctrl */
288#define AIRC_RESET 1
289
290#define NOREV -1 /* Invalid rev */
291
292/* GPIO Based LED powersave defines */
293#define DEFAULT_GPIO_ONTIME 10 /* Default: 10% on */
294#define DEFAULT_GPIO_OFFTIME 90 /* Default: 10% on */
295
296/* When Srom support present, fields in sromcontrol */
297#define SRC_START 0x80000000
298#define SRC_BUSY 0x80000000
299#define SRC_OPCODE 0x60000000
300#define SRC_OP_READ 0x00000000
301#define SRC_OP_WRITE 0x20000000
302#define SRC_OP_WRDIS 0x40000000
303#define SRC_OP_WREN 0x60000000
304#define SRC_OTPSEL 0x00000010
305#define SRC_LOCK 0x00000008
306#define SRC_SIZE_MASK 0x00000006
307#define SRC_SIZE_1K 0x00000000
308#define SRC_SIZE_4K 0x00000002
309#define SRC_SIZE_16K 0x00000004
310#define SRC_SIZE_SHIFT 1
311#define SRC_PRESENT 0x00000001
312
313/* External PA enable mask */
314#define GPIO_CTRL_EPA_EN_MASK 0x40
315
316#define DEFAULT_GPIOTIMERVAL \
317 ((DEFAULT_GPIO_ONTIME << GPIO_ONTIME_SHIFT) | DEFAULT_GPIO_OFFTIME)
318
319#define BADIDX (SI_MAXCORES + 1)
320
321/* Newer chips can access PCI/PCIE and CC core without requiring to change
322 * PCI BAR0 WIN
323 */
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800324#define SI_FAST(sih) ((ai_get_buscoretype(sih) == PCIE_CORE_ID) || \
325 ((ai_get_buscoretype(sih) == PCI_CORE_ID) && \
326 ai_get_buscorerev(sih) >= 13))
Arend van Spriel5b435de2011-10-05 13:19:03 +0200327
328#define CCREGS_FAST(si) (((char __iomem *)((si)->curmap) + \
329 PCI_16KB0_CCREGS_OFFSET))
330
331#define IS_SIM(chippkg) \
332 ((chippkg == HDLSIM_PKG_ID) || (chippkg == HWSIM_PKG_ID))
333
334/*
335 * Macros to disable/restore function core(D11, ENET, ILINE20, etc) interrupts
336 * before after core switching to avoid invalid register accesss inside ISR.
337 */
338#define INTR_OFF(si, intr_val) \
339 if ((si)->intrsoff_fn && \
340 (si)->coreid[(si)->curidx] == (si)->dev_coreid) \
341 intr_val = (*(si)->intrsoff_fn)((si)->intr_arg)
342
343#define INTR_RESTORE(si, intr_val) \
344 if ((si)->intrsrestore_fn && \
345 (si)->coreid[(si)->curidx] == (si)->dev_coreid) \
346 (*(si)->intrsrestore_fn)((si)->intr_arg, intr_val)
347
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800348#define PCI(sih) (ai_get_buscoretype(sih) == PCI_CORE_ID)
349#define PCIE(sih) (ai_get_buscoretype(sih) == PCIE_CORE_ID)
Arend van Spriel5b435de2011-10-05 13:19:03 +0200350
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800351#define PCI_FORCEHT(sih) (PCIE(sih) && (ai_get_chip_id(sih) == BCM4716_CHIP_ID))
Arend van Spriel5b435de2011-10-05 13:19:03 +0200352
353#ifdef BCMDBG
Joe Perches8505a7e2011-11-13 11:41:04 -0800354#define SI_MSG(fmt, ...) pr_debug(fmt, ##__VA_ARGS__)
Arend van Spriel5b435de2011-10-05 13:19:03 +0200355#else
Joe Perches8505a7e2011-11-13 11:41:04 -0800356#define SI_MSG(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
Arend van Spriel5b435de2011-10-05 13:19:03 +0200357#endif /* BCMDBG */
358
359#define GOODCOREADDR(x, b) \
360 (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \
361 IS_ALIGNED((x), SI_CORE_SIZE))
362
363#define PCIEREGS(si) ((__iomem char *)((si)->curmap) + \
364 PCI_16KB0_PCIREGS_OFFSET)
365
366struct aidmp {
367 u32 oobselina30; /* 0x000 */
368 u32 oobselina74; /* 0x004 */
369 u32 PAD[6];
370 u32 oobselinb30; /* 0x020 */
371 u32 oobselinb74; /* 0x024 */
372 u32 PAD[6];
373 u32 oobselinc30; /* 0x040 */
374 u32 oobselinc74; /* 0x044 */
375 u32 PAD[6];
376 u32 oobselind30; /* 0x060 */
377 u32 oobselind74; /* 0x064 */
378 u32 PAD[38];
379 u32 oobselouta30; /* 0x100 */
380 u32 oobselouta74; /* 0x104 */
381 u32 PAD[6];
382 u32 oobseloutb30; /* 0x120 */
383 u32 oobseloutb74; /* 0x124 */
384 u32 PAD[6];
385 u32 oobseloutc30; /* 0x140 */
386 u32 oobseloutc74; /* 0x144 */
387 u32 PAD[6];
388 u32 oobseloutd30; /* 0x160 */
389 u32 oobseloutd74; /* 0x164 */
390 u32 PAD[38];
391 u32 oobsynca; /* 0x200 */
392 u32 oobseloutaen; /* 0x204 */
393 u32 PAD[6];
394 u32 oobsyncb; /* 0x220 */
395 u32 oobseloutben; /* 0x224 */
396 u32 PAD[6];
397 u32 oobsyncc; /* 0x240 */
398 u32 oobseloutcen; /* 0x244 */
399 u32 PAD[6];
400 u32 oobsyncd; /* 0x260 */
401 u32 oobseloutden; /* 0x264 */
402 u32 PAD[38];
403 u32 oobaextwidth; /* 0x300 */
404 u32 oobainwidth; /* 0x304 */
405 u32 oobaoutwidth; /* 0x308 */
406 u32 PAD[5];
407 u32 oobbextwidth; /* 0x320 */
408 u32 oobbinwidth; /* 0x324 */
409 u32 oobboutwidth; /* 0x328 */
410 u32 PAD[5];
411 u32 oobcextwidth; /* 0x340 */
412 u32 oobcinwidth; /* 0x344 */
413 u32 oobcoutwidth; /* 0x348 */
414 u32 PAD[5];
415 u32 oobdextwidth; /* 0x360 */
416 u32 oobdinwidth; /* 0x364 */
417 u32 oobdoutwidth; /* 0x368 */
418 u32 PAD[37];
419 u32 ioctrlset; /* 0x400 */
420 u32 ioctrlclear; /* 0x404 */
421 u32 ioctrl; /* 0x408 */
422 u32 PAD[61];
423 u32 iostatus; /* 0x500 */
424 u32 PAD[127];
425 u32 ioctrlwidth; /* 0x700 */
426 u32 iostatuswidth; /* 0x704 */
427 u32 PAD[62];
428 u32 resetctrl; /* 0x800 */
429 u32 resetstatus; /* 0x804 */
430 u32 resetreadid; /* 0x808 */
431 u32 resetwriteid; /* 0x80c */
432 u32 PAD[60];
433 u32 errlogctrl; /* 0x900 */
434 u32 errlogdone; /* 0x904 */
435 u32 errlogstatus; /* 0x908 */
436 u32 errlogaddrlo; /* 0x90c */
437 u32 errlogaddrhi; /* 0x910 */
438 u32 errlogid; /* 0x914 */
439 u32 errloguser; /* 0x918 */
440 u32 errlogflags; /* 0x91c */
441 u32 PAD[56];
442 u32 intstatus; /* 0xa00 */
443 u32 PAD[127];
444 u32 config; /* 0xe00 */
445 u32 PAD[63];
446 u32 itcr; /* 0xf00 */
447 u32 PAD[3];
448 u32 itipooba; /* 0xf10 */
449 u32 itipoobb; /* 0xf14 */
450 u32 itipoobc; /* 0xf18 */
451 u32 itipoobd; /* 0xf1c */
452 u32 PAD[4];
453 u32 itipoobaout; /* 0xf30 */
454 u32 itipoobbout; /* 0xf34 */
455 u32 itipoobcout; /* 0xf38 */
456 u32 itipoobdout; /* 0xf3c */
457 u32 PAD[4];
458 u32 itopooba; /* 0xf50 */
459 u32 itopoobb; /* 0xf54 */
460 u32 itopoobc; /* 0xf58 */
461 u32 itopoobd; /* 0xf5c */
462 u32 PAD[4];
463 u32 itopoobain; /* 0xf70 */
464 u32 itopoobbin; /* 0xf74 */
465 u32 itopoobcin; /* 0xf78 */
466 u32 itopoobdin; /* 0xf7c */
467 u32 PAD[4];
468 u32 itopreset; /* 0xf90 */
469 u32 PAD[15];
470 u32 peripherialid4; /* 0xfd0 */
471 u32 peripherialid5; /* 0xfd4 */
472 u32 peripherialid6; /* 0xfd8 */
473 u32 peripherialid7; /* 0xfdc */
474 u32 peripherialid0; /* 0xfe0 */
475 u32 peripherialid1; /* 0xfe4 */
476 u32 peripherialid2; /* 0xfe8 */
477 u32 peripherialid3; /* 0xfec */
478 u32 componentid0; /* 0xff0 */
479 u32 componentid1; /* 0xff4 */
480 u32 componentid2; /* 0xff8 */
481 u32 componentid3; /* 0xffc */
482};
483
Arend van Spriel5b435de2011-10-05 13:19:03 +0200484/* parse the enumeration rom to identify all cores */
Arend van Spriel52045632011-12-08 15:06:50 -0800485static void ai_scan(struct si_pub *sih, struct bcma_bus *bus)
Arend van Spriel5b435de2011-10-05 13:19:03 +0200486{
487 struct si_info *sii = (struct si_info *)sih;
Arend van Spriel52045632011-12-08 15:06:50 -0800488 struct bcma_device *core;
489 uint idx;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200490
Arend van Spriel52045632011-12-08 15:06:50 -0800491 list_for_each_entry(core, &bus->cores, list) {
492 idx = core->core_index;
493 sii->cia[idx] = core->id.manuf << CIA_MFG_SHIFT;
494 sii->cia[idx] |= core->id.id << CIA_CID_SHIFT;
495 sii->cia[idx] |= core->id.class << CIA_CCL_SHIFT;
496 sii->cib[idx] = core->id.rev << CIB_REV_SHIFT;
497 sii->coreid[idx] = core->id.id;
498 sii->coresba[idx] = core->addr;
499 sii->coresba_size[idx] = 0x1000;
500 sii->coresba2[idx] = 0;
501 sii->coresba2_size[idx] = 0;
502 sii->wrapba[idx] = core->wrap;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200503 sii->numcores++;
504 }
Arend van Spriel5b435de2011-10-05 13:19:03 +0200505}
506
507/*
508 * This function changes the logical "focus" to the indicated core.
509 * Return the current core's virtual address. Since each core starts with the
510 * same set of registers (BIST, clock control, etc), the returned address
511 * contains the first register of this 'common' register block (not to be
512 * confused with 'common core').
513 */
514void __iomem *ai_setcoreidx(struct si_pub *sih, uint coreidx)
515{
516 struct si_info *sii = (struct si_info *)sih;
517 u32 addr = sii->coresba[coreidx];
518 u32 wrap = sii->wrapba[coreidx];
519
520 if (coreidx >= sii->numcores)
521 return NULL;
522
523 /* point bar0 window */
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800524 pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN, addr);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200525 /* point bar0 2nd 4KB window */
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800526 pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN2, wrap);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200527 sii->curidx = coreidx;
528
529 return sii->curmap;
530}
531
532/* Return the number of address spaces in current core */
533int ai_numaddrspaces(struct si_pub *sih)
534{
535 return 2;
536}
537
538/* Return the address of the nth address space in the current core */
539u32 ai_addrspace(struct si_pub *sih, uint asidx)
540{
541 struct si_info *sii;
542 uint cidx;
543
544 sii = (struct si_info *)sih;
545 cidx = sii->curidx;
546
547 if (asidx == 0)
548 return sii->coresba[cidx];
549 else if (asidx == 1)
550 return sii->coresba2[cidx];
551 else {
552 /* Need to parse the erom again to find addr space */
553 return 0;
554 }
555}
556
557/* Return the size of the nth address space in the current core */
558u32 ai_addrspacesize(struct si_pub *sih, uint asidx)
559{
560 struct si_info *sii;
561 uint cidx;
562
563 sii = (struct si_info *)sih;
564 cidx = sii->curidx;
565
566 if (asidx == 0)
567 return sii->coresba_size[cidx];
568 else if (asidx == 1)
569 return sii->coresba2_size[cidx];
570 else {
571 /* Need to parse the erom again to find addr */
572 return 0;
573 }
574}
575
576uint ai_flag(struct si_pub *sih)
577{
578 struct si_info *sii;
579 struct aidmp *ai;
580
581 sii = (struct si_info *)sih;
582 ai = sii->curwrap;
583
584 return R_REG(&ai->oobselouta30) & 0x1f;
585}
586
587void ai_setint(struct si_pub *sih, int siflag)
588{
589}
590
591uint ai_corevendor(struct si_pub *sih)
592{
593 struct si_info *sii;
594 u32 cia;
595
596 sii = (struct si_info *)sih;
597 cia = sii->cia[sii->curidx];
598 return (cia & CIA_MFG_MASK) >> CIA_MFG_SHIFT;
599}
600
601uint ai_corerev(struct si_pub *sih)
602{
603 struct si_info *sii;
604 u32 cib;
605
606 sii = (struct si_info *)sih;
607 cib = sii->cib[sii->curidx];
608 return (cib & CIB_REV_MASK) >> CIB_REV_SHIFT;
609}
610
611bool ai_iscoreup(struct si_pub *sih)
612{
613 struct si_info *sii;
614 struct aidmp *ai;
615
616 sii = (struct si_info *)sih;
617 ai = sii->curwrap;
618
619 return (((R_REG(&ai->ioctrl) & (SICF_FGC | SICF_CLOCK_EN)) ==
620 SICF_CLOCK_EN)
621 && ((R_REG(&ai->resetctrl) & AIRC_RESET) == 0));
622}
623
624void ai_core_cflags_wo(struct si_pub *sih, u32 mask, u32 val)
625{
626 struct si_info *sii;
627 struct aidmp *ai;
628 u32 w;
629
630 sii = (struct si_info *)sih;
631
632 ai = sii->curwrap;
633
634 if (mask || val) {
635 w = ((R_REG(&ai->ioctrl) & ~mask) | val);
636 W_REG(&ai->ioctrl, w);
637 }
638}
639
640u32 ai_core_cflags(struct si_pub *sih, u32 mask, u32 val)
641{
642 struct si_info *sii;
643 struct aidmp *ai;
644 u32 w;
645
646 sii = (struct si_info *)sih;
647 ai = sii->curwrap;
648
649 if (mask || val) {
650 w = ((R_REG(&ai->ioctrl) & ~mask) | val);
651 W_REG(&ai->ioctrl, w);
652 }
653
654 return R_REG(&ai->ioctrl);
655}
656
657/* return true if PCIE capability exists in the pci config space */
658static bool ai_ispcie(struct si_info *sii)
659{
660 u8 cap_ptr;
661
662 cap_ptr =
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800663 pcicore_find_pci_capability(sii->pcibus, PCI_CAP_ID_EXP, NULL,
Arend van Spriel5b435de2011-10-05 13:19:03 +0200664 NULL);
665 if (!cap_ptr)
666 return false;
667
668 return true;
669}
670
671static bool ai_buscore_prep(struct si_info *sii)
672{
673 /* kludge to enable the clock on the 4306 which lacks a slowclock */
674 if (!ai_ispcie(sii))
675 ai_clkctl_xtal(&sii->pub, XTAL | PLL, ON);
676 return true;
677}
678
679u32 ai_core_sflags(struct si_pub *sih, u32 mask, u32 val)
680{
681 struct si_info *sii;
682 struct aidmp *ai;
683 u32 w;
684
685 sii = (struct si_info *)sih;
686 ai = sii->curwrap;
687
688 if (mask || val) {
689 w = ((R_REG(&ai->iostatus) & ~mask) | val);
690 W_REG(&ai->iostatus, w);
691 }
692
693 return R_REG(&ai->iostatus);
694}
695
696static bool
697ai_buscore_setup(struct si_info *sii, u32 savewin, uint *origidx)
698{
699 bool pci, pcie;
700 uint i;
701 uint pciidx, pcieidx, pcirev, pcierev;
702 struct chipcregs __iomem *cc;
703
704 cc = ai_setcoreidx(&sii->pub, SI_CC_IDX);
705
706 /* get chipcommon rev */
707 sii->pub.ccrev = (int)ai_corerev(&sii->pub);
708
709 /* get chipcommon chipstatus */
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800710 if (ai_get_ccrev(&sii->pub) >= 11)
Arend van Spriel2e397c32011-12-08 15:06:44 -0800711 sii->chipst = R_REG(&cc->chipstatus);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200712
713 /* get chipcommon capabilites */
714 sii->pub.cccaps = R_REG(&cc->capabilities);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200715
716 /* get pmu rev and caps */
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800717 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) {
Arend van Spriel5b435de2011-10-05 13:19:03 +0200718 sii->pub.pmucaps = R_REG(&cc->pmucapabilities);
719 sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK;
720 }
721
722 /* figure out bus/orignal core idx */
723 sii->pub.buscoretype = NODEV_CORE_ID;
724 sii->pub.buscorerev = NOREV;
Arend van Spriel2e397c32011-12-08 15:06:44 -0800725 sii->buscoreidx = BADIDX;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200726
727 pci = pcie = false;
728 pcirev = pcierev = NOREV;
729 pciidx = pcieidx = BADIDX;
730
731 for (i = 0; i < sii->numcores; i++) {
732 uint cid, crev;
733
734 ai_setcoreidx(&sii->pub, i);
735 cid = ai_coreid(&sii->pub);
736 crev = ai_corerev(&sii->pub);
737
738 if (cid == PCI_CORE_ID) {
739 pciidx = i;
740 pcirev = crev;
741 pci = true;
742 } else if (cid == PCIE_CORE_ID) {
743 pcieidx = i;
744 pcierev = crev;
745 pcie = true;
746 }
747
748 /* find the core idx before entering this func. */
749 if ((savewin && (savewin == sii->coresba[i])) ||
750 (cc == sii->regs[i]))
751 *origidx = i;
752 }
753
754 if (pci && pcie) {
755 if (ai_ispcie(sii))
756 pci = false;
757 else
758 pcie = false;
759 }
760 if (pci) {
761 sii->pub.buscoretype = PCI_CORE_ID;
762 sii->pub.buscorerev = pcirev;
Arend van Spriel2e397c32011-12-08 15:06:44 -0800763 sii->buscoreidx = pciidx;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200764 } else if (pcie) {
765 sii->pub.buscoretype = PCIE_CORE_ID;
766 sii->pub.buscorerev = pcierev;
Arend van Spriel2e397c32011-12-08 15:06:44 -0800767 sii->buscoreidx = pcieidx;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200768 }
769
770 /* fixup necessary chip/core configurations */
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800771 if (SI_FAST(&sii->pub)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +0200772 if (!sii->pch) {
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800773 sii->pch = pcicore_init(&sii->pub, sii->pcibus,
Arend van Spriel5b435de2011-10-05 13:19:03 +0200774 (__iomem void *)PCIEREGS(sii));
775 if (sii->pch == NULL)
776 return false;
777 }
778 }
779 if (ai_pci_fixcfg(&sii->pub)) {
780 /* si_doattach: si_pci_fixcfg failed */
781 return false;
782 }
783
784 /* return to the original core */
785 ai_setcoreidx(&sii->pub, *origidx);
786
787 return true;
788}
789
790/*
791 * get boardtype and boardrev
792 */
793static __used void ai_nvram_process(struct si_info *sii)
794{
795 uint w = 0;
796
797 /* do a pci config read to get subsystem id and subvendor id */
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800798 pci_read_config_dword(sii->pcibus, PCI_SUBSYSTEM_VENDOR_ID, &w);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200799
800 sii->pub.boardvendor = w & 0xffff;
801 sii->pub.boardtype = (w >> 16) & 0xffff;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200802}
803
804static struct si_info *ai_doattach(struct si_info *sii,
Arend van Spriel28a53442011-12-08 15:06:49 -0800805 struct bcma_bus *pbus)
Arend van Spriel5b435de2011-10-05 13:19:03 +0200806{
Arend van Spriel28a53442011-12-08 15:06:49 -0800807 void __iomem *regs = pbus->mmio;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200808 struct si_pub *sih = &sii->pub;
809 u32 w, savewin;
810 struct chipcregs __iomem *cc;
811 uint socitype;
812 uint origidx;
813
Arend van Spriel28a53442011-12-08 15:06:49 -0800814 /* assume the window is looking at chipcommon */
815 WARN_ON(pbus->mapped_core->id.id != BCMA_CORE_CHIPCOMMON);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200816 memset((unsigned char *) sii, 0, sizeof(struct si_info));
817
818 savewin = 0;
819
Arend van Spriel28a53442011-12-08 15:06:49 -0800820 sii->icbus = pbus;
Arend van Spriel2e397c32011-12-08 15:06:44 -0800821 sii->buscoreidx = BADIDX;
Arend van Spriel28a53442011-12-08 15:06:49 -0800822 sii->pcibus = pbus->host_pci;
Arend van Spriel52045632011-12-08 15:06:50 -0800823 sii->curmap = regs;
824 sii->curwrap = sii->curmap + SI_CORE_SIZE;
Arend van Spriel5b435de2011-10-05 13:19:03 +0200825
826 /* find Chipcommon address */
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800827 pci_read_config_dword(sii->pcibus, PCI_BAR0_WIN, &savewin);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200828 if (!GOODCOREADDR(savewin, SI_ENUM_BASE))
829 savewin = SI_ENUM_BASE;
830
Arend van Sprielcbc80db2011-12-08 15:06:48 -0800831 pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN,
Arend van Spriel5b435de2011-10-05 13:19:03 +0200832 SI_ENUM_BASE);
833 cc = (struct chipcregs __iomem *) regs;
834
835 /* bus/core/clk setup for register access */
836 if (!ai_buscore_prep(sii))
837 return NULL;
838
839 /*
840 * ChipID recognition.
841 * We assume we can read chipid at offset 0 from the regs arg.
842 * If we add other chiptypes (or if we need to support old sdio
843 * hosts w/o chipcommon), some way of recognizing them needs to
844 * be added here.
845 */
846 w = R_REG(&cc->chipid);
847 socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT;
848 /* Might as wll fill in chip id rev & pkg */
849 sih->chip = w & CID_ID_MASK;
850 sih->chiprev = (w & CID_REV_MASK) >> CID_REV_SHIFT;
851 sih->chippkg = (w & CID_PKG_MASK) >> CID_PKG_SHIFT;
852
Arend van Spriel5b435de2011-10-05 13:19:03 +0200853 /* scan for cores */
854 if (socitype == SOCI_AI) {
Joe Perches8505a7e2011-11-13 11:41:04 -0800855 SI_MSG("Found chip type AI (0x%08x)\n", w);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200856 /* pass chipc address instead of original core base */
Arend van Spriel52045632011-12-08 15:06:50 -0800857 ai_scan(&sii->pub, pbus);
Arend van Spriel5b435de2011-10-05 13:19:03 +0200858 } else {
859 /* Found chip of unknown type */
860 return NULL;
861 }
862 /* no cores found, bail out */
863 if (sii->numcores == 0)
864 return NULL;
865
866 /* bus/core/clk setup */
867 origidx = SI_CC_IDX;
868 if (!ai_buscore_setup(sii, savewin, &origidx))
869 goto exit;
870
871 /* Init nvram from sprom/otp if they exist */
872 if (srom_var_init(&sii->pub, cc))
873 goto exit;
874
875 ai_nvram_process(sii);
876
877 /* === NVRAM, clock is ready === */
878 cc = (struct chipcregs __iomem *) ai_setcore(sih, CC_CORE_ID, 0);
879 W_REG(&cc->gpiopullup, 0);
880 W_REG(&cc->gpiopulldown, 0);
881 ai_setcoreidx(sih, origidx);
882
883 /* PMU specific initializations */
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800884 if (ai_get_cccaps(sih) & CC_CAP_PMU) {
Arend van Spriel5b435de2011-10-05 13:19:03 +0200885 u32 xtalfreq;
886 si_pmu_init(sih);
887 si_pmu_chip_init(sih);
888
889 xtalfreq = si_pmu_measure_alpclk(sih);
890 si_pmu_pll_init(sih, xtalfreq);
891 si_pmu_res_init(sih);
892 si_pmu_swreg_init(sih);
893 }
894
895 /* setup the GPIO based LED powersave register */
896 w = getintvar(sih, BRCMS_SROM_LEDDC);
897 if (w == 0)
898 w = DEFAULT_GPIOTIMERVAL;
899 ai_corereg(sih, SI_CC_IDX, offsetof(struct chipcregs, gpiotimerval),
900 ~0, w);
901
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800902 if (PCIE(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +0200903 pcicore_attach(sii->pch, SI_DOATTACH);
904
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800905 if (ai_get_chip_id(sih) == BCM43224_CHIP_ID) {
Arend van Spriel5b435de2011-10-05 13:19:03 +0200906 /*
907 * enable 12 mA drive strenth for 43224 and
908 * set chipControl register bit 15
909 */
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800910 if (ai_get_chiprev(sih) == 0) {
Joe Perches8505a7e2011-11-13 11:41:04 -0800911 SI_MSG("Applying 43224A0 WARs\n");
Arend van Spriel5b435de2011-10-05 13:19:03 +0200912 ai_corereg(sih, SI_CC_IDX,
913 offsetof(struct chipcregs, chipcontrol),
914 CCTRL43224_GPIO_TOGGLE,
915 CCTRL43224_GPIO_TOGGLE);
916 si_pmu_chipcontrol(sih, 0, CCTRL_43224A0_12MA_LED_DRIVE,
917 CCTRL_43224A0_12MA_LED_DRIVE);
918 }
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800919 if (ai_get_chiprev(sih) >= 1) {
Joe Perches8505a7e2011-11-13 11:41:04 -0800920 SI_MSG("Applying 43224B0+ WARs\n");
Arend van Spriel5b435de2011-10-05 13:19:03 +0200921 si_pmu_chipcontrol(sih, 0, CCTRL_43224B0_12MA_LED_DRIVE,
922 CCTRL_43224B0_12MA_LED_DRIVE);
923 }
924 }
925
Arend van Sprielb2ffec42011-12-08 15:06:45 -0800926 if (ai_get_chip_id(sih) == BCM4313_CHIP_ID) {
Arend van Spriel5b435de2011-10-05 13:19:03 +0200927 /*
928 * enable 12 mA drive strenth for 4313 and
929 * set chipControl register bit 1
930 */
Joe Perches8505a7e2011-11-13 11:41:04 -0800931 SI_MSG("Applying 4313 WARs\n");
Arend van Spriel5b435de2011-10-05 13:19:03 +0200932 si_pmu_chipcontrol(sih, 0, CCTRL_4313_12MA_LED_DRIVE,
933 CCTRL_4313_12MA_LED_DRIVE);
934 }
935
936 return sii;
937
938 exit:
939 if (sii->pch)
940 pcicore_deinit(sii->pch);
941 sii->pch = NULL;
942
943 return NULL;
944}
945
946/*
Arend van Spriel28a53442011-12-08 15:06:49 -0800947 * Allocate a si handle and do the attach.
Arend van Spriel5b435de2011-10-05 13:19:03 +0200948 */
949struct si_pub *
Arend van Spriel28a53442011-12-08 15:06:49 -0800950ai_attach(struct bcma_bus *pbus)
Arend van Spriel5b435de2011-10-05 13:19:03 +0200951{
952 struct si_info *sii;
953
954 /* alloc struct si_info */
955 sii = kmalloc(sizeof(struct si_info), GFP_ATOMIC);
956 if (sii == NULL)
957 return NULL;
958
Arend van Spriel28a53442011-12-08 15:06:49 -0800959 if (ai_doattach(sii, pbus) == NULL) {
Arend van Spriel5b435de2011-10-05 13:19:03 +0200960 kfree(sii);
961 return NULL;
962 }
963
964 return (struct si_pub *) sii;
965}
966
967/* may be called with core in reset */
968void ai_detach(struct si_pub *sih)
969{
970 struct si_info *sii;
971
972 struct si_pub *si_local = NULL;
973 memcpy(&si_local, &sih, sizeof(struct si_pub **));
974
975 sii = (struct si_info *)sih;
976
977 if (sii == NULL)
978 return;
979
980 if (sii->pch)
981 pcicore_deinit(sii->pch);
982 sii->pch = NULL;
983
984 srom_free_vars(sih);
985 kfree(sii);
986}
987
988/* register driver interrupt disabling and restoring callback functions */
989void
990ai_register_intr_callback(struct si_pub *sih, void *intrsoff_fn,
991 void *intrsrestore_fn,
992 void *intrsenabled_fn, void *intr_arg)
993{
994 struct si_info *sii;
995
996 sii = (struct si_info *)sih;
997 sii->intr_arg = intr_arg;
998 sii->intrsoff_fn = (u32 (*)(void *)) intrsoff_fn;
999 sii->intrsrestore_fn = (void (*) (void *, u32)) intrsrestore_fn;
1000 sii->intrsenabled_fn = (bool (*)(void *)) intrsenabled_fn;
1001 /* save current core id. when this function called, the current core
1002 * must be the core which provides driver functions(il, et, wl, etc.)
1003 */
1004 sii->dev_coreid = sii->coreid[sii->curidx];
1005}
1006
1007void ai_deregister_intr_callback(struct si_pub *sih)
1008{
1009 struct si_info *sii;
1010
1011 sii = (struct si_info *)sih;
1012 sii->intrsoff_fn = NULL;
1013}
1014
1015uint ai_coreid(struct si_pub *sih)
1016{
1017 struct si_info *sii;
1018
1019 sii = (struct si_info *)sih;
1020 return sii->coreid[sii->curidx];
1021}
1022
1023uint ai_coreidx(struct si_pub *sih)
1024{
1025 struct si_info *sii;
1026
1027 sii = (struct si_info *)sih;
1028 return sii->curidx;
1029}
1030
1031bool ai_backplane64(struct si_pub *sih)
1032{
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001033 return (ai_get_cccaps(sih) & CC_CAP_BKPLN64) != 0;
Arend van Spriel5b435de2011-10-05 13:19:03 +02001034}
1035
1036/* return index of coreid or BADIDX if not found */
1037uint ai_findcoreidx(struct si_pub *sih, uint coreid, uint coreunit)
1038{
1039 struct si_info *sii;
1040 uint found;
1041 uint i;
1042
1043 sii = (struct si_info *)sih;
1044
1045 found = 0;
1046
1047 for (i = 0; i < sii->numcores; i++)
1048 if (sii->coreid[i] == coreid) {
1049 if (found == coreunit)
1050 return i;
1051 found++;
1052 }
1053
1054 return BADIDX;
1055}
1056
1057/*
1058 * This function changes logical "focus" to the indicated core;
1059 * must be called with interrupts off.
1060 * Moreover, callers should keep interrupts off during switching
1061 * out of and back to d11 core.
1062 */
1063void __iomem *ai_setcore(struct si_pub *sih, uint coreid, uint coreunit)
1064{
1065 uint idx;
1066
1067 idx = ai_findcoreidx(sih, coreid, coreunit);
1068 if (idx >= SI_MAXCORES)
1069 return NULL;
1070
1071 return ai_setcoreidx(sih, idx);
1072}
1073
1074/* Turn off interrupt as required by ai_setcore, before switch core */
1075void __iomem *ai_switch_core(struct si_pub *sih, uint coreid, uint *origidx,
1076 uint *intr_val)
1077{
1078 void __iomem *cc;
1079 struct si_info *sii;
1080
1081 sii = (struct si_info *)sih;
1082
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001083 if (SI_FAST(sih)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001084 /* Overloading the origidx variable to remember the coreid,
1085 * this works because the core ids cannot be confused with
1086 * core indices.
1087 */
1088 *origidx = coreid;
1089 if (coreid == CC_CORE_ID)
1090 return CCREGS_FAST(sii);
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001091 else if (coreid == ai_get_buscoretype(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001092 return PCIEREGS(sii);
1093 }
1094 INTR_OFF(sii, *intr_val);
1095 *origidx = sii->curidx;
1096 cc = ai_setcore(sih, coreid, 0);
1097 return cc;
1098}
1099
1100/* restore coreidx and restore interrupt */
1101void ai_restore_core(struct si_pub *sih, uint coreid, uint intr_val)
1102{
1103 struct si_info *sii;
1104
1105 sii = (struct si_info *)sih;
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001106 if (SI_FAST(sih)
1107 && ((coreid == CC_CORE_ID) || (coreid == ai_get_buscoretype(sih))))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001108 return;
1109
1110 ai_setcoreidx(sih, coreid);
1111 INTR_RESTORE(sii, intr_val);
1112}
1113
1114void ai_write_wrapperreg(struct si_pub *sih, u32 offset, u32 val)
1115{
1116 struct si_info *sii = (struct si_info *)sih;
1117 u32 *w = (u32 *) sii->curwrap;
1118 W_REG(w + (offset / 4), val);
1119 return;
1120}
1121
1122/*
1123 * Switch to 'coreidx', issue a single arbitrary 32bit register mask&set
1124 * operation, switch back to the original core, and return the new value.
1125 *
1126 * When using the silicon backplane, no fiddling with interrupts or core
1127 * switches is needed.
1128 *
1129 * Also, when using pci/pcie, we can optimize away the core switching for pci
1130 * registers and (on newer pci cores) chipcommon registers.
1131 */
1132uint ai_corereg(struct si_pub *sih, uint coreidx, uint regoff, uint mask,
1133 uint val)
1134{
1135 uint origidx = 0;
1136 u32 __iomem *r = NULL;
1137 uint w;
1138 uint intr_val = 0;
1139 bool fast = false;
1140 struct si_info *sii;
1141
1142 sii = (struct si_info *)sih;
1143
1144 if (coreidx >= SI_MAXCORES)
1145 return 0;
1146
1147 /*
1148 * If pci/pcie, we can get at pci/pcie regs
1149 * and on newer cores to chipc
1150 */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001151 if ((sii->coreid[coreidx] == CC_CORE_ID) && SI_FAST(sih)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001152 /* Chipc registers are mapped at 12KB */
1153 fast = true;
1154 r = (u32 __iomem *)((__iomem char *)sii->curmap +
1155 PCI_16KB0_CCREGS_OFFSET + regoff);
Arend van Spriel2e397c32011-12-08 15:06:44 -08001156 } else if (sii->buscoreidx == coreidx) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001157 /*
1158 * pci registers are at either in the last 2KB of
1159 * an 8KB window or, in pcie and pci rev 13 at 8KB
1160 */
1161 fast = true;
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001162 if (SI_FAST(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001163 r = (u32 __iomem *)((__iomem char *)sii->curmap +
1164 PCI_16KB0_PCIREGS_OFFSET + regoff);
1165 else
1166 r = (u32 __iomem *)((__iomem char *)sii->curmap +
1167 ((regoff >= SBCONFIGOFF) ?
1168 PCI_BAR0_PCISBR_OFFSET :
1169 PCI_BAR0_PCIREGS_OFFSET) + regoff);
1170 }
1171
1172 if (!fast) {
1173 INTR_OFF(sii, intr_val);
1174
1175 /* save current core index */
1176 origidx = ai_coreidx(&sii->pub);
1177
1178 /* switch core */
1179 r = (u32 __iomem *) ((unsigned char __iomem *)
1180 ai_setcoreidx(&sii->pub, coreidx) + regoff);
1181 }
1182
1183 /* mask and set */
1184 if (mask || val) {
1185 w = (R_REG(r) & ~mask) | val;
1186 W_REG(r, w);
1187 }
1188
1189 /* readback */
1190 w = R_REG(r);
1191
1192 if (!fast) {
1193 /* restore core index */
1194 if (origidx != coreidx)
1195 ai_setcoreidx(&sii->pub, origidx);
1196
1197 INTR_RESTORE(sii, intr_val);
1198 }
1199
1200 return w;
1201}
1202
1203void ai_core_disable(struct si_pub *sih, u32 bits)
1204{
1205 struct si_info *sii;
1206 u32 dummy;
1207 struct aidmp *ai;
1208
1209 sii = (struct si_info *)sih;
1210
1211 ai = sii->curwrap;
1212
1213 /* if core is already in reset, just return */
1214 if (R_REG(&ai->resetctrl) & AIRC_RESET)
1215 return;
1216
1217 W_REG(&ai->ioctrl, bits);
1218 dummy = R_REG(&ai->ioctrl);
1219 udelay(10);
1220
1221 W_REG(&ai->resetctrl, AIRC_RESET);
1222 udelay(1);
1223}
1224
1225/* reset and re-enable a core
1226 * inputs:
1227 * bits - core specific bits that are set during and after reset sequence
1228 * resetbits - core specific bits that are set only during reset sequence
1229 */
1230void ai_core_reset(struct si_pub *sih, u32 bits, u32 resetbits)
1231{
1232 struct si_info *sii;
1233 struct aidmp *ai;
1234 u32 dummy;
1235
1236 sii = (struct si_info *)sih;
1237 ai = sii->curwrap;
1238
1239 /*
1240 * Must do the disable sequence first to work
1241 * for arbitrary current core state.
1242 */
1243 ai_core_disable(sih, (bits | resetbits));
1244
1245 /*
1246 * Now do the initialization sequence.
1247 */
1248 W_REG(&ai->ioctrl, (bits | SICF_FGC | SICF_CLOCK_EN));
1249 dummy = R_REG(&ai->ioctrl);
1250 W_REG(&ai->resetctrl, 0);
1251 udelay(1);
1252
1253 W_REG(&ai->ioctrl, (bits | SICF_CLOCK_EN));
1254 dummy = R_REG(&ai->ioctrl);
1255 udelay(1);
1256}
1257
1258/* return the slow clock source - LPO, XTAL, or PCI */
1259static uint ai_slowclk_src(struct si_info *sii)
1260{
1261 struct chipcregs __iomem *cc;
1262 u32 val;
1263
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001264 if (ai_get_ccrev(&sii->pub) < 6) {
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001265 pci_read_config_dword(sii->pcibus, PCI_GPIO_OUT,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001266 &val);
1267 if (val & PCI_CFG_GPIO_SCS)
1268 return SCC_SS_PCI;
1269 return SCC_SS_XTAL;
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001270 } else if (ai_get_ccrev(&sii->pub) < 10) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001271 cc = (struct chipcregs __iomem *)
1272 ai_setcoreidx(&sii->pub, sii->curidx);
1273 return R_REG(&cc->slow_clk_ctl) & SCC_SS_MASK;
1274 } else /* Insta-clock */
1275 return SCC_SS_XTAL;
1276}
1277
1278/*
1279* return the ILP (slowclock) min or max frequency
1280* precondition: we've established the chip has dynamic clk control
1281*/
1282static uint ai_slowclk_freq(struct si_info *sii, bool max_freq,
1283 struct chipcregs __iomem *cc)
1284{
1285 u32 slowclk;
1286 uint div;
1287
1288 slowclk = ai_slowclk_src(sii);
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001289 if (ai_get_ccrev(&sii->pub) < 6) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001290 if (slowclk == SCC_SS_PCI)
1291 return max_freq ? (PCIMAXFREQ / 64)
1292 : (PCIMINFREQ / 64);
1293 else
1294 return max_freq ? (XTALMAXFREQ / 32)
1295 : (XTALMINFREQ / 32);
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001296 } else if (ai_get_ccrev(&sii->pub) < 10) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001297 div = 4 *
1298 (((R_REG(&cc->slow_clk_ctl) & SCC_CD_MASK) >>
1299 SCC_CD_SHIFT) + 1);
1300 if (slowclk == SCC_SS_LPO)
1301 return max_freq ? LPOMAXFREQ : LPOMINFREQ;
1302 else if (slowclk == SCC_SS_XTAL)
1303 return max_freq ? (XTALMAXFREQ / div)
1304 : (XTALMINFREQ / div);
1305 else if (slowclk == SCC_SS_PCI)
1306 return max_freq ? (PCIMAXFREQ / div)
1307 : (PCIMINFREQ / div);
1308 } else {
1309 /* Chipc rev 10 is InstaClock */
1310 div = R_REG(&cc->system_clk_ctl) >> SYCC_CD_SHIFT;
1311 div = 4 * (div + 1);
1312 return max_freq ? XTALMAXFREQ : (XTALMINFREQ / div);
1313 }
1314 return 0;
1315}
1316
1317static void
1318ai_clkctl_setdelay(struct si_info *sii, struct chipcregs __iomem *cc)
1319{
1320 uint slowmaxfreq, pll_delay, slowclk;
1321 uint pll_on_delay, fref_sel_delay;
1322
1323 pll_delay = PLL_DELAY;
1324
1325 /*
1326 * If the slow clock is not sourced by the xtal then
1327 * add the xtal_on_delay since the xtal will also be
1328 * powered down by dynamic clk control logic.
1329 */
1330
1331 slowclk = ai_slowclk_src(sii);
1332 if (slowclk != SCC_SS_XTAL)
1333 pll_delay += XTAL_ON_DELAY;
1334
1335 /* Starting with 4318 it is ILP that is used for the delays */
1336 slowmaxfreq =
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001337 ai_slowclk_freq(sii,
1338 (ai_get_ccrev(&sii->pub) >= 10) ? false : true, cc);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001339
1340 pll_on_delay = ((slowmaxfreq * pll_delay) + 999999) / 1000000;
1341 fref_sel_delay = ((slowmaxfreq * FREF_DELAY) + 999999) / 1000000;
1342
1343 W_REG(&cc->pll_on_delay, pll_on_delay);
1344 W_REG(&cc->fref_sel_delay, fref_sel_delay);
1345}
1346
1347/* initialize power control delay registers */
1348void ai_clkctl_init(struct si_pub *sih)
1349{
1350 struct si_info *sii;
1351 uint origidx = 0;
1352 struct chipcregs __iomem *cc;
1353 bool fast;
1354
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001355 if (!(ai_get_cccaps(sih) & CC_CAP_PWR_CTL))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001356 return;
1357
1358 sii = (struct si_info *)sih;
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001359 fast = SI_FAST(sih);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001360 if (!fast) {
1361 origidx = sii->curidx;
1362 cc = (struct chipcregs __iomem *)
1363 ai_setcore(sih, CC_CORE_ID, 0);
1364 if (cc == NULL)
1365 return;
1366 } else {
1367 cc = (struct chipcregs __iomem *) CCREGS_FAST(sii);
1368 if (cc == NULL)
1369 return;
1370 }
1371
1372 /* set all Instaclk chip ILP to 1 MHz */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001373 if (ai_get_ccrev(sih) >= 10)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001374 SET_REG(&cc->system_clk_ctl, SYCC_CD_MASK,
1375 (ILP_DIV_1MHZ << SYCC_CD_SHIFT));
1376
1377 ai_clkctl_setdelay(sii, cc);
1378
1379 if (!fast)
1380 ai_setcoreidx(sih, origidx);
1381}
1382
1383/*
1384 * return the value suitable for writing to the
1385 * dot11 core FAST_PWRUP_DELAY register
1386 */
1387u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih)
1388{
1389 struct si_info *sii;
1390 uint origidx = 0;
1391 struct chipcregs __iomem *cc;
1392 uint slowminfreq;
1393 u16 fpdelay;
1394 uint intr_val = 0;
1395 bool fast;
1396
1397 sii = (struct si_info *)sih;
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001398 if (ai_get_cccaps(sih) & CC_CAP_PMU) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001399 INTR_OFF(sii, intr_val);
1400 fpdelay = si_pmu_fast_pwrup_delay(sih);
1401 INTR_RESTORE(sii, intr_val);
1402 return fpdelay;
1403 }
1404
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001405 if (!(ai_get_cccaps(sih) & CC_CAP_PWR_CTL))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001406 return 0;
1407
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001408 fast = SI_FAST(sih);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001409 fpdelay = 0;
1410 if (!fast) {
1411 origidx = sii->curidx;
1412 INTR_OFF(sii, intr_val);
1413 cc = (struct chipcregs __iomem *)
1414 ai_setcore(sih, CC_CORE_ID, 0);
1415 if (cc == NULL)
1416 goto done;
1417 } else {
1418 cc = (struct chipcregs __iomem *) CCREGS_FAST(sii);
1419 if (cc == NULL)
1420 goto done;
1421 }
1422
1423 slowminfreq = ai_slowclk_freq(sii, false, cc);
1424 fpdelay = (((R_REG(&cc->pll_on_delay) + 2) * 1000000) +
1425 (slowminfreq - 1)) / slowminfreq;
1426
1427 done:
1428 if (!fast) {
1429 ai_setcoreidx(sih, origidx);
1430 INTR_RESTORE(sii, intr_val);
1431 }
1432 return fpdelay;
1433}
1434
1435/* turn primary xtal and/or pll off/on */
1436int ai_clkctl_xtal(struct si_pub *sih, uint what, bool on)
1437{
1438 struct si_info *sii;
1439 u32 in, out, outen;
1440
1441 sii = (struct si_info *)sih;
1442
1443 /* pcie core doesn't have any mapping to control the xtal pu */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001444 if (PCIE(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001445 return -1;
1446
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001447 pci_read_config_dword(sii->pcibus, PCI_GPIO_IN, &in);
1448 pci_read_config_dword(sii->pcibus, PCI_GPIO_OUT, &out);
1449 pci_read_config_dword(sii->pcibus, PCI_GPIO_OUTEN, &outen);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001450
1451 /*
1452 * Avoid glitching the clock if GPRS is already using it.
1453 * We can't actually read the state of the PLLPD so we infer it
1454 * by the value of XTAL_PU which *is* readable via gpioin.
1455 */
1456 if (on && (in & PCI_CFG_GPIO_XTAL))
1457 return 0;
1458
1459 if (what & XTAL)
1460 outen |= PCI_CFG_GPIO_XTAL;
1461 if (what & PLL)
1462 outen |= PCI_CFG_GPIO_PLL;
1463
1464 if (on) {
1465 /* turn primary xtal on */
1466 if (what & XTAL) {
1467 out |= PCI_CFG_GPIO_XTAL;
1468 if (what & PLL)
1469 out |= PCI_CFG_GPIO_PLL;
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001470 pci_write_config_dword(sii->pcibus,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001471 PCI_GPIO_OUT, out);
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001472 pci_write_config_dword(sii->pcibus,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001473 PCI_GPIO_OUTEN, outen);
1474 udelay(XTAL_ON_DELAY);
1475 }
1476
1477 /* turn pll on */
1478 if (what & PLL) {
1479 out &= ~PCI_CFG_GPIO_PLL;
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001480 pci_write_config_dword(sii->pcibus,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001481 PCI_GPIO_OUT, out);
1482 mdelay(2);
1483 }
1484 } else {
1485 if (what & XTAL)
1486 out &= ~PCI_CFG_GPIO_XTAL;
1487 if (what & PLL)
1488 out |= PCI_CFG_GPIO_PLL;
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001489 pci_write_config_dword(sii->pcibus,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001490 PCI_GPIO_OUT, out);
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001491 pci_write_config_dword(sii->pcibus,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001492 PCI_GPIO_OUTEN, outen);
1493 }
1494
1495 return 0;
1496}
1497
1498/* clk control mechanism through chipcommon, no policy checking */
1499static bool _ai_clkctl_cc(struct si_info *sii, uint mode)
1500{
1501 uint origidx = 0;
1502 struct chipcregs __iomem *cc;
1503 u32 scc;
1504 uint intr_val = 0;
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001505 bool fast = SI_FAST(&sii->pub);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001506
1507 /* chipcommon cores prior to rev6 don't support dynamic clock control */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001508 if (ai_get_ccrev(&sii->pub) < 6)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001509 return false;
1510
1511 if (!fast) {
1512 INTR_OFF(sii, intr_val);
1513 origidx = sii->curidx;
1514 cc = (struct chipcregs __iomem *)
1515 ai_setcore(&sii->pub, CC_CORE_ID, 0);
1516 } else {
1517 cc = (struct chipcregs __iomem *) CCREGS_FAST(sii);
1518 if (cc == NULL)
1519 goto done;
1520 }
1521
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001522 if (!(ai_get_cccaps(&sii->pub) & CC_CAP_PWR_CTL) &&
1523 (ai_get_ccrev(&sii->pub) < 20))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001524 goto done;
1525
1526 switch (mode) {
1527 case CLK_FAST: /* FORCEHT, fast (pll) clock */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001528 if (ai_get_ccrev(&sii->pub) < 10) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001529 /*
1530 * don't forget to force xtal back
1531 * on before we clear SCC_DYN_XTAL..
1532 */
1533 ai_clkctl_xtal(&sii->pub, XTAL, ON);
1534 SET_REG(&cc->slow_clk_ctl,
1535 (SCC_XC | SCC_FS | SCC_IP), SCC_IP);
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001536 } else if (ai_get_ccrev(&sii->pub) < 20) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001537 OR_REG(&cc->system_clk_ctl, SYCC_HR);
1538 } else {
1539 OR_REG(&cc->clk_ctl_st, CCS_FORCEHT);
1540 }
1541
1542 /* wait for the PLL */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001543 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001544 u32 htavail = CCS_HTAVAIL;
1545 SPINWAIT(((R_REG(&cc->clk_ctl_st) & htavail)
1546 == 0), PMU_MAX_TRANSITION_DLY);
1547 } else {
1548 udelay(PLL_DELAY);
1549 }
1550 break;
1551
1552 case CLK_DYNAMIC: /* enable dynamic clock control */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001553 if (ai_get_ccrev(&sii->pub) < 10) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001554 scc = R_REG(&cc->slow_clk_ctl);
1555 scc &= ~(SCC_FS | SCC_IP | SCC_XC);
1556 if ((scc & SCC_SS_MASK) != SCC_SS_XTAL)
1557 scc |= SCC_XC;
1558 W_REG(&cc->slow_clk_ctl, scc);
1559
1560 /*
1561 * for dynamic control, we have to
1562 * release our xtal_pu "force on"
1563 */
1564 if (scc & SCC_XC)
1565 ai_clkctl_xtal(&sii->pub, XTAL, OFF);
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001566 } else if (ai_get_ccrev(&sii->pub) < 20) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001567 /* Instaclock */
1568 AND_REG(&cc->system_clk_ctl, ~SYCC_HR);
1569 } else {
1570 AND_REG(&cc->clk_ctl_st, ~CCS_FORCEHT);
1571 }
1572 break;
1573
1574 default:
1575 break;
1576 }
1577
1578 done:
1579 if (!fast) {
1580 ai_setcoreidx(&sii->pub, origidx);
1581 INTR_RESTORE(sii, intr_val);
1582 }
1583 return mode == CLK_FAST;
1584}
1585
1586/*
1587 * clock control policy function throught chipcommon
1588 *
1589 * set dynamic clk control mode (forceslow, forcefast, dynamic)
1590 * returns true if we are forcing fast clock
1591 * this is a wrapper over the next internal function
1592 * to allow flexible policy settings for outside caller
1593 */
1594bool ai_clkctl_cc(struct si_pub *sih, uint mode)
1595{
1596 struct si_info *sii;
1597
1598 sii = (struct si_info *)sih;
1599
1600 /* chipcommon cores prior to rev6 don't support dynamic clock control */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001601 if (ai_get_ccrev(sih) < 6)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001602 return false;
1603
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001604 if (PCI_FORCEHT(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001605 return mode == CLK_FAST;
1606
1607 return _ai_clkctl_cc(sii, mode);
1608}
1609
1610/* Build device path */
1611int ai_devpath(struct si_pub *sih, char *path, int size)
1612{
1613 int slen;
1614
1615 if (!path || size <= 0)
1616 return -1;
1617
1618 slen = snprintf(path, (size_t) size, "pci/%u/%u/",
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001619 ((struct si_info *)sih)->pcibus->bus->number,
Arend van Spriel5b435de2011-10-05 13:19:03 +02001620 PCI_SLOT(((struct pci_dev *)
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001621 (((struct si_info *)(sih))->pcibus))->devfn));
Arend van Spriel5b435de2011-10-05 13:19:03 +02001622
1623 if (slen < 0 || slen >= size) {
1624 path[0] = '\0';
1625 return -1;
1626 }
1627
1628 return 0;
1629}
1630
1631void ai_pci_up(struct si_pub *sih)
1632{
1633 struct si_info *sii;
1634
1635 sii = (struct si_info *)sih;
1636
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001637 if (PCI_FORCEHT(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001638 _ai_clkctl_cc(sii, CLK_FAST);
1639
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001640 if (PCIE(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001641 pcicore_up(sii->pch, SI_PCIUP);
1642
1643}
1644
1645/* Unconfigure and/or apply various WARs when system is going to sleep mode */
1646void ai_pci_sleep(struct si_pub *sih)
1647{
1648 struct si_info *sii;
1649
1650 sii = (struct si_info *)sih;
1651
1652 pcicore_sleep(sii->pch);
1653}
1654
1655/* Unconfigure and/or apply various WARs when going down */
1656void ai_pci_down(struct si_pub *sih)
1657{
1658 struct si_info *sii;
1659
1660 sii = (struct si_info *)sih;
1661
1662 /* release FORCEHT since chip is going to "down" state */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001663 if (PCI_FORCEHT(sih))
Arend van Spriel5b435de2011-10-05 13:19:03 +02001664 _ai_clkctl_cc(sii, CLK_DYNAMIC);
1665
1666 pcicore_down(sii->pch, SI_PCIDOWN);
1667}
1668
1669/*
1670 * Configure the pci core for pci client (NIC) action
1671 * coremask is the bitvec of cores by index to be enabled.
1672 */
1673void ai_pci_setup(struct si_pub *sih, uint coremask)
1674{
1675 struct si_info *sii;
1676 struct sbpciregs __iomem *regs = NULL;
1677 u32 siflag = 0, w;
1678 uint idx = 0;
1679
1680 sii = (struct si_info *)sih;
1681
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001682 if (PCI(sih)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001683 /* get current core index */
1684 idx = sii->curidx;
1685
1686 /* we interrupt on this backplane flag number */
1687 siflag = ai_flag(sih);
1688
1689 /* switch over to pci core */
Arend van Spriel2e397c32011-12-08 15:06:44 -08001690 regs = ai_setcoreidx(sih, sii->buscoreidx);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001691 }
1692
1693 /*
1694 * Enable sb->pci interrupts. Assume
1695 * PCI rev 2.3 support was added in pci core rev 6 and things changed..
1696 */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001697 if (PCIE(sih) || (PCI(sih) && (ai_get_buscorerev(sih) >= 6))) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001698 /* pci config write to set this core bit in PCIIntMask */
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001699 pci_read_config_dword(sii->pcibus, PCI_INT_MASK, &w);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001700 w |= (coremask << PCI_SBIM_SHIFT);
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001701 pci_write_config_dword(sii->pcibus, PCI_INT_MASK, w);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001702 } else {
1703 /* set sbintvec bit for our flag number */
1704 ai_setint(sih, siflag);
1705 }
1706
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001707 if (PCI(sih)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001708 pcicore_pci_setup(sii->pch, regs);
1709
1710 /* switch back to previous core */
1711 ai_setcoreidx(sih, idx);
1712 }
1713}
1714
1715/*
1716 * Fixup SROMless PCI device's configuration.
1717 * The current core may be changed upon return.
1718 */
1719int ai_pci_fixcfg(struct si_pub *sih)
1720{
1721 uint origidx;
1722 void __iomem *regs = NULL;
1723 struct si_info *sii = (struct si_info *)sih;
1724
1725 /* Fixup PI in SROM shadow area to enable the correct PCI core access */
1726 /* save the current index */
1727 origidx = ai_coreidx(&sii->pub);
1728
1729 /* check 'pi' is correct and fix it if not */
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001730 regs = ai_setcore(&sii->pub, ai_get_buscoretype(sih), 0);
1731 if (ai_get_buscoretype(sih) == PCIE_CORE_ID)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001732 pcicore_fixcfg_pcie(sii->pch,
1733 (struct sbpcieregs __iomem *)regs);
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001734 else if (ai_get_buscoretype(sih) == PCI_CORE_ID)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001735 pcicore_fixcfg_pci(sii->pch, (struct sbpciregs __iomem *)regs);
1736
1737 /* restore the original index */
1738 ai_setcoreidx(&sii->pub, origidx);
1739
1740 pcicore_hwup(sii->pch);
1741 return 0;
1742}
1743
1744/* mask&set gpiocontrol bits */
1745u32 ai_gpiocontrol(struct si_pub *sih, u32 mask, u32 val, u8 priority)
1746{
1747 uint regoff;
1748
1749 regoff = offsetof(struct chipcregs, gpiocontrol);
1750 return ai_corereg(sih, SI_CC_IDX, regoff, mask, val);
1751}
1752
1753void ai_chipcontrl_epa4331(struct si_pub *sih, bool on)
1754{
1755 struct si_info *sii;
1756 struct chipcregs __iomem *cc;
1757 uint origidx;
1758 u32 val;
1759
1760 sii = (struct si_info *)sih;
1761 origidx = ai_coreidx(sih);
1762
1763 cc = (struct chipcregs __iomem *) ai_setcore(sih, CC_CORE_ID, 0);
1764
1765 val = R_REG(&cc->chipcontrol);
1766
1767 if (on) {
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001768 if (ai_get_chippkg(sih) == 9 || ai_get_chippkg(sih) == 0xb)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001769 /* Ext PA Controls for 4331 12x9 Package */
1770 W_REG(&cc->chipcontrol, val |
1771 CCTRL4331_EXTPA_EN |
1772 CCTRL4331_EXTPA_ON_GPIO2_5);
1773 else
1774 /* Ext PA Controls for 4331 12x12 Package */
1775 W_REG(&cc->chipcontrol,
1776 val | CCTRL4331_EXTPA_EN);
1777 } else {
1778 val &= ~(CCTRL4331_EXTPA_EN | CCTRL4331_EXTPA_ON_GPIO2_5);
1779 W_REG(&cc->chipcontrol, val);
1780 }
1781
1782 ai_setcoreidx(sih, origidx);
1783}
1784
1785/* Enable BT-COEX & Ex-PA for 4313 */
1786void ai_epa_4313war(struct si_pub *sih)
1787{
1788 struct si_info *sii;
1789 struct chipcregs __iomem *cc;
1790 uint origidx;
1791
1792 sii = (struct si_info *)sih;
1793 origidx = ai_coreidx(sih);
1794
1795 cc = ai_setcore(sih, CC_CORE_ID, 0);
1796
1797 /* EPA Fix */
1798 W_REG(&cc->gpiocontrol,
1799 R_REG(&cc->gpiocontrol) | GPIO_CTRL_EPA_EN_MASK);
1800
1801 ai_setcoreidx(sih, origidx);
1802}
1803
1804/* check if the device is removed */
1805bool ai_deviceremoved(struct si_pub *sih)
1806{
1807 u32 w;
1808 struct si_info *sii;
1809
1810 sii = (struct si_info *)sih;
1811
Arend van Sprielcbc80db2011-12-08 15:06:48 -08001812 pci_read_config_dword(sii->pcibus, PCI_VENDOR_ID, &w);
Arend van Spriel5b435de2011-10-05 13:19:03 +02001813 if ((w & 0xFFFF) != PCI_VENDOR_ID_BROADCOM)
1814 return true;
1815
1816 return false;
1817}
1818
1819bool ai_is_sprom_available(struct si_pub *sih)
1820{
Arend van Spriel2e397c32011-12-08 15:06:44 -08001821 struct si_info *sii = (struct si_info *)sih;
1822
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001823 if (ai_get_ccrev(sih) >= 31) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001824 uint origidx;
1825 struct chipcregs __iomem *cc;
1826 u32 sromctrl;
1827
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001828 if ((ai_get_cccaps(sih) & CC_CAP_SROM) == 0)
Arend van Spriel5b435de2011-10-05 13:19:03 +02001829 return false;
1830
Arend van Spriel5b435de2011-10-05 13:19:03 +02001831 origidx = sii->curidx;
1832 cc = ai_setcoreidx(sih, SI_CC_IDX);
1833 sromctrl = R_REG(&cc->sromcontrol);
1834 ai_setcoreidx(sih, origidx);
1835 return sromctrl & SRC_PRESENT;
1836 }
1837
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001838 switch (ai_get_chip_id(sih)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001839 case BCM4313_CHIP_ID:
Arend van Spriel2e397c32011-12-08 15:06:44 -08001840 return (sii->chipst & CST4313_SPROM_PRESENT) != 0;
Arend van Spriel5b435de2011-10-05 13:19:03 +02001841 default:
1842 return true;
1843 }
1844}
1845
1846bool ai_is_otp_disabled(struct si_pub *sih)
1847{
Arend van Spriel2e397c32011-12-08 15:06:44 -08001848 struct si_info *sii = (struct si_info *)sih;
1849
Arend van Sprielb2ffec42011-12-08 15:06:45 -08001850 switch (ai_get_chip_id(sih)) {
Arend van Spriel5b435de2011-10-05 13:19:03 +02001851 case BCM4313_CHIP_ID:
Arend van Spriel2e397c32011-12-08 15:06:44 -08001852 return (sii->chipst & CST4313_OTP_PRESENT) == 0;
Arend van Spriel5b435de2011-10-05 13:19:03 +02001853 /* These chips always have their OTP on */
1854 case BCM43224_CHIP_ID:
1855 case BCM43225_CHIP_ID:
1856 default:
1857 return false;
1858 }
1859}