Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bcma/
Ddriver_chipcommon_sflash.c101 id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA); in bcma_sflash_init()
105 id2 = bcma_cc_read32(cc, BCMA_CC_FLASHDATA); in bcma_sflash_init()
131 id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA) & 0x3c; in bcma_sflash_init()
/linux-4.1.27/drivers/mtd/devices/
Dbcm47xxsflash.c42 if (!(b47s->cc_read(b47s, BCMA_CC_FLASHDATA) & in bcm47xxsflash_poll()
48 if (b47s->cc_read(b47s, BCMA_CC_FLASHDATA) & in bcm47xxsflash_poll()
130 b47s->cc_write(b47s, BCMA_CC_FLASHDATA, *buf++); in bcm47xxsflash_write_st()
194 b47s->cc_write(b47s, BCMA_CC_FLASHDATA, *buf++); in bcm47xxsflash_write_at()
/linux-4.1.27/include/linux/bcma/
Dbcma_driver_chipcommon.h177 #define BCMA_CC_FLASHDATA 0x0048 macro