Lines Matching refs:oobregion
1869 struct mtd_oob_region *oobregion) in omap_ooblayout_ecc() argument
1882 oobregion->offset = off; in omap_ooblayout_ecc()
1883 oobregion->length = chip->ecc.total; in omap_ooblayout_ecc()
1889 struct mtd_oob_region *oobregion) in omap_ooblayout_free() argument
1906 oobregion->offset = off; in omap_ooblayout_free()
1907 oobregion->length = mtd->oobsize - off; in omap_ooblayout_free()
1918 struct mtd_oob_region *oobregion) in omap_sw_ooblayout_ecc() argument
1932 oobregion->offset = off + (section * (ecc_bytes + 1)); in omap_sw_ooblayout_ecc()
1933 oobregion->length = ecc_bytes; in omap_sw_ooblayout_ecc()
1939 struct mtd_oob_region *oobregion) in omap_sw_ooblayout_free() argument
1957 oobregion->offset = off; in omap_sw_ooblayout_free()
1958 oobregion->length = mtd->oobsize - off; in omap_sw_ooblayout_free()