Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h617 int (*write_subpage)(struct mtd_info *mtd, struct nand_chip *chip, member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c726 nand->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_chip_init()
H A Dnand_base.c2401 chip->ecc.write_subpage) in nand_write_page()
2413 status = chip->ecc.write_subpage(mtd, chip, offset, data_len, in nand_write_page()
4300 (NAND_HAS_SUBPAGE_WRITE(chip) && !ecc->write_subpage && in invalid_ecc_page_accessors()
4399 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail()
4400 ecc->write_subpage = nand_write_subpage_hwecc; in nand_scan_tail()
H A Dsunxi_nand.c1476 ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage; in sunxi_nand_hw_ecc_ctrl_init()