Home
last modified time | relevance | path

Searched refs:BCMA_CC_CAP_FLASHT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/bcma/
Ddriver_chipcommon_sflash.c95 switch (cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcma_sflash_init()
Ddriver_mips.c265 if ((cc->capabilities & BCMA_CC_CAP_FLASHT) == in bcma_boot_dev()
282 switch (cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcma_core_mips_flash_detect()
/linux-4.4.14/drivers/mtd/devices/
Dbcm47xxsflash.c291 switch (b47s->bcma_cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcm47xxsflash_bcma_probe()
/linux-4.4.14/include/linux/bcma/
Dbcma_driver_chipcommon.h26 #define BCMA_CC_CAP_FLASHT 0x00000700 /* Flash Type */ macro