Lines Matching refs:section
47 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section,
50 if (section > 3)
53 region->offset = (16 * section) + 8;
59 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section,
62 if (section > 3)
65 if (section) {
66 region->offset = 16 * section;
69 /* section 0 has one byte reserved for bad block mark */
105 static int gd5fxgq4_variant2_ooblayout_ecc(struct mtd_info *mtd, int section,
108 if (section)
117 static int gd5fxgq4_variant2_ooblayout_free(struct mtd_info *mtd, int section,
120 if (section)
135 static int gd5fxgq4xc_ooblayout_256_ecc(struct mtd_info *mtd, int section,
138 if (section)
147 static int gd5fxgq4xc_ooblayout_256_free(struct mtd_info *mtd, int section,
150 if (section)