Home
last modified time | relevance | path

Searched refs:NUM_PARTITIONS (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/mtd/maps/
Dts5500_flash.c64 #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) macro
92 mtd_device_register(mymtd, ts5500_partitions, NUM_PARTITIONS); in init_ts5500_map()
Dnetsc520.c77 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
119 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
Duclinux.c54 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro
116 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
Dsbc_gxx.c101 #define NUM_PARTITIONS 3 macro
226 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
Dscx200_docflash.c69 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
200 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
/linux-4.4.14/drivers/mtd/nand/
Dcmx270_nand.c52 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) macro
209 partition_info, NUM_PARTITIONS); in cmx270_init()
/linux-4.4.14/drivers/mtd/devices/
Dlart.c606 #define NUM_PARTITIONS ARRAY_SIZE(lart_partitions) macro