Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4802 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local
4840 ecc_bytes_total = ecc_bytes * nsteps; in nand_match_ecc_req()
4842 if (ecc_bytes_total > oobavail || in nand_match_ecc_req()
4850 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req()
4851 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_base.c5376 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local
5411 ecc_bytes_total = ecc_bytes * nsteps; in nand_match_ecc_req()
5413 if (ecc_bytes_total > oobavail || in nand_match_ecc_req()
5421 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req()
5422 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()