Lines Matching defs:oobregion
33 struct mtd_oob_region *oobregion)
40 oobregion->offset = 0;
41 oobregion->length = chip->ecc.bytes;
47 struct mtd_oob_region *oobregion)
52 oobregion->offset = 12;
53 oobregion->length = 4;
64 struct mtd_oob_region *oobregion)
71 oobregion->offset = (section * 16) + 6;
72 oobregion->length = chip->ecc.bytes;
78 struct mtd_oob_region *oobregion)
85 oobregion->offset = section * 16;
86 oobregion->length = 6;
89 oobregion->offset += 2;
90 oobregion->length -= 2;