Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dbcm47xxpart.c22 #define BCM47XXPART_MAX_PARTS 20 macro
109 parts = kcalloc(BCM47XXPART_MAX_PARTS, sizeof(struct mtd_partition), in bcm47xxpart_parse()
127 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()
254 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dbcm47xxpart.c22 #define BCM47XXPART_MAX_PARTS 20 macro
109 parts = kcalloc(BCM47XXPART_MAX_PARTS, sizeof(struct mtd_partition), in bcm47xxpart_parse()
127 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()
254 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()

Completed in 1 milliseconds