Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Domap_elm.c79 int ecc_steps; member
104 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument
119 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()
Dintel-nand-controller.c452 u32 ecc_steps, ecc_bytes, ecc_total, pagesize, pg_per_blk; in ebu_nand_attach_chip() local
492 ecc_steps = writesize / ecc_size; in ebu_nand_attach_chip()
493 ecc_total = ecc_steps * ecc_bytes; in ebu_nand_attach_chip()
Dcadence-nand-controller.c1511 int ecc_steps = chip->ecc.steps; in cadence_nand_write_page_raw() local
1535 for (i = 0; i < ecc_steps; i++) { in cadence_nand_write_page_raw()
1570 for (i = 0; i < ecc_steps; i++) { in cadence_nand_write_page_raw()
1572 if (i == (ecc_steps - 1)) in cadence_nand_write_page_raw()
1704 int ecc_steps = chip->ecc.steps; in cadence_nand_read_page_raw() local
1736 for (i = 0; i < ecc_steps; i++) { in cadence_nand_read_page_raw()
1772 for (i = 0; i < ecc_steps; i++) { in cadence_nand_read_page_raw()
1776 if (i == (ecc_steps - 1)) in cadence_nand_read_page_raw()
Dnand_base.c4077 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local
4080 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc()
4087 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
/linux-5.19.10/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