Searched refs:ecclayout (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dpartitions.h44 struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only)*/ member in struct:mtd_partition
H A Donenand.h88 * @ecclayout: [REPLACEABLE] the default ecc placement scheme
129 struct nand_ecclayout *ecclayout; member in struct:onenand_chip
H A Dnand.h380 * @ecclayout: [REPLACEABLE] the default ecc placement scheme
443 struct nand_ecclayout *ecclayout; member in struct:nand_chip
600 * @ecclayout: ecc layout info structure
609 struct nand_ecclayout *ecclayout; member in struct:platform_nand_chip
H A Dmtd.h60 * which are defined by the ecclayout
131 struct nand_ecclayout *ecclayout; member in struct:mtd_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdchar.c595 if (!mtd->ecclayout)
597 if (mtd->ecclayout->eccbytes > ARRAY_SIZE(oi.eccpos))
601 memcpy(&oi.eccpos, mtd->ecclayout->eccpos, sizeof(oi.eccpos));
602 memcpy(&oi.oobfree, mtd->ecclayout->oobfree,
604 oi.eccbytes = mtd->ecclayout->eccbytes;
701 if (!mtd->ecclayout)
704 if (copy_to_user(argp, mtd->ecclayout,
H A Dmtdpart.c464 slave->mtd.ecclayout = master->ecclayout;
H A Dmtdconcat.c783 concat->mtd.ecclayout = subdev[0]->ecclayout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c842 free = this->ecclayout->oobfree;
851 free = this->ecclayout->oobfree;
890 oobsize = this->ecclayout->oobavail;
1288 free = this->ecclayout->oobfree;
1296 free = this->ecclayout->oobfree;
1336 oobsize = this->ecclayout->oobavail;
2369 this->ecclayout = &onenand_oob_64;
2374 this->ecclayout = &onenand_oob_32;
2383 this->ecclayout = &onenand_oob_32;
2393 this->ecclayout
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dplat_nand.c67 data->chip.ecc.layout = pdata->chip.ecclayout;
H A Dndfc.c171 chip->ecclayout = chip->ecc.layout = mtd->pl_chip->ecclayout;
H A Dnand_base.c2727 mtd->ecclayout = chip->ecc.layout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dwbuf.c1108 struct nand_ecclayout *oinfo = c->mtd->ecclayout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c2625 mtd->ecclayout = chip->ecc.layout;

Completed in 184 milliseconds