Searched refs:MAX_PARTITIONS (Results 1 – 3 of 3) sorted by relevance
119 #define MAX_PARTITIONS 7 macro130 #if (MAX_PARTITIONS < NUM_DEFAULT_PARTITIONS)131 #error MAX_PARTITIONS must be >= than NUM_DEFAULT_PARTITIONS135 static struct mtd_partition axis_partitions[MAX_PARTITIONS] = {416 (MAX_PARTITIONS * sizeof(struct partitiontable_entry) + in init_axis_flash()459 && pidx < MAX_PARTITIONS - 1) { in init_axis_flash()
115 #define MAX_PARTITIONS 7 macro142 static struct mtd_partition axis_partitions[MAX_PARTITIONS] = {300 (MAX_PARTITIONS * sizeof(struct partitiontable_entry) + in init_axis_flash()344 && pidx < MAX_PARTITIONS) { in init_axis_flash()
52 #define MAX_PARTITIONS MAX_REGIONS macro