Searched refs:ecc_bytes_total (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 4109 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local 4147 ecc_bytes_total = ecc_bytes * nsteps; in nand_match_ecc_req() 4149 if (ecc_bytes_total > oobavail || in nand_match_ecc_req() 4157 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req() 4158 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 6063 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local 6098 ecc_bytes_total = ecc_bytes * nsteps; in nand_match_ecc_req() 6100 if (ecc_bytes_total > oobavail || in nand_match_ecc_req() 6108 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req() 6109 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()
|