Searched refs:BCMA_CC_CAP_NFLASH (Results 1 – 3 of 3) sorted by relevance
29 if (!(cc->capabilities & BCMA_CC_CAP_NFLASH)) { in bcma_nflash_init()
311 if (cc->capabilities & BCMA_CC_CAP_NFLASH) { in bcma_core_mips_flash_detect()
51 #define BCMA_CC_CAP_NFLASH 0x80000000 /* NAND flash present (rev >= 35 or BCM4706?) */ macro