Lines Matching defs:region
42 struct mtd_oob_region *region)
47 region->offset = 48;
48 region->length = 16;
54 struct mtd_oob_region *region)
59 region->offset = 1;
60 region->length = 47;
95 struct mtd_oob_region *region)
100 region->offset = mtd->oobsize / 2;
101 region->length = mtd->oobsize / 2;
107 struct mtd_oob_region *region)
112 region->offset = 2;
113 region->length = mtd->oobsize / 2 - 2;