Lines Matching refs:ecc_bytes
50 int ecc_bytes; in am_ooblayout_ecc() local
52 ecc_bytes = am_get_eccsize(mtd); in am_ooblayout_ecc()
53 if (ecc_bytes < 0) in am_ooblayout_ecc()
54 return ecc_bytes; in am_ooblayout_ecc()
56 region->offset = mtd->oobsize - ecc_bytes; in am_ooblayout_ecc()
57 region->length = ecc_bytes; in am_ooblayout_ecc()
65 int ecc_bytes; in am_ooblayout_free() local
70 ecc_bytes = am_get_eccsize(mtd); in am_ooblayout_free()
71 if (ecc_bytes < 0) in am_ooblayout_free()
72 return ecc_bytes; in am_ooblayout_free()
85 region->length = mtd->oobsize - 2 - ecc_bytes; in am_ooblayout_free()