Lines Matching refs:oobregion
138 struct mtd_oob_region *oobregion)
143 oobregion->length = 6;
144 oobregion->offset = 10;
150 struct mtd_oob_region *oobregion)
156 oobregion->offset = 0;
157 oobregion->length = 4;
159 oobregion->offset = 6;
160 oobregion->length = 4;
605 struct mtd_oob_region oobregion = { };
622 error = mtd_ooblayout_ecc(mtd, 0, &oobregion);
626 oobecc = chip->oob_poi + oobregion.offset;
673 struct mtd_oob_region oobregion = { };
688 error = mtd_ooblayout_ecc(mtd, 0, &oobregion);
692 pb = chip->oob_poi + oobregion.offset;