Searched refs:ecc_steps (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | omap_elm.c | 79 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()
|
D | intel-nand-controller.c | 449 u32 ecc_steps, ecc_bytes, ecc_total, pagesize, pg_per_blk; in ebu_nand_attach_chip() local 489 ecc_steps = writesize / ecc_size; in ebu_nand_attach_chip() 490 ecc_total = ecc_steps * ecc_bytes; in ebu_nand_attach_chip()
|
D | cadence-nand-controller.c | 1511 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()
|
D | nand_base.c | 4085 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local 4088 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc() 4095 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
|
/linux-6.1.9/include/linux/platform_data/ |
D | elm.h | 39 int ecc_steps, int ecc_step_size, int ecc_syndrome_size); 48 int ecc_steps, int ecc_step_size, in elm_config() argument
|