Home
last modified time | relevance | path

Searched refs:read_subpage (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_toshiba.c136 chip->ecc.read_subpage = toshiba_nand_read_subpage_benand; in toshiba_nand_benand_init()
H A Dnand_base.c3641 ret = chip->ecc.read_subpage(chip, col, bytes, in nand_do_read_ops()
5892 if (!ecc->read_subpage) in nand_set_ecc_on_host_ops()
5893 ecc->read_subpage = nand_read_subpage; in nand_set_ecc_on_host_ops()
5946 ecc->read_subpage = nand_read_subpage; in nand_set_ecc_soft_ops()
5977 ecc->read_subpage = nand_read_subpage; in nand_set_ecc_soft_ops()
H A Dsunxi_nand.c1701 ecc->read_subpage = sunxi_nfc_hw_ecc_read_subpage_dma; in sunxi_nand_hw_ecc_ctrl_init()
1706 ecc->read_subpage = sunxi_nfc_hw_ecc_read_subpage; in sunxi_nand_hw_ecc_ctrl_init()
H A Drenesas-nand-controller.c1068 chip->ecc.read_subpage = rnandc_read_subpage_hw_ecc; in rnandc_hw_ecc_controller_init()
H A Dmtk_nand.c1402 nand->ecc.read_subpage = mtk_nfc_read_subpage_hwecc; in mtk_nfc_nand_chip_init()
/linux/include/linux/mtd/
H A Drawnand.h374 int (*read_subpage)(struct nand_chip *chip, uint32_t offs, member
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2303 ecc->read_subpage = gpmi_ecc_read_subpage; in gpmi_init_last()