Home
last modified time | relevance | path

Searched refs:meta_sz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/nand/
H A Decc-mxic.c102 unsigned int meta_sz; member
143 oobregion->offset = (section * ctx->oob_step_sz) + ctx->meta_sz; in mxic_ecc_ooblayout_ecc()
160 oobregion->length = ctx->meta_sz - 2; in mxic_ecc_ooblayout_free()
163 oobregion->length = ctx->meta_sz; in mxic_ecc_ooblayout_free()
306 ctx->meta_sz = META_SZ(spare_reg); in mxic_ecc_init_ctx()
332 dev_err(dev, "Meta size: %d\n", ctx->meta_sz); in mxic_ecc_init_ctx()
334 if ((ctx->meta_sz + ctx->parity_sz + RSV_SZ(spare_reg)) != in mxic_ecc_init_ctx()
337 ctx->meta_sz, ctx->parity_sz, RSV_SZ(spare_reg), in mxic_ecc_init_ctx()
601 offset = ctx->meta_sz + (step * ctx->oob_step_sz); in mxic_ecc_prepare_io_req_external()