Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/bcma/
Ddriver_chipcommon_sflash.c96 switch (cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcma_sflash_init()
Ddriver_mips.c231 if ((cc->capabilities & BCMA_CC_CAP_FLASHT) == in bcma_boot_dev()
Ddriver_chipcommon.c146 switch (cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcma_core_chipcommon_flash_detect()
/Linux-v5.10/drivers/mtd/devices/
Dbcm47xxsflash.c331 switch (b47s->bcma_cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcm47xxsflash_bcma_probe()
/Linux-v5.10/include/linux/bcma/
Dbcma_driver_chipcommon.h27 #define BCMA_CC_CAP_FLASHT 0x00000700 /* Flash Type */ macro