Home
last modified time | relevance | path

Searched refs:total_ecc_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/
H A Decc.c160 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_sp() local
176 oobregion->length = total_ecc_bytes - 4; in nand_ooblayout_ecc_sp()
220 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_lp() local
222 if (section || !total_ecc_bytes) in nand_ooblayout_ecc_lp()
225 oobregion->length = total_ecc_bytes; in nand_ooblayout_ecc_lp()
235 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_free_lp() local
240 oobregion->length = mtd->oobsize - total_ecc_bytes - 2; in nand_ooblayout_free_lp()
265 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_lp_hamming() local
281 oobregion->length = total_ecc_bytes; in nand_ooblayout_ecc_lp_hamming()
292 unsigned int total_ecc_bytes in nand_ooblayout_free_lp_hamming() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/
H A Decc.c167 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_sp() local
183 oobregion->length = total_ecc_bytes - 4; in nand_ooblayout_ecc_sp()
227 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_lp() local
229 if (section || !total_ecc_bytes) in nand_ooblayout_ecc_lp()
232 oobregion->length = total_ecc_bytes; in nand_ooblayout_ecc_lp()
242 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_free_lp() local
247 oobregion->length = mtd->oobsize - total_ecc_bytes - 2; in nand_ooblayout_free_lp()
272 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_lp_hamming() local
288 oobregion->length = total_ecc_bytes; in nand_ooblayout_ecc_lp_hamming()
299 unsigned int total_ecc_bytes in nand_ooblayout_free_lp_hamming() local
[all...]

Completed in 2 milliseconds