Searched refs:write_subpage (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 2068 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip() 2110 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip() 2132 chip->ecc.write_subpage = omap_write_subpage_bch; in omap_nand_attach_chip()
|
| H A D | fsl_elbc_nand.c | 751 chip->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_attach_chip()
|
| H A D | nand_base.c | 3925 chip->ecc.write_subpage) in nand_write_page() 3934 status = chip->ecc.write_subpage(chip, offset, data_len, buf, in nand_write_page() 5160 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_set_ecc_on_host_ops() 5161 ecc->write_subpage = nand_write_subpage_hwecc; in nand_set_ecc_on_host_ops()
|
| H A D | mtk_nand.c | 1423 nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc; in mtk_nfc_nand_chip_init()
|
| H A D | sunxi_nand.c | 1710 ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage; in sunxi_nand_hw_ecc_ctrl_init()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_nand.c | 727 nand->ecc.write_subpage = fsl_elbc_write_subpage; in fsl_elbc_chip_init()
|
| H A D | nand_base.c | 3095 chip->ecc.write_subpage) in nand_write_page() 3110 status = chip->ecc.write_subpage(mtd, chip, offset, data_len, in nand_write_page() 4993 (NAND_HAS_SUBPAGE_WRITE(chip) && !ecc->write_subpage && in invalid_ecc_page_accessors() 5092 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail() 5093 ecc->write_subpage = nand_write_subpage_hwecc; in nand_scan_tail()
|
| H A D | sunxi_nand.c | 1477 ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage; in sunxi_nand_hw_ecc_ctrl_init()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 595 int (*write_subpage)(struct mtd_info *mtd, struct nand_chip *chip, member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | rawnand.h | 374 int (*write_subpage)(struct nand_chip *chip, uint32_t offset, member
|