Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 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 | * File contents: support functions for PCI/PCIe |
| 17 | */ |
| 18 | |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 19 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| 20 | |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 21 | #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 Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 324 | #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 Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 327 | |
| 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 Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 348 | #define PCI(sih) (ai_get_buscoretype(sih) == PCI_CORE_ID) |
| 349 | #define PCIE(sih) (ai_get_buscoretype(sih) == PCIE_CORE_ID) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 350 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 351 | #define PCI_FORCEHT(sih) (PCIE(sih) && (ai_get_chip_id(sih) == BCM4716_CHIP_ID)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 352 | |
| 353 | #ifdef BCMDBG |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 354 | #define SI_MSG(fmt, ...) pr_debug(fmt, ##__VA_ARGS__) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 355 | #else |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 356 | #define SI_MSG(fmt, ...) no_printk(fmt, ##__VA_ARGS__) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 357 | #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 | |
| 366 | struct 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 | |
| 484 | /* EROM parsing */ |
| 485 | |
| 486 | static u32 |
| 487 | get_erom_ent(struct si_pub *sih, u32 __iomem **eromptr, u32 mask, u32 match) |
| 488 | { |
| 489 | u32 ent; |
| 490 | uint inv = 0, nom = 0; |
| 491 | |
| 492 | while (true) { |
| 493 | ent = R_REG(*eromptr); |
| 494 | (*eromptr)++; |
| 495 | |
| 496 | if (mask == 0) |
| 497 | break; |
| 498 | |
| 499 | if ((ent & ER_VALID) == 0) { |
| 500 | inv++; |
| 501 | continue; |
| 502 | } |
| 503 | |
| 504 | if (ent == (ER_END | ER_VALID)) |
| 505 | break; |
| 506 | |
| 507 | if ((ent & mask) == match) |
| 508 | break; |
| 509 | |
| 510 | nom++; |
| 511 | } |
| 512 | |
| 513 | return ent; |
| 514 | } |
| 515 | |
| 516 | static u32 |
| 517 | get_asd(struct si_pub *sih, u32 __iomem **eromptr, uint sp, uint ad, uint st, |
| 518 | u32 *addrl, u32 *addrh, u32 *sizel, u32 *sizeh) |
| 519 | { |
| 520 | u32 asd, sz, szd; |
| 521 | |
| 522 | asd = get_erom_ent(sih, eromptr, ER_VALID, ER_VALID); |
| 523 | if (((asd & ER_TAG1) != ER_ADD) || |
| 524 | (((asd & AD_SP_MASK) >> AD_SP_SHIFT) != sp) || |
| 525 | ((asd & AD_ST_MASK) != st)) { |
| 526 | /* This is not what we want, "push" it back */ |
| 527 | (*eromptr)--; |
| 528 | return 0; |
| 529 | } |
| 530 | *addrl = asd & AD_ADDR_MASK; |
| 531 | if (asd & AD_AG32) |
| 532 | *addrh = get_erom_ent(sih, eromptr, 0, 0); |
| 533 | else |
| 534 | *addrh = 0; |
| 535 | *sizeh = 0; |
| 536 | sz = asd & AD_SZ_MASK; |
| 537 | if (sz == AD_SZ_SZD) { |
| 538 | szd = get_erom_ent(sih, eromptr, 0, 0); |
| 539 | *sizel = szd & SD_SZ_MASK; |
| 540 | if (szd & SD_SG32) |
| 541 | *sizeh = get_erom_ent(sih, eromptr, 0, 0); |
| 542 | } else |
| 543 | *sizel = AD_SZ_BASE << (sz >> AD_SZ_SHIFT); |
| 544 | |
| 545 | return asd; |
| 546 | } |
| 547 | |
| 548 | static void ai_hwfixup(struct si_info *sii) |
| 549 | { |
| 550 | } |
| 551 | |
| 552 | /* parse the enumeration rom to identify all cores */ |
| 553 | static void ai_scan(struct si_pub *sih, struct chipcregs __iomem *cc) |
| 554 | { |
| 555 | struct si_info *sii = (struct si_info *)sih; |
| 556 | |
| 557 | u32 erombase; |
| 558 | u32 __iomem *eromptr, *eromlim; |
| 559 | void __iomem *regs = cc; |
| 560 | |
| 561 | erombase = R_REG(&cc->eromptr); |
| 562 | |
| 563 | /* Set wrappers address */ |
| 564 | sii->curwrap = (void *)((unsigned long)cc + SI_CORE_SIZE); |
| 565 | |
| 566 | /* Now point the window at the erom */ |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 567 | pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN, erombase); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 568 | eromptr = regs; |
| 569 | eromlim = eromptr + (ER_REMAPCONTROL / sizeof(u32)); |
| 570 | |
| 571 | while (eromptr < eromlim) { |
| 572 | u32 cia, cib, cid, mfg, crev, nmw, nsw, nmp, nsp; |
| 573 | u32 mpd, asd, addrl, addrh, sizel, sizeh; |
| 574 | u32 __iomem *base; |
| 575 | uint i, j, idx; |
| 576 | bool br; |
| 577 | |
| 578 | br = false; |
| 579 | |
| 580 | /* Grok a component */ |
| 581 | cia = get_erom_ent(sih, &eromptr, ER_TAG, ER_CI); |
| 582 | if (cia == (ER_END | ER_VALID)) { |
| 583 | /* Found END of erom */ |
| 584 | ai_hwfixup(sii); |
| 585 | return; |
| 586 | } |
| 587 | base = eromptr - 1; |
| 588 | cib = get_erom_ent(sih, &eromptr, 0, 0); |
| 589 | |
| 590 | if ((cib & ER_TAG) != ER_CI) { |
| 591 | /* CIA not followed by CIB */ |
| 592 | goto error; |
| 593 | } |
| 594 | |
| 595 | cid = (cia & CIA_CID_MASK) >> CIA_CID_SHIFT; |
| 596 | mfg = (cia & CIA_MFG_MASK) >> CIA_MFG_SHIFT; |
| 597 | crev = (cib & CIB_REV_MASK) >> CIB_REV_SHIFT; |
| 598 | nmw = (cib & CIB_NMW_MASK) >> CIB_NMW_SHIFT; |
| 599 | nsw = (cib & CIB_NSW_MASK) >> CIB_NSW_SHIFT; |
| 600 | nmp = (cib & CIB_NMP_MASK) >> CIB_NMP_SHIFT; |
| 601 | nsp = (cib & CIB_NSP_MASK) >> CIB_NSP_SHIFT; |
| 602 | |
| 603 | if (((mfg == MFGID_ARM) && (cid == DEF_AI_COMP)) || (nsp == 0)) |
| 604 | continue; |
| 605 | if ((nmw + nsw == 0)) { |
| 606 | /* A component which is not a core */ |
| 607 | if (cid == OOB_ROUTER_CORE_ID) { |
| 608 | asd = get_asd(sih, &eromptr, 0, 0, AD_ST_SLAVE, |
| 609 | &addrl, &addrh, &sizel, &sizeh); |
| 610 | if (asd != 0) |
| 611 | sii->oob_router = addrl; |
| 612 | } |
| 613 | continue; |
| 614 | } |
| 615 | |
| 616 | idx = sii->numcores; |
| 617 | /* sii->eromptr[idx] = base; */ |
| 618 | sii->cia[idx] = cia; |
| 619 | sii->cib[idx] = cib; |
| 620 | sii->coreid[idx] = cid; |
| 621 | |
| 622 | for (i = 0; i < nmp; i++) { |
| 623 | mpd = get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID); |
| 624 | if ((mpd & ER_TAG) != ER_MP) { |
| 625 | /* Not enough MP entries for component */ |
| 626 | goto error; |
| 627 | } |
| 628 | } |
| 629 | |
| 630 | /* First Slave Address Descriptor should be port 0: |
| 631 | * the main register space for the core |
| 632 | */ |
| 633 | asd = |
| 634 | get_asd(sih, &eromptr, 0, 0, AD_ST_SLAVE, &addrl, &addrh, |
| 635 | &sizel, &sizeh); |
| 636 | if (asd == 0) { |
| 637 | /* Try again to see if it is a bridge */ |
| 638 | asd = |
| 639 | get_asd(sih, &eromptr, 0, 0, AD_ST_BRIDGE, &addrl, |
| 640 | &addrh, &sizel, &sizeh); |
| 641 | if (asd != 0) |
| 642 | br = true; |
| 643 | else if ((addrh != 0) || (sizeh != 0) |
| 644 | || (sizel != SI_CORE_SIZE)) { |
| 645 | /* First Slave ASD for core malformed */ |
| 646 | goto error; |
| 647 | } |
| 648 | } |
| 649 | sii->coresba[idx] = addrl; |
| 650 | sii->coresba_size[idx] = sizel; |
| 651 | /* Get any more ASDs in port 0 */ |
| 652 | j = 1; |
| 653 | do { |
| 654 | asd = |
| 655 | get_asd(sih, &eromptr, 0, j, AD_ST_SLAVE, &addrl, |
| 656 | &addrh, &sizel, &sizeh); |
| 657 | if ((asd != 0) && (j == 1) && (sizel == SI_CORE_SIZE)) { |
| 658 | sii->coresba2[idx] = addrl; |
| 659 | sii->coresba2_size[idx] = sizel; |
| 660 | } |
| 661 | j++; |
| 662 | } while (asd != 0); |
| 663 | |
| 664 | /* Go through the ASDs for other slave ports */ |
| 665 | for (i = 1; i < nsp; i++) { |
| 666 | j = 0; |
| 667 | do { |
| 668 | asd = |
| 669 | get_asd(sih, &eromptr, i, j++, AD_ST_SLAVE, |
| 670 | &addrl, &addrh, &sizel, &sizeh); |
| 671 | } while (asd != 0); |
| 672 | if (j == 0) { |
| 673 | /* SP has no address descriptors */ |
| 674 | goto error; |
| 675 | } |
| 676 | } |
| 677 | |
| 678 | /* Now get master wrappers */ |
| 679 | for (i = 0; i < nmw; i++) { |
| 680 | asd = |
| 681 | get_asd(sih, &eromptr, i, 0, AD_ST_MWRAP, &addrl, |
| 682 | &addrh, &sizel, &sizeh); |
| 683 | if (asd == 0) { |
| 684 | /* Missing descriptor for MW */ |
| 685 | goto error; |
| 686 | } |
| 687 | if ((sizeh != 0) || (sizel != SI_CORE_SIZE)) { |
| 688 | /* Master wrapper %d is not 4KB */ |
| 689 | goto error; |
| 690 | } |
| 691 | if (i == 0) |
| 692 | sii->wrapba[idx] = addrl; |
| 693 | } |
| 694 | |
| 695 | /* And finally slave wrappers */ |
| 696 | for (i = 0; i < nsw; i++) { |
| 697 | uint fwp = (nsp == 1) ? 0 : 1; |
| 698 | asd = |
| 699 | get_asd(sih, &eromptr, fwp + i, 0, AD_ST_SWRAP, |
| 700 | &addrl, &addrh, &sizel, &sizeh); |
| 701 | if (asd == 0) { |
| 702 | /* Missing descriptor for SW */ |
| 703 | goto error; |
| 704 | } |
| 705 | if ((sizeh != 0) || (sizel != SI_CORE_SIZE)) { |
| 706 | /* Slave wrapper is not 4KB */ |
| 707 | goto error; |
| 708 | } |
| 709 | if ((nmw == 0) && (i == 0)) |
| 710 | sii->wrapba[idx] = addrl; |
| 711 | } |
| 712 | |
| 713 | /* Don't record bridges */ |
| 714 | if (br) |
| 715 | continue; |
| 716 | |
| 717 | /* Done with core */ |
| 718 | sii->numcores++; |
| 719 | } |
| 720 | |
| 721 | error: |
| 722 | /* Reached end of erom without finding END */ |
| 723 | sii->numcores = 0; |
| 724 | return; |
| 725 | } |
| 726 | |
| 727 | /* |
| 728 | * This function changes the logical "focus" to the indicated core. |
| 729 | * Return the current core's virtual address. Since each core starts with the |
| 730 | * same set of registers (BIST, clock control, etc), the returned address |
| 731 | * contains the first register of this 'common' register block (not to be |
| 732 | * confused with 'common core'). |
| 733 | */ |
| 734 | void __iomem *ai_setcoreidx(struct si_pub *sih, uint coreidx) |
| 735 | { |
| 736 | struct si_info *sii = (struct si_info *)sih; |
| 737 | u32 addr = sii->coresba[coreidx]; |
| 738 | u32 wrap = sii->wrapba[coreidx]; |
| 739 | |
| 740 | if (coreidx >= sii->numcores) |
| 741 | return NULL; |
| 742 | |
| 743 | /* point bar0 window */ |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 744 | pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN, addr); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 745 | /* point bar0 2nd 4KB window */ |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 746 | pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN2, wrap); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 747 | sii->curidx = coreidx; |
| 748 | |
| 749 | return sii->curmap; |
| 750 | } |
| 751 | |
| 752 | /* Return the number of address spaces in current core */ |
| 753 | int ai_numaddrspaces(struct si_pub *sih) |
| 754 | { |
| 755 | return 2; |
| 756 | } |
| 757 | |
| 758 | /* Return the address of the nth address space in the current core */ |
| 759 | u32 ai_addrspace(struct si_pub *sih, uint asidx) |
| 760 | { |
| 761 | struct si_info *sii; |
| 762 | uint cidx; |
| 763 | |
| 764 | sii = (struct si_info *)sih; |
| 765 | cidx = sii->curidx; |
| 766 | |
| 767 | if (asidx == 0) |
| 768 | return sii->coresba[cidx]; |
| 769 | else if (asidx == 1) |
| 770 | return sii->coresba2[cidx]; |
| 771 | else { |
| 772 | /* Need to parse the erom again to find addr space */ |
| 773 | return 0; |
| 774 | } |
| 775 | } |
| 776 | |
| 777 | /* Return the size of the nth address space in the current core */ |
| 778 | u32 ai_addrspacesize(struct si_pub *sih, uint asidx) |
| 779 | { |
| 780 | struct si_info *sii; |
| 781 | uint cidx; |
| 782 | |
| 783 | sii = (struct si_info *)sih; |
| 784 | cidx = sii->curidx; |
| 785 | |
| 786 | if (asidx == 0) |
| 787 | return sii->coresba_size[cidx]; |
| 788 | else if (asidx == 1) |
| 789 | return sii->coresba2_size[cidx]; |
| 790 | else { |
| 791 | /* Need to parse the erom again to find addr */ |
| 792 | return 0; |
| 793 | } |
| 794 | } |
| 795 | |
| 796 | uint ai_flag(struct si_pub *sih) |
| 797 | { |
| 798 | struct si_info *sii; |
| 799 | struct aidmp *ai; |
| 800 | |
| 801 | sii = (struct si_info *)sih; |
| 802 | ai = sii->curwrap; |
| 803 | |
| 804 | return R_REG(&ai->oobselouta30) & 0x1f; |
| 805 | } |
| 806 | |
| 807 | void ai_setint(struct si_pub *sih, int siflag) |
| 808 | { |
| 809 | } |
| 810 | |
| 811 | uint ai_corevendor(struct si_pub *sih) |
| 812 | { |
| 813 | struct si_info *sii; |
| 814 | u32 cia; |
| 815 | |
| 816 | sii = (struct si_info *)sih; |
| 817 | cia = sii->cia[sii->curidx]; |
| 818 | return (cia & CIA_MFG_MASK) >> CIA_MFG_SHIFT; |
| 819 | } |
| 820 | |
| 821 | uint ai_corerev(struct si_pub *sih) |
| 822 | { |
| 823 | struct si_info *sii; |
| 824 | u32 cib; |
| 825 | |
| 826 | sii = (struct si_info *)sih; |
| 827 | cib = sii->cib[sii->curidx]; |
| 828 | return (cib & CIB_REV_MASK) >> CIB_REV_SHIFT; |
| 829 | } |
| 830 | |
| 831 | bool ai_iscoreup(struct si_pub *sih) |
| 832 | { |
| 833 | struct si_info *sii; |
| 834 | struct aidmp *ai; |
| 835 | |
| 836 | sii = (struct si_info *)sih; |
| 837 | ai = sii->curwrap; |
| 838 | |
| 839 | return (((R_REG(&ai->ioctrl) & (SICF_FGC | SICF_CLOCK_EN)) == |
| 840 | SICF_CLOCK_EN) |
| 841 | && ((R_REG(&ai->resetctrl) & AIRC_RESET) == 0)); |
| 842 | } |
| 843 | |
| 844 | void ai_core_cflags_wo(struct si_pub *sih, u32 mask, u32 val) |
| 845 | { |
| 846 | struct si_info *sii; |
| 847 | struct aidmp *ai; |
| 848 | u32 w; |
| 849 | |
| 850 | sii = (struct si_info *)sih; |
| 851 | |
| 852 | ai = sii->curwrap; |
| 853 | |
| 854 | if (mask || val) { |
| 855 | w = ((R_REG(&ai->ioctrl) & ~mask) | val); |
| 856 | W_REG(&ai->ioctrl, w); |
| 857 | } |
| 858 | } |
| 859 | |
| 860 | u32 ai_core_cflags(struct si_pub *sih, u32 mask, u32 val) |
| 861 | { |
| 862 | struct si_info *sii; |
| 863 | struct aidmp *ai; |
| 864 | u32 w; |
| 865 | |
| 866 | sii = (struct si_info *)sih; |
| 867 | ai = sii->curwrap; |
| 868 | |
| 869 | if (mask || val) { |
| 870 | w = ((R_REG(&ai->ioctrl) & ~mask) | val); |
| 871 | W_REG(&ai->ioctrl, w); |
| 872 | } |
| 873 | |
| 874 | return R_REG(&ai->ioctrl); |
| 875 | } |
| 876 | |
| 877 | /* return true if PCIE capability exists in the pci config space */ |
| 878 | static bool ai_ispcie(struct si_info *sii) |
| 879 | { |
| 880 | u8 cap_ptr; |
| 881 | |
| 882 | cap_ptr = |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 883 | pcicore_find_pci_capability(sii->pcibus, PCI_CAP_ID_EXP, NULL, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 884 | NULL); |
| 885 | if (!cap_ptr) |
| 886 | return false; |
| 887 | |
| 888 | return true; |
| 889 | } |
| 890 | |
| 891 | static bool ai_buscore_prep(struct si_info *sii) |
| 892 | { |
| 893 | /* kludge to enable the clock on the 4306 which lacks a slowclock */ |
| 894 | if (!ai_ispcie(sii)) |
| 895 | ai_clkctl_xtal(&sii->pub, XTAL | PLL, ON); |
| 896 | return true; |
| 897 | } |
| 898 | |
| 899 | u32 ai_core_sflags(struct si_pub *sih, u32 mask, u32 val) |
| 900 | { |
| 901 | struct si_info *sii; |
| 902 | struct aidmp *ai; |
| 903 | u32 w; |
| 904 | |
| 905 | sii = (struct si_info *)sih; |
| 906 | ai = sii->curwrap; |
| 907 | |
| 908 | if (mask || val) { |
| 909 | w = ((R_REG(&ai->iostatus) & ~mask) | val); |
| 910 | W_REG(&ai->iostatus, w); |
| 911 | } |
| 912 | |
| 913 | return R_REG(&ai->iostatus); |
| 914 | } |
| 915 | |
| 916 | static bool |
| 917 | ai_buscore_setup(struct si_info *sii, u32 savewin, uint *origidx) |
| 918 | { |
| 919 | bool pci, pcie; |
| 920 | uint i; |
| 921 | uint pciidx, pcieidx, pcirev, pcierev; |
| 922 | struct chipcregs __iomem *cc; |
| 923 | |
| 924 | cc = ai_setcoreidx(&sii->pub, SI_CC_IDX); |
| 925 | |
| 926 | /* get chipcommon rev */ |
| 927 | sii->pub.ccrev = (int)ai_corerev(&sii->pub); |
| 928 | |
| 929 | /* get chipcommon chipstatus */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 930 | if (ai_get_ccrev(&sii->pub) >= 11) |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 931 | sii->chipst = R_REG(&cc->chipstatus); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 932 | |
| 933 | /* get chipcommon capabilites */ |
| 934 | sii->pub.cccaps = R_REG(&cc->capabilities); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 935 | |
| 936 | /* get pmu rev and caps */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 937 | if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 938 | sii->pub.pmucaps = R_REG(&cc->pmucapabilities); |
| 939 | sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK; |
| 940 | } |
| 941 | |
| 942 | /* figure out bus/orignal core idx */ |
| 943 | sii->pub.buscoretype = NODEV_CORE_ID; |
| 944 | sii->pub.buscorerev = NOREV; |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 945 | sii->buscoreidx = BADIDX; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 946 | |
| 947 | pci = pcie = false; |
| 948 | pcirev = pcierev = NOREV; |
| 949 | pciidx = pcieidx = BADIDX; |
| 950 | |
| 951 | for (i = 0; i < sii->numcores; i++) { |
| 952 | uint cid, crev; |
| 953 | |
| 954 | ai_setcoreidx(&sii->pub, i); |
| 955 | cid = ai_coreid(&sii->pub); |
| 956 | crev = ai_corerev(&sii->pub); |
| 957 | |
| 958 | if (cid == PCI_CORE_ID) { |
| 959 | pciidx = i; |
| 960 | pcirev = crev; |
| 961 | pci = true; |
| 962 | } else if (cid == PCIE_CORE_ID) { |
| 963 | pcieidx = i; |
| 964 | pcierev = crev; |
| 965 | pcie = true; |
| 966 | } |
| 967 | |
| 968 | /* find the core idx before entering this func. */ |
| 969 | if ((savewin && (savewin == sii->coresba[i])) || |
| 970 | (cc == sii->regs[i])) |
| 971 | *origidx = i; |
| 972 | } |
| 973 | |
| 974 | if (pci && pcie) { |
| 975 | if (ai_ispcie(sii)) |
| 976 | pci = false; |
| 977 | else |
| 978 | pcie = false; |
| 979 | } |
| 980 | if (pci) { |
| 981 | sii->pub.buscoretype = PCI_CORE_ID; |
| 982 | sii->pub.buscorerev = pcirev; |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 983 | sii->buscoreidx = pciidx; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 984 | } else if (pcie) { |
| 985 | sii->pub.buscoretype = PCIE_CORE_ID; |
| 986 | sii->pub.buscorerev = pcierev; |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 987 | sii->buscoreidx = pcieidx; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 988 | } |
| 989 | |
| 990 | /* fixup necessary chip/core configurations */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 991 | if (SI_FAST(&sii->pub)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 992 | if (!sii->pch) { |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 993 | sii->pch = pcicore_init(&sii->pub, sii->pcibus, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 994 | (__iomem void *)PCIEREGS(sii)); |
| 995 | if (sii->pch == NULL) |
| 996 | return false; |
| 997 | } |
| 998 | } |
| 999 | if (ai_pci_fixcfg(&sii->pub)) { |
| 1000 | /* si_doattach: si_pci_fixcfg failed */ |
| 1001 | return false; |
| 1002 | } |
| 1003 | |
| 1004 | /* return to the original core */ |
| 1005 | ai_setcoreidx(&sii->pub, *origidx); |
| 1006 | |
| 1007 | return true; |
| 1008 | } |
| 1009 | |
| 1010 | /* |
| 1011 | * get boardtype and boardrev |
| 1012 | */ |
| 1013 | static __used void ai_nvram_process(struct si_info *sii) |
| 1014 | { |
| 1015 | uint w = 0; |
| 1016 | |
| 1017 | /* do a pci config read to get subsystem id and subvendor id */ |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1018 | pci_read_config_dword(sii->pcibus, PCI_SUBSYSTEM_VENDOR_ID, &w); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1019 | |
| 1020 | sii->pub.boardvendor = w & 0xffff; |
| 1021 | sii->pub.boardtype = (w >> 16) & 0xffff; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1022 | } |
| 1023 | |
| 1024 | static struct si_info *ai_doattach(struct si_info *sii, |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1025 | struct bcma_bus *pbus) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1026 | { |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1027 | void __iomem *regs = pbus->mmio; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1028 | struct si_pub *sih = &sii->pub; |
| 1029 | u32 w, savewin; |
| 1030 | struct chipcregs __iomem *cc; |
| 1031 | uint socitype; |
| 1032 | uint origidx; |
| 1033 | |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1034 | /* assume the window is looking at chipcommon */ |
| 1035 | WARN_ON(pbus->mapped_core->id.id != BCMA_CORE_CHIPCOMMON); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1036 | memset((unsigned char *) sii, 0, sizeof(struct si_info)); |
| 1037 | |
| 1038 | savewin = 0; |
| 1039 | |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1040 | sii->icbus = pbus; |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 1041 | sii->buscoreidx = BADIDX; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1042 | sii->curmap = regs; |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1043 | sii->pcibus = pbus->host_pci; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1044 | |
| 1045 | /* find Chipcommon address */ |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1046 | pci_read_config_dword(sii->pcibus, PCI_BAR0_WIN, &savewin); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1047 | if (!GOODCOREADDR(savewin, SI_ENUM_BASE)) |
| 1048 | savewin = SI_ENUM_BASE; |
| 1049 | |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1050 | pci_write_config_dword(sii->pcibus, PCI_BAR0_WIN, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1051 | SI_ENUM_BASE); |
| 1052 | cc = (struct chipcregs __iomem *) regs; |
| 1053 | |
| 1054 | /* bus/core/clk setup for register access */ |
| 1055 | if (!ai_buscore_prep(sii)) |
| 1056 | return NULL; |
| 1057 | |
| 1058 | /* |
| 1059 | * ChipID recognition. |
| 1060 | * We assume we can read chipid at offset 0 from the regs arg. |
| 1061 | * If we add other chiptypes (or if we need to support old sdio |
| 1062 | * hosts w/o chipcommon), some way of recognizing them needs to |
| 1063 | * be added here. |
| 1064 | */ |
| 1065 | w = R_REG(&cc->chipid); |
| 1066 | socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT; |
| 1067 | /* Might as wll fill in chip id rev & pkg */ |
| 1068 | sih->chip = w & CID_ID_MASK; |
| 1069 | sih->chiprev = (w & CID_REV_MASK) >> CID_REV_SHIFT; |
| 1070 | sih->chippkg = (w & CID_PKG_MASK) >> CID_PKG_SHIFT; |
| 1071 | |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1072 | /* scan for cores */ |
| 1073 | if (socitype == SOCI_AI) { |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 1074 | SI_MSG("Found chip type AI (0x%08x)\n", w); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1075 | /* pass chipc address instead of original core base */ |
| 1076 | ai_scan(&sii->pub, cc); |
| 1077 | } else { |
| 1078 | /* Found chip of unknown type */ |
| 1079 | return NULL; |
| 1080 | } |
| 1081 | /* no cores found, bail out */ |
| 1082 | if (sii->numcores == 0) |
| 1083 | return NULL; |
| 1084 | |
| 1085 | /* bus/core/clk setup */ |
| 1086 | origidx = SI_CC_IDX; |
| 1087 | if (!ai_buscore_setup(sii, savewin, &origidx)) |
| 1088 | goto exit; |
| 1089 | |
| 1090 | /* Init nvram from sprom/otp if they exist */ |
| 1091 | if (srom_var_init(&sii->pub, cc)) |
| 1092 | goto exit; |
| 1093 | |
| 1094 | ai_nvram_process(sii); |
| 1095 | |
| 1096 | /* === NVRAM, clock is ready === */ |
| 1097 | cc = (struct chipcregs __iomem *) ai_setcore(sih, CC_CORE_ID, 0); |
| 1098 | W_REG(&cc->gpiopullup, 0); |
| 1099 | W_REG(&cc->gpiopulldown, 0); |
| 1100 | ai_setcoreidx(sih, origidx); |
| 1101 | |
| 1102 | /* PMU specific initializations */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1103 | if (ai_get_cccaps(sih) & CC_CAP_PMU) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1104 | u32 xtalfreq; |
| 1105 | si_pmu_init(sih); |
| 1106 | si_pmu_chip_init(sih); |
| 1107 | |
| 1108 | xtalfreq = si_pmu_measure_alpclk(sih); |
| 1109 | si_pmu_pll_init(sih, xtalfreq); |
| 1110 | si_pmu_res_init(sih); |
| 1111 | si_pmu_swreg_init(sih); |
| 1112 | } |
| 1113 | |
| 1114 | /* setup the GPIO based LED powersave register */ |
| 1115 | w = getintvar(sih, BRCMS_SROM_LEDDC); |
| 1116 | if (w == 0) |
| 1117 | w = DEFAULT_GPIOTIMERVAL; |
| 1118 | ai_corereg(sih, SI_CC_IDX, offsetof(struct chipcregs, gpiotimerval), |
| 1119 | ~0, w); |
| 1120 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1121 | if (PCIE(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1122 | pcicore_attach(sii->pch, SI_DOATTACH); |
| 1123 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1124 | if (ai_get_chip_id(sih) == BCM43224_CHIP_ID) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1125 | /* |
| 1126 | * enable 12 mA drive strenth for 43224 and |
| 1127 | * set chipControl register bit 15 |
| 1128 | */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1129 | if (ai_get_chiprev(sih) == 0) { |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 1130 | SI_MSG("Applying 43224A0 WARs\n"); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1131 | ai_corereg(sih, SI_CC_IDX, |
| 1132 | offsetof(struct chipcregs, chipcontrol), |
| 1133 | CCTRL43224_GPIO_TOGGLE, |
| 1134 | CCTRL43224_GPIO_TOGGLE); |
| 1135 | si_pmu_chipcontrol(sih, 0, CCTRL_43224A0_12MA_LED_DRIVE, |
| 1136 | CCTRL_43224A0_12MA_LED_DRIVE); |
| 1137 | } |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1138 | if (ai_get_chiprev(sih) >= 1) { |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 1139 | SI_MSG("Applying 43224B0+ WARs\n"); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1140 | si_pmu_chipcontrol(sih, 0, CCTRL_43224B0_12MA_LED_DRIVE, |
| 1141 | CCTRL_43224B0_12MA_LED_DRIVE); |
| 1142 | } |
| 1143 | } |
| 1144 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1145 | if (ai_get_chip_id(sih) == BCM4313_CHIP_ID) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1146 | /* |
| 1147 | * enable 12 mA drive strenth for 4313 and |
| 1148 | * set chipControl register bit 1 |
| 1149 | */ |
Joe Perches | 8505a7e | 2011-11-13 11:41:04 -0800 | [diff] [blame] | 1150 | SI_MSG("Applying 4313 WARs\n"); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1151 | si_pmu_chipcontrol(sih, 0, CCTRL_4313_12MA_LED_DRIVE, |
| 1152 | CCTRL_4313_12MA_LED_DRIVE); |
| 1153 | } |
| 1154 | |
| 1155 | return sii; |
| 1156 | |
| 1157 | exit: |
| 1158 | if (sii->pch) |
| 1159 | pcicore_deinit(sii->pch); |
| 1160 | sii->pch = NULL; |
| 1161 | |
| 1162 | return NULL; |
| 1163 | } |
| 1164 | |
| 1165 | /* |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1166 | * Allocate a si handle and do the attach. |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1167 | */ |
| 1168 | struct si_pub * |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1169 | ai_attach(struct bcma_bus *pbus) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1170 | { |
| 1171 | struct si_info *sii; |
| 1172 | |
| 1173 | /* alloc struct si_info */ |
| 1174 | sii = kmalloc(sizeof(struct si_info), GFP_ATOMIC); |
| 1175 | if (sii == NULL) |
| 1176 | return NULL; |
| 1177 | |
Arend van Spriel | 28a5344 | 2011-12-08 15:06:49 -0800 | [diff] [blame^] | 1178 | if (ai_doattach(sii, pbus) == NULL) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1179 | kfree(sii); |
| 1180 | return NULL; |
| 1181 | } |
| 1182 | |
| 1183 | return (struct si_pub *) sii; |
| 1184 | } |
| 1185 | |
| 1186 | /* may be called with core in reset */ |
| 1187 | void ai_detach(struct si_pub *sih) |
| 1188 | { |
| 1189 | struct si_info *sii; |
| 1190 | |
| 1191 | struct si_pub *si_local = NULL; |
| 1192 | memcpy(&si_local, &sih, sizeof(struct si_pub **)); |
| 1193 | |
| 1194 | sii = (struct si_info *)sih; |
| 1195 | |
| 1196 | if (sii == NULL) |
| 1197 | return; |
| 1198 | |
| 1199 | if (sii->pch) |
| 1200 | pcicore_deinit(sii->pch); |
| 1201 | sii->pch = NULL; |
| 1202 | |
| 1203 | srom_free_vars(sih); |
| 1204 | kfree(sii); |
| 1205 | } |
| 1206 | |
| 1207 | /* register driver interrupt disabling and restoring callback functions */ |
| 1208 | void |
| 1209 | ai_register_intr_callback(struct si_pub *sih, void *intrsoff_fn, |
| 1210 | void *intrsrestore_fn, |
| 1211 | void *intrsenabled_fn, void *intr_arg) |
| 1212 | { |
| 1213 | struct si_info *sii; |
| 1214 | |
| 1215 | sii = (struct si_info *)sih; |
| 1216 | sii->intr_arg = intr_arg; |
| 1217 | sii->intrsoff_fn = (u32 (*)(void *)) intrsoff_fn; |
| 1218 | sii->intrsrestore_fn = (void (*) (void *, u32)) intrsrestore_fn; |
| 1219 | sii->intrsenabled_fn = (bool (*)(void *)) intrsenabled_fn; |
| 1220 | /* save current core id. when this function called, the current core |
| 1221 | * must be the core which provides driver functions(il, et, wl, etc.) |
| 1222 | */ |
| 1223 | sii->dev_coreid = sii->coreid[sii->curidx]; |
| 1224 | } |
| 1225 | |
| 1226 | void ai_deregister_intr_callback(struct si_pub *sih) |
| 1227 | { |
| 1228 | struct si_info *sii; |
| 1229 | |
| 1230 | sii = (struct si_info *)sih; |
| 1231 | sii->intrsoff_fn = NULL; |
| 1232 | } |
| 1233 | |
| 1234 | uint ai_coreid(struct si_pub *sih) |
| 1235 | { |
| 1236 | struct si_info *sii; |
| 1237 | |
| 1238 | sii = (struct si_info *)sih; |
| 1239 | return sii->coreid[sii->curidx]; |
| 1240 | } |
| 1241 | |
| 1242 | uint ai_coreidx(struct si_pub *sih) |
| 1243 | { |
| 1244 | struct si_info *sii; |
| 1245 | |
| 1246 | sii = (struct si_info *)sih; |
| 1247 | return sii->curidx; |
| 1248 | } |
| 1249 | |
| 1250 | bool ai_backplane64(struct si_pub *sih) |
| 1251 | { |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1252 | return (ai_get_cccaps(sih) & CC_CAP_BKPLN64) != 0; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1253 | } |
| 1254 | |
| 1255 | /* return index of coreid or BADIDX if not found */ |
| 1256 | uint ai_findcoreidx(struct si_pub *sih, uint coreid, uint coreunit) |
| 1257 | { |
| 1258 | struct si_info *sii; |
| 1259 | uint found; |
| 1260 | uint i; |
| 1261 | |
| 1262 | sii = (struct si_info *)sih; |
| 1263 | |
| 1264 | found = 0; |
| 1265 | |
| 1266 | for (i = 0; i < sii->numcores; i++) |
| 1267 | if (sii->coreid[i] == coreid) { |
| 1268 | if (found == coreunit) |
| 1269 | return i; |
| 1270 | found++; |
| 1271 | } |
| 1272 | |
| 1273 | return BADIDX; |
| 1274 | } |
| 1275 | |
| 1276 | /* |
| 1277 | * This function changes logical "focus" to the indicated core; |
| 1278 | * must be called with interrupts off. |
| 1279 | * Moreover, callers should keep interrupts off during switching |
| 1280 | * out of and back to d11 core. |
| 1281 | */ |
| 1282 | void __iomem *ai_setcore(struct si_pub *sih, uint coreid, uint coreunit) |
| 1283 | { |
| 1284 | uint idx; |
| 1285 | |
| 1286 | idx = ai_findcoreidx(sih, coreid, coreunit); |
| 1287 | if (idx >= SI_MAXCORES) |
| 1288 | return NULL; |
| 1289 | |
| 1290 | return ai_setcoreidx(sih, idx); |
| 1291 | } |
| 1292 | |
| 1293 | /* Turn off interrupt as required by ai_setcore, before switch core */ |
| 1294 | void __iomem *ai_switch_core(struct si_pub *sih, uint coreid, uint *origidx, |
| 1295 | uint *intr_val) |
| 1296 | { |
| 1297 | void __iomem *cc; |
| 1298 | struct si_info *sii; |
| 1299 | |
| 1300 | sii = (struct si_info *)sih; |
| 1301 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1302 | if (SI_FAST(sih)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1303 | /* Overloading the origidx variable to remember the coreid, |
| 1304 | * this works because the core ids cannot be confused with |
| 1305 | * core indices. |
| 1306 | */ |
| 1307 | *origidx = coreid; |
| 1308 | if (coreid == CC_CORE_ID) |
| 1309 | return CCREGS_FAST(sii); |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1310 | else if (coreid == ai_get_buscoretype(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1311 | return PCIEREGS(sii); |
| 1312 | } |
| 1313 | INTR_OFF(sii, *intr_val); |
| 1314 | *origidx = sii->curidx; |
| 1315 | cc = ai_setcore(sih, coreid, 0); |
| 1316 | return cc; |
| 1317 | } |
| 1318 | |
| 1319 | /* restore coreidx and restore interrupt */ |
| 1320 | void ai_restore_core(struct si_pub *sih, uint coreid, uint intr_val) |
| 1321 | { |
| 1322 | struct si_info *sii; |
| 1323 | |
| 1324 | sii = (struct si_info *)sih; |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1325 | if (SI_FAST(sih) |
| 1326 | && ((coreid == CC_CORE_ID) || (coreid == ai_get_buscoretype(sih)))) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1327 | return; |
| 1328 | |
| 1329 | ai_setcoreidx(sih, coreid); |
| 1330 | INTR_RESTORE(sii, intr_val); |
| 1331 | } |
| 1332 | |
| 1333 | void ai_write_wrapperreg(struct si_pub *sih, u32 offset, u32 val) |
| 1334 | { |
| 1335 | struct si_info *sii = (struct si_info *)sih; |
| 1336 | u32 *w = (u32 *) sii->curwrap; |
| 1337 | W_REG(w + (offset / 4), val); |
| 1338 | return; |
| 1339 | } |
| 1340 | |
| 1341 | /* |
| 1342 | * Switch to 'coreidx', issue a single arbitrary 32bit register mask&set |
| 1343 | * operation, switch back to the original core, and return the new value. |
| 1344 | * |
| 1345 | * When using the silicon backplane, no fiddling with interrupts or core |
| 1346 | * switches is needed. |
| 1347 | * |
| 1348 | * Also, when using pci/pcie, we can optimize away the core switching for pci |
| 1349 | * registers and (on newer pci cores) chipcommon registers. |
| 1350 | */ |
| 1351 | uint ai_corereg(struct si_pub *sih, uint coreidx, uint regoff, uint mask, |
| 1352 | uint val) |
| 1353 | { |
| 1354 | uint origidx = 0; |
| 1355 | u32 __iomem *r = NULL; |
| 1356 | uint w; |
| 1357 | uint intr_val = 0; |
| 1358 | bool fast = false; |
| 1359 | struct si_info *sii; |
| 1360 | |
| 1361 | sii = (struct si_info *)sih; |
| 1362 | |
| 1363 | if (coreidx >= SI_MAXCORES) |
| 1364 | return 0; |
| 1365 | |
| 1366 | /* |
| 1367 | * If pci/pcie, we can get at pci/pcie regs |
| 1368 | * and on newer cores to chipc |
| 1369 | */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1370 | if ((sii->coreid[coreidx] == CC_CORE_ID) && SI_FAST(sih)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1371 | /* Chipc registers are mapped at 12KB */ |
| 1372 | fast = true; |
| 1373 | r = (u32 __iomem *)((__iomem char *)sii->curmap + |
| 1374 | PCI_16KB0_CCREGS_OFFSET + regoff); |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 1375 | } else if (sii->buscoreidx == coreidx) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1376 | /* |
| 1377 | * pci registers are at either in the last 2KB of |
| 1378 | * an 8KB window or, in pcie and pci rev 13 at 8KB |
| 1379 | */ |
| 1380 | fast = true; |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1381 | if (SI_FAST(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1382 | r = (u32 __iomem *)((__iomem char *)sii->curmap + |
| 1383 | PCI_16KB0_PCIREGS_OFFSET + regoff); |
| 1384 | else |
| 1385 | r = (u32 __iomem *)((__iomem char *)sii->curmap + |
| 1386 | ((regoff >= SBCONFIGOFF) ? |
| 1387 | PCI_BAR0_PCISBR_OFFSET : |
| 1388 | PCI_BAR0_PCIREGS_OFFSET) + regoff); |
| 1389 | } |
| 1390 | |
| 1391 | if (!fast) { |
| 1392 | INTR_OFF(sii, intr_val); |
| 1393 | |
| 1394 | /* save current core index */ |
| 1395 | origidx = ai_coreidx(&sii->pub); |
| 1396 | |
| 1397 | /* switch core */ |
| 1398 | r = (u32 __iomem *) ((unsigned char __iomem *) |
| 1399 | ai_setcoreidx(&sii->pub, coreidx) + regoff); |
| 1400 | } |
| 1401 | |
| 1402 | /* mask and set */ |
| 1403 | if (mask || val) { |
| 1404 | w = (R_REG(r) & ~mask) | val; |
| 1405 | W_REG(r, w); |
| 1406 | } |
| 1407 | |
| 1408 | /* readback */ |
| 1409 | w = R_REG(r); |
| 1410 | |
| 1411 | if (!fast) { |
| 1412 | /* restore core index */ |
| 1413 | if (origidx != coreidx) |
| 1414 | ai_setcoreidx(&sii->pub, origidx); |
| 1415 | |
| 1416 | INTR_RESTORE(sii, intr_val); |
| 1417 | } |
| 1418 | |
| 1419 | return w; |
| 1420 | } |
| 1421 | |
| 1422 | void ai_core_disable(struct si_pub *sih, u32 bits) |
| 1423 | { |
| 1424 | struct si_info *sii; |
| 1425 | u32 dummy; |
| 1426 | struct aidmp *ai; |
| 1427 | |
| 1428 | sii = (struct si_info *)sih; |
| 1429 | |
| 1430 | ai = sii->curwrap; |
| 1431 | |
| 1432 | /* if core is already in reset, just return */ |
| 1433 | if (R_REG(&ai->resetctrl) & AIRC_RESET) |
| 1434 | return; |
| 1435 | |
| 1436 | W_REG(&ai->ioctrl, bits); |
| 1437 | dummy = R_REG(&ai->ioctrl); |
| 1438 | udelay(10); |
| 1439 | |
| 1440 | W_REG(&ai->resetctrl, AIRC_RESET); |
| 1441 | udelay(1); |
| 1442 | } |
| 1443 | |
| 1444 | /* reset and re-enable a core |
| 1445 | * inputs: |
| 1446 | * bits - core specific bits that are set during and after reset sequence |
| 1447 | * resetbits - core specific bits that are set only during reset sequence |
| 1448 | */ |
| 1449 | void ai_core_reset(struct si_pub *sih, u32 bits, u32 resetbits) |
| 1450 | { |
| 1451 | struct si_info *sii; |
| 1452 | struct aidmp *ai; |
| 1453 | u32 dummy; |
| 1454 | |
| 1455 | sii = (struct si_info *)sih; |
| 1456 | ai = sii->curwrap; |
| 1457 | |
| 1458 | /* |
| 1459 | * Must do the disable sequence first to work |
| 1460 | * for arbitrary current core state. |
| 1461 | */ |
| 1462 | ai_core_disable(sih, (bits | resetbits)); |
| 1463 | |
| 1464 | /* |
| 1465 | * Now do the initialization sequence. |
| 1466 | */ |
| 1467 | W_REG(&ai->ioctrl, (bits | SICF_FGC | SICF_CLOCK_EN)); |
| 1468 | dummy = R_REG(&ai->ioctrl); |
| 1469 | W_REG(&ai->resetctrl, 0); |
| 1470 | udelay(1); |
| 1471 | |
| 1472 | W_REG(&ai->ioctrl, (bits | SICF_CLOCK_EN)); |
| 1473 | dummy = R_REG(&ai->ioctrl); |
| 1474 | udelay(1); |
| 1475 | } |
| 1476 | |
| 1477 | /* return the slow clock source - LPO, XTAL, or PCI */ |
| 1478 | static uint ai_slowclk_src(struct si_info *sii) |
| 1479 | { |
| 1480 | struct chipcregs __iomem *cc; |
| 1481 | u32 val; |
| 1482 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1483 | if (ai_get_ccrev(&sii->pub) < 6) { |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1484 | pci_read_config_dword(sii->pcibus, PCI_GPIO_OUT, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1485 | &val); |
| 1486 | if (val & PCI_CFG_GPIO_SCS) |
| 1487 | return SCC_SS_PCI; |
| 1488 | return SCC_SS_XTAL; |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1489 | } else if (ai_get_ccrev(&sii->pub) < 10) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1490 | cc = (struct chipcregs __iomem *) |
| 1491 | ai_setcoreidx(&sii->pub, sii->curidx); |
| 1492 | return R_REG(&cc->slow_clk_ctl) & SCC_SS_MASK; |
| 1493 | } else /* Insta-clock */ |
| 1494 | return SCC_SS_XTAL; |
| 1495 | } |
| 1496 | |
| 1497 | /* |
| 1498 | * return the ILP (slowclock) min or max frequency |
| 1499 | * precondition: we've established the chip has dynamic clk control |
| 1500 | */ |
| 1501 | static uint ai_slowclk_freq(struct si_info *sii, bool max_freq, |
| 1502 | struct chipcregs __iomem *cc) |
| 1503 | { |
| 1504 | u32 slowclk; |
| 1505 | uint div; |
| 1506 | |
| 1507 | slowclk = ai_slowclk_src(sii); |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1508 | if (ai_get_ccrev(&sii->pub) < 6) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1509 | if (slowclk == SCC_SS_PCI) |
| 1510 | return max_freq ? (PCIMAXFREQ / 64) |
| 1511 | : (PCIMINFREQ / 64); |
| 1512 | else |
| 1513 | return max_freq ? (XTALMAXFREQ / 32) |
| 1514 | : (XTALMINFREQ / 32); |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1515 | } else if (ai_get_ccrev(&sii->pub) < 10) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1516 | div = 4 * |
| 1517 | (((R_REG(&cc->slow_clk_ctl) & SCC_CD_MASK) >> |
| 1518 | SCC_CD_SHIFT) + 1); |
| 1519 | if (slowclk == SCC_SS_LPO) |
| 1520 | return max_freq ? LPOMAXFREQ : LPOMINFREQ; |
| 1521 | else if (slowclk == SCC_SS_XTAL) |
| 1522 | return max_freq ? (XTALMAXFREQ / div) |
| 1523 | : (XTALMINFREQ / div); |
| 1524 | else if (slowclk == SCC_SS_PCI) |
| 1525 | return max_freq ? (PCIMAXFREQ / div) |
| 1526 | : (PCIMINFREQ / div); |
| 1527 | } else { |
| 1528 | /* Chipc rev 10 is InstaClock */ |
| 1529 | div = R_REG(&cc->system_clk_ctl) >> SYCC_CD_SHIFT; |
| 1530 | div = 4 * (div + 1); |
| 1531 | return max_freq ? XTALMAXFREQ : (XTALMINFREQ / div); |
| 1532 | } |
| 1533 | return 0; |
| 1534 | } |
| 1535 | |
| 1536 | static void |
| 1537 | ai_clkctl_setdelay(struct si_info *sii, struct chipcregs __iomem *cc) |
| 1538 | { |
| 1539 | uint slowmaxfreq, pll_delay, slowclk; |
| 1540 | uint pll_on_delay, fref_sel_delay; |
| 1541 | |
| 1542 | pll_delay = PLL_DELAY; |
| 1543 | |
| 1544 | /* |
| 1545 | * If the slow clock is not sourced by the xtal then |
| 1546 | * add the xtal_on_delay since the xtal will also be |
| 1547 | * powered down by dynamic clk control logic. |
| 1548 | */ |
| 1549 | |
| 1550 | slowclk = ai_slowclk_src(sii); |
| 1551 | if (slowclk != SCC_SS_XTAL) |
| 1552 | pll_delay += XTAL_ON_DELAY; |
| 1553 | |
| 1554 | /* Starting with 4318 it is ILP that is used for the delays */ |
| 1555 | slowmaxfreq = |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1556 | ai_slowclk_freq(sii, |
| 1557 | (ai_get_ccrev(&sii->pub) >= 10) ? false : true, cc); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1558 | |
| 1559 | pll_on_delay = ((slowmaxfreq * pll_delay) + 999999) / 1000000; |
| 1560 | fref_sel_delay = ((slowmaxfreq * FREF_DELAY) + 999999) / 1000000; |
| 1561 | |
| 1562 | W_REG(&cc->pll_on_delay, pll_on_delay); |
| 1563 | W_REG(&cc->fref_sel_delay, fref_sel_delay); |
| 1564 | } |
| 1565 | |
| 1566 | /* initialize power control delay registers */ |
| 1567 | void ai_clkctl_init(struct si_pub *sih) |
| 1568 | { |
| 1569 | struct si_info *sii; |
| 1570 | uint origidx = 0; |
| 1571 | struct chipcregs __iomem *cc; |
| 1572 | bool fast; |
| 1573 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1574 | if (!(ai_get_cccaps(sih) & CC_CAP_PWR_CTL)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1575 | return; |
| 1576 | |
| 1577 | sii = (struct si_info *)sih; |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1578 | fast = SI_FAST(sih); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1579 | if (!fast) { |
| 1580 | origidx = sii->curidx; |
| 1581 | cc = (struct chipcregs __iomem *) |
| 1582 | ai_setcore(sih, CC_CORE_ID, 0); |
| 1583 | if (cc == NULL) |
| 1584 | return; |
| 1585 | } else { |
| 1586 | cc = (struct chipcregs __iomem *) CCREGS_FAST(sii); |
| 1587 | if (cc == NULL) |
| 1588 | return; |
| 1589 | } |
| 1590 | |
| 1591 | /* set all Instaclk chip ILP to 1 MHz */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1592 | if (ai_get_ccrev(sih) >= 10) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1593 | SET_REG(&cc->system_clk_ctl, SYCC_CD_MASK, |
| 1594 | (ILP_DIV_1MHZ << SYCC_CD_SHIFT)); |
| 1595 | |
| 1596 | ai_clkctl_setdelay(sii, cc); |
| 1597 | |
| 1598 | if (!fast) |
| 1599 | ai_setcoreidx(sih, origidx); |
| 1600 | } |
| 1601 | |
| 1602 | /* |
| 1603 | * return the value suitable for writing to the |
| 1604 | * dot11 core FAST_PWRUP_DELAY register |
| 1605 | */ |
| 1606 | u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih) |
| 1607 | { |
| 1608 | struct si_info *sii; |
| 1609 | uint origidx = 0; |
| 1610 | struct chipcregs __iomem *cc; |
| 1611 | uint slowminfreq; |
| 1612 | u16 fpdelay; |
| 1613 | uint intr_val = 0; |
| 1614 | bool fast; |
| 1615 | |
| 1616 | sii = (struct si_info *)sih; |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1617 | if (ai_get_cccaps(sih) & CC_CAP_PMU) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1618 | INTR_OFF(sii, intr_val); |
| 1619 | fpdelay = si_pmu_fast_pwrup_delay(sih); |
| 1620 | INTR_RESTORE(sii, intr_val); |
| 1621 | return fpdelay; |
| 1622 | } |
| 1623 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1624 | if (!(ai_get_cccaps(sih) & CC_CAP_PWR_CTL)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1625 | return 0; |
| 1626 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1627 | fast = SI_FAST(sih); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1628 | fpdelay = 0; |
| 1629 | if (!fast) { |
| 1630 | origidx = sii->curidx; |
| 1631 | INTR_OFF(sii, intr_val); |
| 1632 | cc = (struct chipcregs __iomem *) |
| 1633 | ai_setcore(sih, CC_CORE_ID, 0); |
| 1634 | if (cc == NULL) |
| 1635 | goto done; |
| 1636 | } else { |
| 1637 | cc = (struct chipcregs __iomem *) CCREGS_FAST(sii); |
| 1638 | if (cc == NULL) |
| 1639 | goto done; |
| 1640 | } |
| 1641 | |
| 1642 | slowminfreq = ai_slowclk_freq(sii, false, cc); |
| 1643 | fpdelay = (((R_REG(&cc->pll_on_delay) + 2) * 1000000) + |
| 1644 | (slowminfreq - 1)) / slowminfreq; |
| 1645 | |
| 1646 | done: |
| 1647 | if (!fast) { |
| 1648 | ai_setcoreidx(sih, origidx); |
| 1649 | INTR_RESTORE(sii, intr_val); |
| 1650 | } |
| 1651 | return fpdelay; |
| 1652 | } |
| 1653 | |
| 1654 | /* turn primary xtal and/or pll off/on */ |
| 1655 | int ai_clkctl_xtal(struct si_pub *sih, uint what, bool on) |
| 1656 | { |
| 1657 | struct si_info *sii; |
| 1658 | u32 in, out, outen; |
| 1659 | |
| 1660 | sii = (struct si_info *)sih; |
| 1661 | |
| 1662 | /* pcie core doesn't have any mapping to control the xtal pu */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1663 | if (PCIE(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1664 | return -1; |
| 1665 | |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1666 | pci_read_config_dword(sii->pcibus, PCI_GPIO_IN, &in); |
| 1667 | pci_read_config_dword(sii->pcibus, PCI_GPIO_OUT, &out); |
| 1668 | pci_read_config_dword(sii->pcibus, PCI_GPIO_OUTEN, &outen); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1669 | |
| 1670 | /* |
| 1671 | * Avoid glitching the clock if GPRS is already using it. |
| 1672 | * We can't actually read the state of the PLLPD so we infer it |
| 1673 | * by the value of XTAL_PU which *is* readable via gpioin. |
| 1674 | */ |
| 1675 | if (on && (in & PCI_CFG_GPIO_XTAL)) |
| 1676 | return 0; |
| 1677 | |
| 1678 | if (what & XTAL) |
| 1679 | outen |= PCI_CFG_GPIO_XTAL; |
| 1680 | if (what & PLL) |
| 1681 | outen |= PCI_CFG_GPIO_PLL; |
| 1682 | |
| 1683 | if (on) { |
| 1684 | /* turn primary xtal on */ |
| 1685 | if (what & XTAL) { |
| 1686 | out |= PCI_CFG_GPIO_XTAL; |
| 1687 | if (what & PLL) |
| 1688 | out |= PCI_CFG_GPIO_PLL; |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1689 | pci_write_config_dword(sii->pcibus, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1690 | PCI_GPIO_OUT, out); |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1691 | pci_write_config_dword(sii->pcibus, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1692 | PCI_GPIO_OUTEN, outen); |
| 1693 | udelay(XTAL_ON_DELAY); |
| 1694 | } |
| 1695 | |
| 1696 | /* turn pll on */ |
| 1697 | if (what & PLL) { |
| 1698 | out &= ~PCI_CFG_GPIO_PLL; |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1699 | pci_write_config_dword(sii->pcibus, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1700 | PCI_GPIO_OUT, out); |
| 1701 | mdelay(2); |
| 1702 | } |
| 1703 | } else { |
| 1704 | if (what & XTAL) |
| 1705 | out &= ~PCI_CFG_GPIO_XTAL; |
| 1706 | if (what & PLL) |
| 1707 | out |= PCI_CFG_GPIO_PLL; |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1708 | pci_write_config_dword(sii->pcibus, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1709 | PCI_GPIO_OUT, out); |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1710 | pci_write_config_dword(sii->pcibus, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1711 | PCI_GPIO_OUTEN, outen); |
| 1712 | } |
| 1713 | |
| 1714 | return 0; |
| 1715 | } |
| 1716 | |
| 1717 | /* clk control mechanism through chipcommon, no policy checking */ |
| 1718 | static bool _ai_clkctl_cc(struct si_info *sii, uint mode) |
| 1719 | { |
| 1720 | uint origidx = 0; |
| 1721 | struct chipcregs __iomem *cc; |
| 1722 | u32 scc; |
| 1723 | uint intr_val = 0; |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1724 | bool fast = SI_FAST(&sii->pub); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1725 | |
| 1726 | /* chipcommon cores prior to rev6 don't support dynamic clock control */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1727 | if (ai_get_ccrev(&sii->pub) < 6) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1728 | return false; |
| 1729 | |
| 1730 | if (!fast) { |
| 1731 | INTR_OFF(sii, intr_val); |
| 1732 | origidx = sii->curidx; |
| 1733 | cc = (struct chipcregs __iomem *) |
| 1734 | ai_setcore(&sii->pub, CC_CORE_ID, 0); |
| 1735 | } else { |
| 1736 | cc = (struct chipcregs __iomem *) CCREGS_FAST(sii); |
| 1737 | if (cc == NULL) |
| 1738 | goto done; |
| 1739 | } |
| 1740 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1741 | if (!(ai_get_cccaps(&sii->pub) & CC_CAP_PWR_CTL) && |
| 1742 | (ai_get_ccrev(&sii->pub) < 20)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1743 | goto done; |
| 1744 | |
| 1745 | switch (mode) { |
| 1746 | case CLK_FAST: /* FORCEHT, fast (pll) clock */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1747 | if (ai_get_ccrev(&sii->pub) < 10) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1748 | /* |
| 1749 | * don't forget to force xtal back |
| 1750 | * on before we clear SCC_DYN_XTAL.. |
| 1751 | */ |
| 1752 | ai_clkctl_xtal(&sii->pub, XTAL, ON); |
| 1753 | SET_REG(&cc->slow_clk_ctl, |
| 1754 | (SCC_XC | SCC_FS | SCC_IP), SCC_IP); |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1755 | } else if (ai_get_ccrev(&sii->pub) < 20) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1756 | OR_REG(&cc->system_clk_ctl, SYCC_HR); |
| 1757 | } else { |
| 1758 | OR_REG(&cc->clk_ctl_st, CCS_FORCEHT); |
| 1759 | } |
| 1760 | |
| 1761 | /* wait for the PLL */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1762 | if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1763 | u32 htavail = CCS_HTAVAIL; |
| 1764 | SPINWAIT(((R_REG(&cc->clk_ctl_st) & htavail) |
| 1765 | == 0), PMU_MAX_TRANSITION_DLY); |
| 1766 | } else { |
| 1767 | udelay(PLL_DELAY); |
| 1768 | } |
| 1769 | break; |
| 1770 | |
| 1771 | case CLK_DYNAMIC: /* enable dynamic clock control */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1772 | if (ai_get_ccrev(&sii->pub) < 10) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1773 | scc = R_REG(&cc->slow_clk_ctl); |
| 1774 | scc &= ~(SCC_FS | SCC_IP | SCC_XC); |
| 1775 | if ((scc & SCC_SS_MASK) != SCC_SS_XTAL) |
| 1776 | scc |= SCC_XC; |
| 1777 | W_REG(&cc->slow_clk_ctl, scc); |
| 1778 | |
| 1779 | /* |
| 1780 | * for dynamic control, we have to |
| 1781 | * release our xtal_pu "force on" |
| 1782 | */ |
| 1783 | if (scc & SCC_XC) |
| 1784 | ai_clkctl_xtal(&sii->pub, XTAL, OFF); |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1785 | } else if (ai_get_ccrev(&sii->pub) < 20) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1786 | /* Instaclock */ |
| 1787 | AND_REG(&cc->system_clk_ctl, ~SYCC_HR); |
| 1788 | } else { |
| 1789 | AND_REG(&cc->clk_ctl_st, ~CCS_FORCEHT); |
| 1790 | } |
| 1791 | break; |
| 1792 | |
| 1793 | default: |
| 1794 | break; |
| 1795 | } |
| 1796 | |
| 1797 | done: |
| 1798 | if (!fast) { |
| 1799 | ai_setcoreidx(&sii->pub, origidx); |
| 1800 | INTR_RESTORE(sii, intr_val); |
| 1801 | } |
| 1802 | return mode == CLK_FAST; |
| 1803 | } |
| 1804 | |
| 1805 | /* |
| 1806 | * clock control policy function throught chipcommon |
| 1807 | * |
| 1808 | * set dynamic clk control mode (forceslow, forcefast, dynamic) |
| 1809 | * returns true if we are forcing fast clock |
| 1810 | * this is a wrapper over the next internal function |
| 1811 | * to allow flexible policy settings for outside caller |
| 1812 | */ |
| 1813 | bool ai_clkctl_cc(struct si_pub *sih, uint mode) |
| 1814 | { |
| 1815 | struct si_info *sii; |
| 1816 | |
| 1817 | sii = (struct si_info *)sih; |
| 1818 | |
| 1819 | /* chipcommon cores prior to rev6 don't support dynamic clock control */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1820 | if (ai_get_ccrev(sih) < 6) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1821 | return false; |
| 1822 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1823 | if (PCI_FORCEHT(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1824 | return mode == CLK_FAST; |
| 1825 | |
| 1826 | return _ai_clkctl_cc(sii, mode); |
| 1827 | } |
| 1828 | |
| 1829 | /* Build device path */ |
| 1830 | int ai_devpath(struct si_pub *sih, char *path, int size) |
| 1831 | { |
| 1832 | int slen; |
| 1833 | |
| 1834 | if (!path || size <= 0) |
| 1835 | return -1; |
| 1836 | |
| 1837 | slen = snprintf(path, (size_t) size, "pci/%u/%u/", |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1838 | ((struct si_info *)sih)->pcibus->bus->number, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1839 | PCI_SLOT(((struct pci_dev *) |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1840 | (((struct si_info *)(sih))->pcibus))->devfn)); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1841 | |
| 1842 | if (slen < 0 || slen >= size) { |
| 1843 | path[0] = '\0'; |
| 1844 | return -1; |
| 1845 | } |
| 1846 | |
| 1847 | return 0; |
| 1848 | } |
| 1849 | |
| 1850 | void ai_pci_up(struct si_pub *sih) |
| 1851 | { |
| 1852 | struct si_info *sii; |
| 1853 | |
| 1854 | sii = (struct si_info *)sih; |
| 1855 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1856 | if (PCI_FORCEHT(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1857 | _ai_clkctl_cc(sii, CLK_FAST); |
| 1858 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1859 | if (PCIE(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1860 | pcicore_up(sii->pch, SI_PCIUP); |
| 1861 | |
| 1862 | } |
| 1863 | |
| 1864 | /* Unconfigure and/or apply various WARs when system is going to sleep mode */ |
| 1865 | void ai_pci_sleep(struct si_pub *sih) |
| 1866 | { |
| 1867 | struct si_info *sii; |
| 1868 | |
| 1869 | sii = (struct si_info *)sih; |
| 1870 | |
| 1871 | pcicore_sleep(sii->pch); |
| 1872 | } |
| 1873 | |
| 1874 | /* Unconfigure and/or apply various WARs when going down */ |
| 1875 | void ai_pci_down(struct si_pub *sih) |
| 1876 | { |
| 1877 | struct si_info *sii; |
| 1878 | |
| 1879 | sii = (struct si_info *)sih; |
| 1880 | |
| 1881 | /* release FORCEHT since chip is going to "down" state */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1882 | if (PCI_FORCEHT(sih)) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1883 | _ai_clkctl_cc(sii, CLK_DYNAMIC); |
| 1884 | |
| 1885 | pcicore_down(sii->pch, SI_PCIDOWN); |
| 1886 | } |
| 1887 | |
| 1888 | /* |
| 1889 | * Configure the pci core for pci client (NIC) action |
| 1890 | * coremask is the bitvec of cores by index to be enabled. |
| 1891 | */ |
| 1892 | void ai_pci_setup(struct si_pub *sih, uint coremask) |
| 1893 | { |
| 1894 | struct si_info *sii; |
| 1895 | struct sbpciregs __iomem *regs = NULL; |
| 1896 | u32 siflag = 0, w; |
| 1897 | uint idx = 0; |
| 1898 | |
| 1899 | sii = (struct si_info *)sih; |
| 1900 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1901 | if (PCI(sih)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1902 | /* get current core index */ |
| 1903 | idx = sii->curidx; |
| 1904 | |
| 1905 | /* we interrupt on this backplane flag number */ |
| 1906 | siflag = ai_flag(sih); |
| 1907 | |
| 1908 | /* switch over to pci core */ |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 1909 | regs = ai_setcoreidx(sih, sii->buscoreidx); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1910 | } |
| 1911 | |
| 1912 | /* |
| 1913 | * Enable sb->pci interrupts. Assume |
| 1914 | * PCI rev 2.3 support was added in pci core rev 6 and things changed.. |
| 1915 | */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1916 | if (PCIE(sih) || (PCI(sih) && (ai_get_buscorerev(sih) >= 6))) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1917 | /* pci config write to set this core bit in PCIIntMask */ |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1918 | pci_read_config_dword(sii->pcibus, PCI_INT_MASK, &w); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1919 | w |= (coremask << PCI_SBIM_SHIFT); |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 1920 | pci_write_config_dword(sii->pcibus, PCI_INT_MASK, w); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1921 | } else { |
| 1922 | /* set sbintvec bit for our flag number */ |
| 1923 | ai_setint(sih, siflag); |
| 1924 | } |
| 1925 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1926 | if (PCI(sih)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1927 | pcicore_pci_setup(sii->pch, regs); |
| 1928 | |
| 1929 | /* switch back to previous core */ |
| 1930 | ai_setcoreidx(sih, idx); |
| 1931 | } |
| 1932 | } |
| 1933 | |
| 1934 | /* |
| 1935 | * Fixup SROMless PCI device's configuration. |
| 1936 | * The current core may be changed upon return. |
| 1937 | */ |
| 1938 | int ai_pci_fixcfg(struct si_pub *sih) |
| 1939 | { |
| 1940 | uint origidx; |
| 1941 | void __iomem *regs = NULL; |
| 1942 | struct si_info *sii = (struct si_info *)sih; |
| 1943 | |
| 1944 | /* Fixup PI in SROM shadow area to enable the correct PCI core access */ |
| 1945 | /* save the current index */ |
| 1946 | origidx = ai_coreidx(&sii->pub); |
| 1947 | |
| 1948 | /* check 'pi' is correct and fix it if not */ |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1949 | regs = ai_setcore(&sii->pub, ai_get_buscoretype(sih), 0); |
| 1950 | if (ai_get_buscoretype(sih) == PCIE_CORE_ID) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1951 | pcicore_fixcfg_pcie(sii->pch, |
| 1952 | (struct sbpcieregs __iomem *)regs); |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1953 | else if (ai_get_buscoretype(sih) == PCI_CORE_ID) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1954 | pcicore_fixcfg_pci(sii->pch, (struct sbpciregs __iomem *)regs); |
| 1955 | |
| 1956 | /* restore the original index */ |
| 1957 | ai_setcoreidx(&sii->pub, origidx); |
| 1958 | |
| 1959 | pcicore_hwup(sii->pch); |
| 1960 | return 0; |
| 1961 | } |
| 1962 | |
| 1963 | /* mask&set gpiocontrol bits */ |
| 1964 | u32 ai_gpiocontrol(struct si_pub *sih, u32 mask, u32 val, u8 priority) |
| 1965 | { |
| 1966 | uint regoff; |
| 1967 | |
| 1968 | regoff = offsetof(struct chipcregs, gpiocontrol); |
| 1969 | return ai_corereg(sih, SI_CC_IDX, regoff, mask, val); |
| 1970 | } |
| 1971 | |
| 1972 | void ai_chipcontrl_epa4331(struct si_pub *sih, bool on) |
| 1973 | { |
| 1974 | struct si_info *sii; |
| 1975 | struct chipcregs __iomem *cc; |
| 1976 | uint origidx; |
| 1977 | u32 val; |
| 1978 | |
| 1979 | sii = (struct si_info *)sih; |
| 1980 | origidx = ai_coreidx(sih); |
| 1981 | |
| 1982 | cc = (struct chipcregs __iomem *) ai_setcore(sih, CC_CORE_ID, 0); |
| 1983 | |
| 1984 | val = R_REG(&cc->chipcontrol); |
| 1985 | |
| 1986 | if (on) { |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 1987 | if (ai_get_chippkg(sih) == 9 || ai_get_chippkg(sih) == 0xb) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1988 | /* Ext PA Controls for 4331 12x9 Package */ |
| 1989 | W_REG(&cc->chipcontrol, val | |
| 1990 | CCTRL4331_EXTPA_EN | |
| 1991 | CCTRL4331_EXTPA_ON_GPIO2_5); |
| 1992 | else |
| 1993 | /* Ext PA Controls for 4331 12x12 Package */ |
| 1994 | W_REG(&cc->chipcontrol, |
| 1995 | val | CCTRL4331_EXTPA_EN); |
| 1996 | } else { |
| 1997 | val &= ~(CCTRL4331_EXTPA_EN | CCTRL4331_EXTPA_ON_GPIO2_5); |
| 1998 | W_REG(&cc->chipcontrol, val); |
| 1999 | } |
| 2000 | |
| 2001 | ai_setcoreidx(sih, origidx); |
| 2002 | } |
| 2003 | |
| 2004 | /* Enable BT-COEX & Ex-PA for 4313 */ |
| 2005 | void ai_epa_4313war(struct si_pub *sih) |
| 2006 | { |
| 2007 | struct si_info *sii; |
| 2008 | struct chipcregs __iomem *cc; |
| 2009 | uint origidx; |
| 2010 | |
| 2011 | sii = (struct si_info *)sih; |
| 2012 | origidx = ai_coreidx(sih); |
| 2013 | |
| 2014 | cc = ai_setcore(sih, CC_CORE_ID, 0); |
| 2015 | |
| 2016 | /* EPA Fix */ |
| 2017 | W_REG(&cc->gpiocontrol, |
| 2018 | R_REG(&cc->gpiocontrol) | GPIO_CTRL_EPA_EN_MASK); |
| 2019 | |
| 2020 | ai_setcoreidx(sih, origidx); |
| 2021 | } |
| 2022 | |
| 2023 | /* check if the device is removed */ |
| 2024 | bool ai_deviceremoved(struct si_pub *sih) |
| 2025 | { |
| 2026 | u32 w; |
| 2027 | struct si_info *sii; |
| 2028 | |
| 2029 | sii = (struct si_info *)sih; |
| 2030 | |
Arend van Spriel | cbc80db | 2011-12-08 15:06:48 -0800 | [diff] [blame] | 2031 | pci_read_config_dword(sii->pcibus, PCI_VENDOR_ID, &w); |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2032 | if ((w & 0xFFFF) != PCI_VENDOR_ID_BROADCOM) |
| 2033 | return true; |
| 2034 | |
| 2035 | return false; |
| 2036 | } |
| 2037 | |
| 2038 | bool ai_is_sprom_available(struct si_pub *sih) |
| 2039 | { |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 2040 | struct si_info *sii = (struct si_info *)sih; |
| 2041 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 2042 | if (ai_get_ccrev(sih) >= 31) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2043 | uint origidx; |
| 2044 | struct chipcregs __iomem *cc; |
| 2045 | u32 sromctrl; |
| 2046 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 2047 | if ((ai_get_cccaps(sih) & CC_CAP_SROM) == 0) |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2048 | return false; |
| 2049 | |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2050 | origidx = sii->curidx; |
| 2051 | cc = ai_setcoreidx(sih, SI_CC_IDX); |
| 2052 | sromctrl = R_REG(&cc->sromcontrol); |
| 2053 | ai_setcoreidx(sih, origidx); |
| 2054 | return sromctrl & SRC_PRESENT; |
| 2055 | } |
| 2056 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 2057 | switch (ai_get_chip_id(sih)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2058 | case BCM4313_CHIP_ID: |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 2059 | return (sii->chipst & CST4313_SPROM_PRESENT) != 0; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2060 | default: |
| 2061 | return true; |
| 2062 | } |
| 2063 | } |
| 2064 | |
| 2065 | bool ai_is_otp_disabled(struct si_pub *sih) |
| 2066 | { |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 2067 | struct si_info *sii = (struct si_info *)sih; |
| 2068 | |
Arend van Spriel | b2ffec4 | 2011-12-08 15:06:45 -0800 | [diff] [blame] | 2069 | switch (ai_get_chip_id(sih)) { |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2070 | case BCM4313_CHIP_ID: |
Arend van Spriel | 2e397c3 | 2011-12-08 15:06:44 -0800 | [diff] [blame] | 2071 | return (sii->chipst & CST4313_OTP_PRESENT) == 0; |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 2072 | /* These chips always have their OTP on */ |
| 2073 | case BCM43224_CHIP_ID: |
| 2074 | case BCM43225_CHIP_ID: |
| 2075 | default: |
| 2076 | return false; |
| 2077 | } |
| 2078 | } |