Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Domap_elm.c89 int ecc_steps; member
111 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument
126 if (ecc_steps > ERROR_VECTOR_MAX) { in elm_config()
127 dev_err(dev, "unsupported config ecc-step=%d\n", ecc_steps); in elm_config()
134 info->ecc_steps = ecc_steps; in elm_config()
177 for (i = 0; i < info->ecc_steps; i++) { in elm_load_syndrome()
267 for (i = 0; i < info->ecc_steps; i++) { in elm_start_processing()
296 for (i = 0; i < info->ecc_steps; i++) { in elm_error_correction()
Ddenali.c327 int ecc_steps = chip->ecc.steps; in denali_check_erased_page() local
332 for (i = 0; i < ecc_steps; i++) { in denali_check_erased_page()
645 int ecc_steps = chip->ecc.steps; in denali_oob_xfer() local
661 for (i = 0; i < ecc_steps; i++) { in denali_oob_xfer()
707 int ecc_steps = chip->ecc.steps; in denali_read_page_raw() local
721 for (i = 0; i < ecc_steps; i++) { in denali_read_page_raw()
749 for (i = 0; i < ecc_steps; i++) { in denali_read_page_raw()
834 int ecc_steps = chip->ecc.steps; in denali_write_page_raw() local
851 for (i = 0; i < ecc_steps; i++) { in denali_write_page_raw()
879 for (i = 0; i < ecc_steps; i++) { in denali_write_page_raw()
Domap2.c1571 int ecc_steps = chip->ecc.steps; in omap_write_subpage_bch() local
1590 for (step = 0; step < ecc_steps; step++) { in omap_write_subpage_bch()
Dnand_base.c4186 int ecc_steps = chip->ecc.steps; in nand_write_subpage_hwecc() local
4189 int oob_bytes = mtd->oobsize / ecc_steps; in nand_write_subpage_hwecc()
4196 for (step = 0; step < ecc_steps; step++) { in nand_write_subpage_hwecc()
/Linux-v4.19/include/linux/platform_data/
Delm.h49 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
58 int ecc_steps, int ecc_step_size, in elm_config() argument