Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/maps/
Ddilnetpc.c303 static struct mtd_info *lowlvl_parts[NUM_PARTITIONS]; variable
448 partition_info[0].mtdp = &lowlvl_parts[0]; in init_dnpc()
449 partition_info[1].mtdp = &lowlvl_parts[2]; in init_dnpc()
450 partition_info[2].mtdp = &lowlvl_parts[1]; in init_dnpc()
451 partition_info[3].mtdp = &lowlvl_parts[3]; in init_dnpc()
459 merged_mtd = mtd_concat_create(lowlvl_parts, NUM_PARTITIONS, "(A)DNP Flash Concatenated"); in init_dnpc()