Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Domap2.c2072 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
2114 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
2136 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
Dfsl_elbc_nand.c796 chip->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_chip_init()
Dnand_base.c4328 chip->ecc.write_subpage) in nand_write_page()
4337 status = chip->ecc.write_subpage(mtd, chip, offset, data_len, in nand_write_page()
6530 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail()
6531 ecc->write_subpage = nand_write_subpage_hwecc; in nand_scan_tail()
Dmtk_nand.c1348 nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc; in mtk_nfc_nand_chip_init()
Dsunxi_nand.c1793 ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage; in sunxi_nand_hw_ecc_ctrl_init()
/Linux-v4.19/include/linux/mtd/
Drawnand.h662 int (*write_subpage)(struct mtd_info *mtd, struct nand_chip *chip, member