Home
last modified time | relevance | path

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

/linux/drivers/mtd/devices/
H A Dbcm47xxsflash.c142 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()
H A Dbcm47xxsflash.h66 struct bcma_drv_cc *bcma_cc; member