Lines Matching refs:section
46 static int w25m02gv_ooblayout_ecc(struct mtd_info *mtd, int section, in w25m02gv_ooblayout_ecc() argument
49 if (section > 3) in w25m02gv_ooblayout_ecc()
52 region->offset = (16 * section) + 8; in w25m02gv_ooblayout_ecc()
58 static int w25m02gv_ooblayout_free(struct mtd_info *mtd, int section, in w25m02gv_ooblayout_free() argument
61 if (section > 3) in w25m02gv_ooblayout_free()
64 region->offset = (16 * section) + 2; in w25m02gv_ooblayout_free()
89 static int w25n02kv_ooblayout_ecc(struct mtd_info *mtd, int section, in w25n02kv_ooblayout_ecc() argument
92 if (section) in w25n02kv_ooblayout_ecc()
101 static int w25n02kv_ooblayout_free(struct mtd_info *mtd, int section, in w25n02kv_ooblayout_free() argument
104 if (section) in w25n02kv_ooblayout_free()
141 static int w25n04lw_ooblayout_ecc(struct mtd_info *mtd, int section, in w25n04lw_ooblayout_ecc() argument
144 if (section) in w25n04lw_ooblayout_ecc()
153 static int w25n04lw_ooblayout_free(struct mtd_info *mtd, int section, in w25n04lw_ooblayout_free() argument
156 if (section) in w25n04lw_ooblayout_free()