Home
last modified time | relevance | path

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

/openbmc/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.c3625 ret = chip->ecc.read_subpage(chip, col, bytes, in nand_do_read_ops()
5873 if (!ecc->read_subpage) in nand_set_ecc_on_host_ops()
5874 ecc->read_subpage = nand_read_subpage; in nand_set_ecc_on_host_ops()
5927 ecc->read_subpage = nand_read_subpage; in nand_set_ecc_soft_ops()
5958 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()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1755 ret = chip->ecc.read_subpage(mtd, chip, in nand_do_read_ops()
4299 (NAND_HAS_SUBPAGE_READ(chip) && !ecc->read_subpage) || in invalid_ecc_page_accessors()
4397 if (!ecc->read_subpage) in nand_scan_tail()
4398 ecc->read_subpage = nand_read_subpage; in nand_scan_tail()
4440 ecc->read_subpage = nand_read_subpage; in nand_scan_tail()
4460 ecc->read_subpage = nand_read_subpage; in nand_scan_tail()
H A Dzynq_nand.c1161 nand_chip->ecc.read_subpage = zynq_nand_read_subpage_raw; in zynq_nand_init()
H A Dsunxi_nand.c1475 ecc->read_subpage = sunxi_nfc_hw_ecc_read_subpage; in sunxi_nand_hw_ecc_ctrl_init()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h615 int (*read_subpage)(struct mtd_info *mtd, struct nand_chip *chip, member
/openbmc/linux/include/linux/mtd/
H A Drawnand.h374 int (*read_subpage)(struct nand_chip *chip, uint32_t offs, member
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2286 ecc->read_subpage = gpmi_ecc_read_subpage; in gpmi_init_last()