Lines Matching defs:region
61 struct mtd_oob_region *region)
66 region->offset = mtd->oobsize / 2;
67 region->length = mtd->oobsize / 2;
73 struct mtd_oob_region *region)
79 region->offset = 2;
80 region->length = (mtd->oobsize / 2) - 2;
91 struct mtd_oob_region *region)
99 region->offset = (section * 16) + 8;
100 region->length = 8;
106 struct mtd_oob_region *region)
115 region->offset = 16 * section;
116 region->length = 8;
119 region->offset = 2;
120 region->length = 6;