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

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

Completed in 597 milliseconds