Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Drawnand.h376 int (*write_subpage)(struct nand_chip *chip, uint32_t offset, member
/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c751 chip->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_attach_chip()
H A Dnand_base.c4277 chip->ecc.write_subpage) in nand_write_page()
4286 status = chip->ecc.write_subpage(chip, offset, data_len, buf, in nand_write_page()
5773 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_set_ecc_on_host_ops()
5774 ecc->write_subpage = nand_write_subpage_hwecc; in nand_set_ecc_on_host_ops()
H A Dnuvoton-ma35d1-nand-controller.c769 chip->ecc.write_subpage = ma35_nand_write_subpage_hwecc; in ma35_nand_attach_chip()
H A Dmtk_nand.c1396 nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc; in mtk_nfc_nand_chip_init()