Searched refs:CORE_CC_REG (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | chip.c | 861 eromaddr = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, eromptr)); in brcmf_chip_dmp_erom_scan() 923 regdata = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, chipid)); in brcmf_chip_recognition() 1033 CORE_CC_REG(base, capabilities)); in brcmf_chip_setup() 1035 CORE_CC_REG(base, in brcmf_chip_setup() 1042 CORE_CC_REG(pmu->base, pmucapabilities)); in brcmf_chip_setup() 1350 addr = CORE_CC_REG(pmu->base, chipcontrol_addr); in brcmf_chip_sr_capable() 1352 addr = CORE_CC_REG(pmu->base, chipcontrol_data); in brcmf_chip_sr_capable() 1356 addr = CORE_CC_REG(base, sr_control1); in brcmf_chip_sr_capable() 1361 addr = CORE_CC_REG(base, sr_control0); in brcmf_chip_sr_capable() 1365 addr = CORE_CC_REG(pmu->base, retention_ctl); in brcmf_chip_sr_capable() [all …]
|
| D | chip.h | 10 #define CORE_CC_REG(base, field) \ macro
|
| D | bcmsdh.c | 128 addr = CORE_CC_REG(SI_ENUM_BASE, gpiocontrol); in brcmf_sdiod_intr_register()
|
| D | sdio.c | 3775 addr = CORE_CC_REG(pmu->base, chipcontrol_addr); in brcmf_sdio_drivestrengthinit() 3864 if (addr == CORE_CC_REG(SI_ENUM_BASE, chipid) && in brcmf_sdio_buscore_read32() 3998 reg_addr = CORE_CC_REG(brcmf_chip_get_pmu(bus->ci)->base, pmucontrol); in brcmf_sdio_probe_attach()
|