Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Domap2.c175 unsigned int nsteps_per_eccpg; member
1218 int eccsteps = info->nsteps_per_eccpg; in omap_elm_correct_data()
1469 for (step = 0; step < info->nsteps_per_eccpg; step++) { in omap_write_subpage_bch()
1470 unsigned int base_step = eccpg * info->nsteps_per_eccpg; in omap_write_subpage_bch()
2048 info->nsteps_per_eccpg = ERROR_VECTOR_MAX; in omap_nand_attach_chip()
2051 info->nsteps_per_eccpg = chip->ecc.steps; in omap_nand_attach_chip()
2053 info->eccpg_size = info->nsteps_per_eccpg * chip->ecc.size; in omap_nand_attach_chip()
2054 info->eccpg_bytes = info->nsteps_per_eccpg * chip->ecc.bytes; in omap_nand_attach_chip()
2057 info->nsteps_per_eccpg, chip->ecc.size, in omap_nand_attach_chip()