Searched refs:ecc_steps (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/platform_data/ |
H A D | elm.h | 49 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.4.14/drivers/mtd/nand/ |
H A D | omap_elm.c | 89 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 D | nand_base.c | 2305 int ecc_steps = chip->ecc.steps; nand_write_subpage_hwecc() local 2309 int oob_bytes = mtd->oobsize / ecc_steps; nand_write_subpage_hwecc() 2312 for (step = 0; step < ecc_steps; step++) { nand_write_subpage_hwecc()
|
Completed in 122 milliseconds