Searched refs:write_subpage (Results 1 – 5 of 5) sorted by relevance
376 int (*write_subpage)(struct nand_chip *chip, uint32_t offset, member
751 chip->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_attach_chip()
4277 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()
769 chip->ecc.write_subpage = ma35_nand_write_subpage_hwecc; in ma35_nand_attach_chip()
1396 nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc; in mtk_nfc_nand_chip_init()