Lines Matching refs:section
34 static int w25m02gv_ooblayout_ecc(struct mtd_info *mtd, int section,
37 if (section > 3)
40 region->offset = (16 * section) + 8;
46 static int w25m02gv_ooblayout_free(struct mtd_info *mtd, int section,
49 if (section > 3)
52 region->offset = (16 * section) + 2;
77 static int w25n02kv_ooblayout_ecc(struct mtd_info *mtd, int section,
80 if (section > 3)
83 region->offset = 64 + (16 * section);
89 static int w25n02kv_ooblayout_free(struct mtd_info *mtd, int section,
92 if (section > 3)
95 region->offset = (16 * section) + 2;