Home
last modified time | relevance | path

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

/Linux-v4.19/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.c56 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro
118 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-v4.19/drivers/mtd/nand/raw/
Dcmx270_nand.c50 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) macro
204 NUM_PARTITIONS); in cmx270_init()
/Linux-v4.19/drivers/mtd/devices/
Dlart.c600 #define NUM_PARTITIONS ARRAY_SIZE(lart_partitions) macro
/Linux-v4.19/Documentation/driver-api/
Dmtdnand.rst138 #define NUM_PARTITIONS 2
254 add_mtd_partitions(board_mtd, partition_info, NUM_PARTITIONS);