Searched refs:ecc_steps (Results 1 – 4 of 4) sorted by relevance
79 int ecc_steps; member101 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument116 if (ecc_steps > ERROR_VECTOR_MAX) { in elm_config()117 dev_err(dev, "unsupported config ecc-step=%d\n", ecc_steps); in elm_config()124 info->ecc_steps = ecc_steps; in elm_config()167 for (i = 0; i < info->ecc_steps; i++) { in elm_load_syndrome()257 for (i = 0; i < info->ecc_steps; i++) { in elm_start_processing()286 for (i = 0; i < info->ecc_steps; i++) { in elm_error_correction()
1571 int ecc_steps = chip->ecc.steps; in omap_write_subpage_bch() local1590 for (step = 0; step < ecc_steps; step++) { in omap_write_subpage_bch()
3782 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local3785 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc()3792 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
39 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);48 int ecc_steps, int ecc_step_size, in elm_config() argument