Lines Matching defs:oobregion
32 struct mtd_oob_region *oobregion)
39 oobregion->offset = 0;
40 oobregion->length = chip->ecc.bytes;
46 struct mtd_oob_region *oobregion)
51 oobregion->offset = 12;
52 oobregion->length = 4;
63 struct mtd_oob_region *oobregion)
70 oobregion->offset = (section * 16) + 6;
71 oobregion->length = chip->ecc.bytes;
77 struct mtd_oob_region *oobregion)
84 oobregion->offset = section * 16;
85 oobregion->length = 6;
88 oobregion->offset += 2;
89 oobregion->length -= 2;