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

/linux-4.1.27/include/linux/platform_data/
H A Delm.h49 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
58 int ecc_steps, int ecc_step_size, elm_config()
57 elm_config(struct device *dev, enum bch_ecc bch_type, int ecc_steps, int ecc_step_size, int ecc_syndrome_size) elm_config() argument
/linux-4.1.27/drivers/mtd/nand/
H A Domap_elm.c89 int ecc_steps; member in struct:elm_info
111 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) elm_config()
126 if (ecc_steps > ERROR_VECTOR_MAX) { elm_config()
127 dev_err(dev, "unsupported config ecc-step=%d\n", ecc_steps); elm_config()
134 info->ecc_steps = ecc_steps; elm_config()
177 for (i = 0; i < info->ecc_steps; i++) { elm_load_syndrome()
267 for (i = 0; i < info->ecc_steps; i++) { elm_start_processing()
296 for (i = 0; i < info->ecc_steps; i++) { elm_error_correction()
110 elm_config(struct device *dev, enum bch_ecc bch_type, int ecc_steps, int ecc_step_size, int ecc_syndrome_size) elm_config() argument
H A Dnand_base.c2163 int ecc_steps = chip->ecc.steps; nand_write_subpage_hwecc() local
2167 int oob_bytes = mtd->oobsize / ecc_steps; nand_write_subpage_hwecc()
2170 for (step = 0; step < ecc_steps; step++) { nand_write_subpage_hwecc()

Completed in 118 milliseconds