Home
last modified time | relevance | path

Searched refs:CORE_CC_REG (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dchip.c862 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()
1360 addr = CORE_CC_REG(pmu->base, pmucapabilities_ext); in brcmf_chip_sr_capable()
1365 addr = CORE_CC_REG(pmu->base, retention_ctl); in brcmf_chip_sr_capable()
Dchip.h21 #define CORE_CC_REG(base, field) \ macro
Dbcmsdh.c139 addr = CORE_CC_REG(SI_ENUM_BASE, gpiocontrol); in brcmf_sdiod_intr_register()
Dsdio.c3705 addr = CORE_CC_REG(pmu->base, chipcontrol_addr); in brcmf_sdio_drivestrengthinit()
3794 if (addr == CORE_CC_REG(SI_ENUM_BASE, chipid) && in brcmf_sdio_buscore_read32()
3928 reg_addr = CORE_CC_REG(brcmf_chip_get_pmu(bus->ci)->base, pmucontrol); in brcmf_sdio_probe_attach()