Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Domap2.c1390 unsigned int eccpg; in omap_write_page_bch() local
1397 for (eccpg = 0; eccpg < info->neccpg; eccpg++) { in omap_write_page_bch()
1402 info->data_out(chip, buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1407 buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1414 eccpg * info->eccpg_bytes, in omap_write_page_bch()
1448 unsigned int eccpg; in omap_write_subpage_bch() local
1461 for (eccpg = 0; eccpg < info->neccpg; eccpg++) { in omap_write_subpage_bch()
1466 info->data_out(chip, buf + (eccpg * info->eccpg_size), in omap_write_subpage_bch()
1470 unsigned int base_step = eccpg * info->nsteps_per_eccpg; in omap_write_subpage_bch()
1471 const u8 *bufoffs = buf + (eccpg * info->eccpg_size); in omap_write_subpage_bch()
[all …]