Searched refs:bcma_cc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/devices/ |
A D | bcm47xxsflash.c | 142 if (b47s->bcma_cc->core->id.rev < 20) { in bcm47xxsflash_write_st() 276 return bcma_cc_read32(b47s->bcma_cc, offset); in bcm47xxsflash_bcma_cc_read() 282 bcma_cc_write32(b47s->bcma_cc, offset, value); in bcm47xxsflash_bcma_cc_write() 308 b47s->bcma_cc = container_of(sflash, struct bcma_drv_cc, sflash); in bcm47xxsflash_bcma_probe() 322 if (b47s->bcma_cc->core->id.rev == 54) in bcm47xxsflash_bcma_probe() 331 switch (b47s->bcma_cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcm47xxsflash_bcma_probe()
|
A D | bcm47xxsflash.h | 66 struct bcma_drv_cc *bcma_cc; member
|
/linux/drivers/net/wireless/broadcom/b43/ |
A D | main.c | 1205 struct bcma_drv_cc *bcma_cc __maybe_unused; in b43_wireless_core_phy_pll_reset() 1211 bcma_cc = &dev->dev->bdev->bus->drv_cc; in b43_wireless_core_phy_pll_reset() 1213 bcma_cc_write32(bcma_cc, BCMA_CC_PMU_CHIPCTL_ADDR, 0); in b43_wireless_core_phy_pll_reset() 1214 bcma_cc_mask32(bcma_cc, BCMA_CC_PMU_CHIPCTL_DATA, ~0x4); in b43_wireless_core_phy_pll_reset() 1215 bcma_cc_set32(bcma_cc, BCMA_CC_PMU_CHIPCTL_DATA, 0x4); in b43_wireless_core_phy_pll_reset() 1216 bcma_cc_mask32(bcma_cc, BCMA_CC_PMU_CHIPCTL_DATA, ~0x4); in b43_wireless_core_phy_pll_reset()
|
Completed in 17 milliseconds