Searched refs:nsteps (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 4740 int nsteps, ecc_bytes; in nand_check_ecc_caps() local 4749 nsteps = mtd->writesize / preset_step; in nand_check_ecc_caps() 4766 if (ecc_bytes * nsteps > oobavail) { in nand_check_ecc_caps() 4802 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local 4835 nsteps = mtd->writesize / step_size; in nand_match_ecc_req() 4840 ecc_bytes_total = ecc_bytes * nsteps; in nand_match_ecc_req() 4843 strength * nsteps < req_corr) in nand_match_ecc_req() 4884 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local 4907 nsteps = mtd->writesize / step_size; in nand_maximize_ecc() 4913 if (ecc_bytes * nsteps > oobavail) in nand_maximize_ecc() [all …]
|