Searched refs:NUM_PARTITIONS (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/mtd/maps/ |
D | dilnetpc.c | 346 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0])) macro 349 static struct mtd_info *lowlvl_parts[NUM_PARTITIONS]; 441 for(i = 0; i < NUM_PARTITIONS; i++) in init_dnpc() 498 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS); in init_dnpc() 504 merged_mtd = mtd_concat_create(lowlvl_parts, NUM_PARTITIONS, "(A)DNP Flash Concatenated"); in init_dnpc()
|
D | physmap.c | 113 #define NUM_PARTITIONS (sizeof(physmap_partitions)/sizeof(struct mtd_partition)) macro 151 if (NUM_PARTITIONS != 0) in init_physmap() 155 add_mtd_partitions (mymtd, physmap_partitions, NUM_PARTITIONS); in init_physmap()
|
D | physmap64.c | 127 #define NUM_PARTITIONS (sizeof(physmap_partitions)/sizeof(struct mtd_partition)) macro 165 if (NUM_PARTITIONS != 0) in init_physmap() 169 add_mtd_partitions (mymtd, physmap_partitions, NUM_PARTITIONS); in init_physmap()
|
D | mbx860.c | 33 #define NUM_PARTITIONS 3 macro 119 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS); in init_mbx()
|
D | netsc520.c | 118 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0])) macro 169 add_mtd_partitions( mymtd, partition_info, NUM_PARTITIONS ); in init_netsc520()
|
D | dbox2-flash.c | 36 #define NUM_PARTITIONS (sizeof(partition_info) / sizeof(partition_info[0])) macro 123 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS); in init_dbox2_flash()
|
D | uclinux.c | 89 #define NUM_PARTITIONS (sizeof(uclinux_romfs) / sizeof(uclinux_romfs[0])) macro 138 add_mtd_partitions(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
|
D | sbc_gxx.c | 104 #define NUM_PARTITIONS 3 macro 267 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS ); in init_sbc_gxx()
|
D | elan-104nc.c | 71 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0])) macro 266 add_mtd_partitions( all_mtd, partition_info, NUM_PARTITIONS ); in init_elan_104nc()
|
D | scx200_docflash.c | 75 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0])) macro 239 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | spia.c | 81 #define NUM_PARTITIONS 2 macro 166 add_mtd_partitions(spia_mtd, partition_info, NUM_PARTITIONS); in spia_init()
|
D | edb7312.c | 78 #define NUM_PARTITIONS 1 macro 214 mtd_parts_nb = NUM_PARTITIONS; in ep7312_init()
|