Home
last modified time | relevance | path

Searched refs:bcma_cc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mtd/devices/
Dbcm47xxsflash.c133 if (b47s->bcma_cc->core->id.rev < 20) { in bcm47xxsflash_write_st()
266 return bcma_cc_read32(b47s->bcma_cc, offset); in bcm47xxsflash_bcma_cc_read()
272 bcma_cc_write32(b47s->bcma_cc, offset, value); in bcm47xxsflash_bcma_cc_write()
286 b47s->bcma_cc = container_of(sflash, struct bcma_drv_cc, sflash); in bcm47xxsflash_bcma_probe()
290 switch (b47s->bcma_cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcm47xxsflash_bcma_probe()
Dbcm47xxsflash.h62 struct bcma_drv_cc *bcma_cc; member
/linux-4.1.27/drivers/net/wireless/b43/
Dmain.c1210 struct bcma_drv_cc *bcma_cc __maybe_unused; in b43_wireless_core_phy_pll_reset()
1216 bcma_cc = &dev->dev->bdev->bus->drv_cc; in b43_wireless_core_phy_pll_reset()
1218 bcma_cc_write32(bcma_cc, BCMA_CC_CHIPCTL_ADDR, 0); in b43_wireless_core_phy_pll_reset()
1219 bcma_cc_mask32(bcma_cc, BCMA_CC_CHIPCTL_DATA, ~0x4); in b43_wireless_core_phy_pll_reset()
1220 bcma_cc_set32(bcma_cc, BCMA_CC_CHIPCTL_DATA, 0x4); in b43_wireless_core_phy_pll_reset()
1221 bcma_cc_mask32(bcma_cc, BCMA_CC_CHIPCTL_DATA, ~0x4); in b43_wireless_core_phy_pll_reset()