Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Domap2.c1997 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
2034 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
2050 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
H A Dfsl_elbc_nand.c751 chip->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_attach_chip()
H A Dnuvoton-ma35d1-nand-controller.c769 chip->ecc.write_subpage = ma35_nand_write_subpage_hwecc; in ma35_nand_attach_chip()
H A Dnand_base.c4408 chip->ecc.write_subpage) in nand_write_page()
4417 status = chip->ecc.write_subpage(chip, offset, data_len, buf, in nand_write_page()
5894 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_set_ecc_on_host_ops()
5895 ecc->write_subpage = nand_write_subpage_hwecc; in nand_set_ecc_on_host_ops()
H A Drenesas-nand-controller.c1070 chip->ecc.write_subpage = rnandc_write_subpage_hw_ecc; in rnandc_hw_ecc_controller_init()
H A Dmtk_nand.c1396 nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc; in mtk_nfc_nand_chip_init()
H A Dsunxi_nand.c1711 ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage; in sunxi_nand_hw_ecc_ctrl_init()
/linux-6.15/include/linux/mtd/
H A Drawnand.h376 int (*write_subpage)(struct nand_chip *chip, uint32_t offset, member