Searched refs:ecc_steps (Results 1 – 3 of 3) sorted by relevance
89 int ecc_steps; member111 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument126 if (ecc_steps > ERROR_VECTOR_MAX) { in elm_config()127 dev_err(dev, "unsupported config ecc-step=%d\n", ecc_steps); in elm_config()134 info->ecc_steps = ecc_steps; in elm_config()177 for (i = 0; i < info->ecc_steps; i++) { in elm_load_syndrome()267 for (i = 0; i < info->ecc_steps; i++) { in elm_start_processing()296 for (i = 0; i < info->ecc_steps; i++) { in elm_error_correction()
2305 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local2309 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc()2312 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
49 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);58 int ecc_steps, int ecc_step_size, in elm_config() argument