Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Domap2.c1534 unsigned int eccpg; in omap_write_page_bch() local
1541 for (eccpg = 0; eccpg < info->neccpg; eccpg++) { in omap_write_page_bch()
1546 chip->legacy.write_buf(chip, buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1551 buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1558 eccpg * info->eccpg_bytes, in omap_write_page_bch()
1592 unsigned int eccpg; in omap_write_subpage_bch() local
1605 for (eccpg = 0; eccpg < info->neccpg; eccpg++) { in omap_write_subpage_bch()
1610 chip->legacy.write_buf(chip, buf + (eccpg * info->eccpg_size), in omap_write_subpage_bch()
1614 unsigned int base_step = eccpg * info->nsteps_per_eccpg; in omap_write_subpage_bch()
1615 const u8 *bufoffs = buf + (eccpg * info->eccpg_size); in omap_write_subpage_bch()
[all …]