Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Daxisflashmap.c119 #define MAX_PARTITIONS 7 macro
130 #if (MAX_PARTITIONS < NUM_DEFAULT_PARTITIONS)
131 #error MAX_PARTITIONS must be >= than NUM_DEFAULT_PARTITIONS
135 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()
/linux-4.4.14/arch/cris/arch-v10/drivers/
Daxisflashmap.c115 #define MAX_PARTITIONS 7 macro
142 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()
/linux-4.4.14/arch/mips/include/asm/sn/sn0/
Darch.h52 #define MAX_PARTITIONS MAX_REGIONS macro