Searched refs:BCMA_CC_FLASHDATA (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/bcma/ |
D | driver_chipcommon_sflash.c | 102 id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA); in bcma_sflash_init() 106 id2 = bcma_cc_read32(cc, BCMA_CC_FLASHDATA); in bcma_sflash_init() 132 id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA) & 0x3c; in bcma_sflash_init()
|
/Linux-v5.4/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 44 if (!(b47s->cc_read(b47s, BCMA_CC_FLASHDATA) & in bcm47xxsflash_poll() 50 if (b47s->cc_read(b47s, BCMA_CC_FLASHDATA) & in bcm47xxsflash_poll() 120 *buf++ = b47s->cc_read(b47s, BCMA_CC_FLASHDATA); in bcm47xxsflash_read() 139 b47s->cc_write(b47s, BCMA_CC_FLASHDATA, *buf++); in bcm47xxsflash_write_st() 203 b47s->cc_write(b47s, BCMA_CC_FLASHDATA, *buf++); in bcm47xxsflash_write_at()
|
/Linux-v5.4/include/linux/bcma/ |
D | bcma_driver_chipcommon.h | 178 #define BCMA_CC_FLASHDATA 0x0048 macro
|