Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dbcm47xxpart.c25 #define BCM47XXPART_MAX_PARTS 20 macro
107 parts = kzalloc(sizeof(struct mtd_partition) * BCM47XXPART_MAX_PARTS, in bcm47xxpart_parse()
125 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()
181 if (BCM47XXPART_MAX_PARTS - curr_part < 4) { in bcm47xxpart_parse()
274 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()