Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c896 eromaddr = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, eromptr)); in brcmf_chip_dmp_erom_scan()
956 regdata = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, chipid)); in brcmf_chip_recognition()
1066 CORE_CC_REG(base, capabilities)); in brcmf_chip_setup()
1068 CORE_CC_REG(base, in brcmf_chip_setup()
1075 CORE_CC_REG(pmu->base, pmucapabilities)); in brcmf_chip_setup()
1398 addr = CORE_CC_REG(pmu->base, chipcontrol_addr); in brcmf_chip_sr_capable()
1400 addr = CORE_CC_REG(pmu->base, chipcontrol_data); in brcmf_chip_sr_capable()
1404 addr = CORE_CC_REG(base, sr_control1); in brcmf_chip_sr_capable()
1409 addr = CORE_CC_REG(base, sr_control0); in brcmf_chip_sr_capable()
1414 addr = CORE_CC_REG(pmu->base, retention_ctl); in brcmf_chip_sr_capable()
[all …]
H A Dchip.h10 #define CORE_CC_REG(base, field) \ macro
H A Dbcmsdh.c131 addr = CORE_CC_REG(SI_ENUM_BASE, gpiocontrol); in brcmf_sdiod_intr_register()
H A Dsdio.c3816 addr = CORE_CC_REG(pmu->base, chipcontrol_addr); in brcmf_sdio_drivestrengthinit()
3905 if (addr == CORE_CC_REG(SI_ENUM_BASE, chipid) && in brcmf_sdio_buscore_read32()
4039 reg_addr = CORE_CC_REG(brcmf_chip_get_pmu(bus->ci)->base, pmucontrol); in brcmf_sdio_probe_attach()