Searched refs:write_subpage (Results 1 – 7 of 7) sorted by relevance
1981 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()2018 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()
750 chip->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_attach_chip()
4225 chip->ecc.write_subpage) in nand_write_page()4234 status = chip->ecc.write_subpage(chip, offset, data_len, buf, in nand_write_page()5648 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_set_ecc_on_host_ops()5649 ecc->write_subpage = nand_write_subpage_hwecc; in nand_set_ecc_on_host_ops()
1070 chip->ecc.write_subpage = rnandc_write_subpage_hw_ecc; in rnandc_hw_ecc_controller_init()
1423 nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc; in mtk_nfc_nand_chip_init()
1731 ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage; in sunxi_nand_hw_ecc_ctrl_init()
372 int (*write_subpage)(struct nand_chip *chip, uint32_t offset, member