Lines Matching refs:section
66 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section,
69 if (section > 3)
72 region->offset = (16 * section) + 8;
78 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section,
81 if (section > 3)
84 if (section) {
85 region->offset = 16 * section;
88 /* section 0 has one byte reserved for bad block mark */
124 static int gd5fxgqx_variant2_ooblayout_ecc(struct mtd_info *mtd, int section,
127 if (section)
136 static int gd5fxgqx_variant2_ooblayout_free(struct mtd_info *mtd, int section,
139 if (section)
155 static int gd5fxgq4xc_ooblayout_256_ecc(struct mtd_info *mtd, int section,
158 if (section)
167 static int gd5fxgq4xc_ooblayout_256_free(struct mtd_info *mtd, int section,
170 if (section)