Lines Matching defs:section
32 static int flctl_4secc_ooblayout_sp_ecc(struct mtd_info *mtd, int section,
37 if (section)
46 static int flctl_4secc_ooblayout_sp_free(struct mtd_info *mtd, int section,
49 if (section)
63 static int flctl_4secc_ooblayout_lp_ecc(struct mtd_info *mtd, int section,
68 if (section >= chip->ecc.steps)
71 oobregion->offset = (section * 16) + 6;
77 static int flctl_4secc_ooblayout_lp_free(struct mtd_info *mtd, int section,
82 if (section >= chip->ecc.steps)
85 oobregion->offset = section * 16;
88 if (!section) {