Searched refs:NUM_PARTITIONS (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/mtd/maps/ |
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 | netsc520.c | 77 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro 119 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
|
D | uclinux.c | 54 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro 116 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-4.1.27/drivers/mtd/nand/ |
D | cmx270_nand.c | 52 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) macro 209 partition_info, NUM_PARTITIONS); in cmx270_init()
|
/linux-4.1.27/drivers/mtd/devices/ |
D | lart.c | 606 #define NUM_PARTITIONS ARRAY_SIZE(lart_partitions) macro
|