Searched refs:ecc_steps (Results 1 – 4 of 4) sorted by relevance
79 int ecc_steps; member104 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument119 if (ecc_steps > ERROR_VECTOR_MAX && ecc_steps % ERROR_VECTOR_MAX) { in elm_config()120 dev_err(dev, "unsupported config ecc-step=%d\n", ecc_steps); in elm_config()127 info->ecc_steps = ecc_steps; in elm_config()170 for (i = 0; i < info->ecc_steps; i++) { in elm_load_syndrome()260 for (i = 0; i < info->ecc_steps; i++) { in elm_start_processing()289 for (i = 0; i < info->ecc_steps; i++) { in elm_error_correction()
449 u32 ecc_steps, ecc_bytes, ecc_total, pagesize, pg_per_blk; in ebu_nand_attach_chip() local489 ecc_steps = writesize / ecc_size; in ebu_nand_attach_chip()490 ecc_total = ecc_steps * ecc_bytes; in ebu_nand_attach_chip()
1518 int ecc_steps = chip->ecc.steps; in cadence_nand_write_page_raw() local1542 for (i = 0; i < ecc_steps; i++) { in cadence_nand_write_page_raw()1577 for (i = 0; i < ecc_steps; i++) { in cadence_nand_write_page_raw()1579 if (i == (ecc_steps - 1)) in cadence_nand_write_page_raw()1711 int ecc_steps = chip->ecc.steps; in cadence_nand_read_page_raw() local1743 for (i = 0; i < ecc_steps; i++) { in cadence_nand_read_page_raw()1779 for (i = 0; i < ecc_steps; i++) { in cadence_nand_read_page_raw()1783 if (i == (ecc_steps - 1)) in cadence_nand_read_page_raw()
4268 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local4271 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc()4278 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
Completed in 32 milliseconds