Home
last modified time | relevance | path

Searched refs:BCMA_CC_FLASHDATA (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/bcma/
Ddriver_chipcommon_sflash.c102 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/
Dbcm47xxsflash.c44 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/
Dbcma_driver_chipcommon.h178 #define BCMA_CC_FLASHDATA 0x0048 macro