Lines Matching defs:oobregion
140 struct mtd_oob_region *oobregion)
145 oobregion->length = 6;
146 oobregion->offset = 10;
152 struct mtd_oob_region *oobregion)
158 oobregion->offset = 0;
159 oobregion->length = 4;
161 oobregion->offset = 6;
162 oobregion->length = 4;
607 struct mtd_oob_region oobregion = { };
624 error = mtd_ooblayout_ecc(mtd, 0, &oobregion);
628 oobecc = chip->oob_poi + oobregion.offset;
675 struct mtd_oob_region oobregion = { };
690 error = mtd_ooblayout_ecc(mtd, 0, &oobregion);
694 pb = chip->oob_poi + oobregion.offset;