Lines Matching refs:section
60 static int micron_8_ooblayout_ecc(struct mtd_info *mtd, int section,
63 if (section)
72 static int micron_8_ooblayout_free(struct mtd_info *mtd, int section,
75 if (section)
90 static int micron_4_ooblayout_ecc(struct mtd_info *mtd, int section,
95 if (section >= spinand->base.memorg.pagesize /
99 region->offset = (section * 16) + 8;
105 static int micron_4_ooblayout_free(struct mtd_info *mtd, int section,
110 if (section >= spinand->base.memorg.pagesize /
114 if (section) {
115 region->offset = 16 * section;
118 /* section 0 has two bytes reserved for the BBM */