Home
last modified time | relevance | path

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

/linux/drivers/mtd/maps/
H A Duclinux.c50 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro
112 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
H A Dsbc_gxx.c89 #define NUM_PARTITIONS 3 macro
214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
H A Dscx200_docflash.c70 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
201 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
/linux/Documentation/driver-api/
H A Dmtdnand.rst138 #define NUM_PARTITIONS 2
254 add_mtd_partitions(board_mtd, partition_info, NUM_PARTITIONS);