Searched refs:NUM_PARTITIONS (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dmbx860.c32 #define NUM_PARTITIONS 3 macro
73 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Dts5500_flash.c64 #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) macro
92 add_mtd_partitions(mymtd, ts5500_partitions, NUM_PARTITIONS);
H A Ddbox2-flash.c57 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
96 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Dnetsc520.c77 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
119 add_mtd_partitions( mymtd, partition_info, NUM_PARTITIONS );
H A Duclinux.c41 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro
93 add_mtd_partitions(mtd, uclinux_romfs, NUM_PARTITIONS);
H A Ddilnetpc.c300 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
303 static struct mtd_info *lowlvl_parts[NUM_PARTITIONS];
395 for(i = 0; i < NUM_PARTITIONS; i++)
453 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
459 merged_mtd = mtd_concat_create(lowlvl_parts, NUM_PARTITIONS, "(A)DNP Flash Concatenated");
H A Dh720x-flash.c59 #define NUM_PARTITIONS ARRAY_SIZE(h720x_partitions) macro
102 nr_mtd_parts = NUM_PARTITIONS;
H A Dsbc_gxx.c101 #define NUM_PARTITIONS 3 macro
226 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS );
H A Dscx200_docflash.c70 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
205 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dspia.c79 #define NUM_PARTITIONS 2 macro
152 add_mtd_partitions(spia_mtd, partition_info, NUM_PARTITIONS);
H A Dedb7312.c68 #define NUM_PARTITIONS 1 macro
175 mtd_parts_nb = NUM_PARTITIONS;
H A Dh1910.c51 #define NUM_PARTITIONS 1 macro
145 mtd_parts_nb = NUM_PARTITIONS;
H A Dcmx270_nand.c51 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) macro
235 mtd_parts_nb = NUM_PARTITIONS;
H A Dppchameleonevb.c101 #define NUM_PARTITIONS 1 macro
300 mtd_parts_nb = NUM_PARTITIONS;
398 mtd_parts_nb = NUM_PARTITIONS;
H A Drtc_from4.c104 #define NUM_PARTITIONS 1 macro
583 ret = add_mtd_partitions(rtc_from4_mtd, partition_info, NUM_PARTITIONS);

Completed in 136 milliseconds