Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Domap_elm.c89 int ecc_steps; member
111 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument
126 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()
Dnand_base.c2163 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local
2167 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc()
2170 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
/linux-4.1.27/include/linux/platform_data/
Delm.h49 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
58 int ecc_steps, int ecc_step_size, in elm_config() argument