Searched refs:NUM_PARTITIONS (Results 1 – 16 of 16) sorted by relevance
/linux-3.4.99/drivers/mtd/maps/ |
D | solutionengine.c | 52 #define NUM_PARTITIONS ARRAY_SIZE(superh_se_partitions) macro 55 #define NUM_PARTITIONS 0 macro 96 superh_se_partitions, NUM_PARTITIONS); in init_soleng_maps()
|
D | dilnetpc.c | 300 #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++) in init_dnpc() 453 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_dnpc() 459 merged_mtd = mtd_concat_create(lowlvl_parts, NUM_PARTITIONS, "(A)DNP Flash Concatenated"); in init_dnpc()
|
D | ts5500_flash.c | 64 #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) macro 92 mtd_device_register(mymtd, ts5500_partitions, NUM_PARTITIONS); in init_ts5500_map()
|
D | mbx860.c | 32 #define NUM_PARTITIONS 3 macro 73 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_mbx()
|
D | netsc520.c | 77 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro 119 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
|
D | h720x-flash.c | 59 #define NUM_PARTITIONS ARRAY_SIZE(h720x_partitions) macro 89 h720x_partitions, NUM_PARTITIONS); in h720x_mtd_init()
|
D | dbox2-flash.c | 57 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro 96 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_dbox2_flash()
|
D | uclinux.c | 41 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro 92 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
|
D | sbc_gxx.c | 101 #define NUM_PARTITIONS 3 macro 226 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
|
D | scx200_docflash.c | 69 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro 200 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
|
/linux-3.4.99/drivers/mtd/nand/ |
D | h1910.c | 50 #define NUM_PARTITIONS 1 macro 139 NUM_PARTITIONS); in h1910_init()
|
D | spia.c | 79 #define NUM_PARTITIONS 2 macro 152 mtd_device_register(spia_mtd, partition_info, NUM_PARTITIONS); in spia_init()
|
D | ppchameleonevb.c | 100 #define NUM_PARTITIONS 1 macro 281 NUM_PARTITIONS); in ppchameleonevb_init() 370 NUM_PARTITIONS); in ppchameleonevb_init()
|
D | cmx270_nand.c | 52 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) macro 223 partition_info, NUM_PARTITIONS); in cmx270_init()
|
D | rtc_from4.c | 104 #define NUM_PARTITIONS 1 macro 584 NUM_PARTITIONS); in rtc_from4_init()
|
/linux-3.4.99/drivers/mtd/devices/ |
D | lart.c | 606 #define NUM_PARTITIONS ARRAY_SIZE(lart_partitions) macro
|