Searched refs:bcma_cc (Results 1 – 2 of 2) sorted by relevance
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()
66 struct bcma_drv_cc *bcma_cc; member