Lines Matching defs:section
31 static int flctl_4secc_ooblayout_sp_ecc(struct mtd_info *mtd, int section,
36 if (section)
45 static int flctl_4secc_ooblayout_sp_free(struct mtd_info *mtd, int section,
48 if (section)
62 static int flctl_4secc_ooblayout_lp_ecc(struct mtd_info *mtd, int section,
67 if (section >= chip->ecc.steps)
70 oobregion->offset = (section * 16) + 6;
76 static int flctl_4secc_ooblayout_lp_free(struct mtd_info *mtd, int section,
81 if (section >= chip->ecc.steps)
84 oobregion->offset = section * 16;
87 if (!section) {