Searched refs:merged_mtd (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dsc520cdp.c112 static struct mtd_info *merged_mtd; variable in typeref:struct:mtd_info
269 merged_mtd = mtd_concat_create(mymtd, 2, "SC520CDP Flash Banks #0 and #1");
270 if(merged_mtd)
271 add_mtd_device(merged_mtd);
282 if (merged_mtd) {
283 del_mtd_device(merged_mtd);
284 mtd_concat_destroy(merged_mtd);
H A Ddilnetpc.c306 static struct mtd_info *merged_mtd; variable in typeref:struct:mtd_info
461 merged_mtd = mtd_concat_create(lowlvl_parts, NUM_PARTITIONS, "(A)DNP Flash Concatenated");
462 if(merged_mtd)
468 add_mtd_partitions(merged_mtd, higlvl_partition_info, NUM_HIGHLVL_PARTITIONS);
476 if(merged_mtd) {
477 del_mtd_partitions(merged_mtd);
478 mtd_concat_destroy(merged_mtd);

Completed in 52 milliseconds