Lines Matching refs:section
33 static int fm25s01a_ooblayout_ecc(struct mtd_info *mtd, int section, in fm25s01a_ooblayout_ecc() argument
39 static int fm25s01a_ooblayout_free(struct mtd_info *mtd, int section, in fm25s01a_ooblayout_free() argument
42 if (section) in fm25s01a_ooblayout_free()
56 static int fm25s01_ooblayout_ecc(struct mtd_info *mtd, int section, in fm25s01_ooblayout_ecc() argument
59 if (section) in fm25s01_ooblayout_ecc()
68 static int fm25s01_ooblayout_free(struct mtd_info *mtd, int section, in fm25s01_ooblayout_free() argument
71 if (section) in fm25s01_ooblayout_free()
110 static int fm25g0xd_ooblayout_ecc(struct mtd_info *mtd, int section, in fm25g0xd_ooblayout_ecc() argument
113 if (section > 3) in fm25g0xd_ooblayout_ecc()
116 region->offset = (16 * section) + 8; in fm25g0xd_ooblayout_ecc()
122 static int fm25g0xd_ooblayout_free(struct mtd_info *mtd, int section, in fm25g0xd_ooblayout_free() argument
125 if (section > 3) in fm25g0xd_ooblayout_free()
128 region->offset = (16 * section) + 2; in fm25g0xd_ooblayout_free()