Home
last modified time | relevance | path

Searched refs:ecc_steps (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Domap_elm.c79 int ecc_steps; member
101 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument
116 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()
Domap2.c1571 int ecc_steps = chip->ecc.steps; in omap_write_subpage_bch() local
1590 for (step = 0; step < ecc_steps; step++) { in omap_write_subpage_bch()
Dnand_base.c3782 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local
3785 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()
/Linux-v5.4/include/linux/platform_data/
Delm.h39 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
48 int ecc_steps, int ecc_step_size, in elm_config() argument