Home
last modified time | relevance | path

Searched refs:hwctl (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Domap2.c1532 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in omap_write_page_bch()
1585 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in omap_write_subpage_bch()
1644 chip->ecc.hwctl(mtd, NAND_ECC_READ); in omap_read_page_bch()
2031 chip->ecc.hwctl = omap_enable_hwecc; in omap_nand_attach_chip()
2047 chip->ecc.hwctl = omap_enable_hwecc_bch; in omap_nand_attach_chip()
2068 chip->ecc.hwctl = omap_enable_hwecc_bch; in omap_nand_attach_chip()
2089 chip->ecc.hwctl = omap_enable_hwecc_bch; in omap_nand_attach_chip()
2110 chip->ecc.hwctl = omap_enable_hwecc_bch; in omap_nand_attach_chip()
2132 chip->ecc.hwctl = omap_enable_hwecc_bch; in omap_nand_attach_chip()
Dsharpsl.c169 this->ecc.hwctl = sharpsl_nand_enable_hwecc; in sharpsl_nand_probe()
Ds3c2410.c956 chip->ecc.hwctl = s3c2410_nand_enable_hwecc; in s3c2410_nand_attach_chip()
961 chip->ecc.hwctl = s3c2412_nand_enable_hwecc; in s3c2410_nand_attach_chip()
966 chip->ecc.hwctl = s3c2440_nand_enable_hwecc; in s3c2410_nand_attach_chip()
Ddavinci_nand.c652 info->chip.ecc.hwctl = nand_davinci_hwctl_4bit; in davinci_nand_attach_chip()
660 info->chip.ecc.hwctl = nand_davinci_hwctl_1bit; in davinci_nand_attach_chip()
Dcs553x_nand.c229 this->ecc.hwctl = cs_enable_hwecc; in cs553x_init_one()
Dndfc.c162 chip->ecc.hwctl = ndfc_enable_hwecc; in ndfc_chip_init()
Dnand_base.c3265 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_hwecc()
3351 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_hwecc_oob_first()
3408 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_syndrome()
3423 chip->ecc.hwctl(mtd, NAND_ECC_READSYN); in nand_read_page_syndrome()
4145 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_page_hwecc()
4198 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_subpage_hwecc()
4266 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_page_syndrome()
6506 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail()
6530 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail()
6534 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_scan_tail()
Djz4780_nand.c178 chip->ecc.hwctl = jz4780_nand_ecc_hwctl; in jz4780_nand_attach_chip()
Dtxx9ndfmc.c336 chip->ecc.hwctl = txx9ndfmc_enable_hwecc; in txx9ndfmc_probe()
Dtmio_nand.c418 nand_chip->ecc.hwctl = tmio_nand_enable_hwecc; in tmio_probe()
Dfsmc_nand.c743 chip->ecc.hwctl(mtd, NAND_ECC_READ); in fsmc_read_page_hwecc()
1092 nand->ecc.hwctl = fsmc_enable_hwecc; in fsmc_nand_probe()
Djz4740_nand.c420 chip->ecc.hwctl = jz_nand_hwctl; in jz_nand_probe()
Dlpc32xx_mlc.c756 nand_chip->ecc.hwctl = lpc32xx_ecc_enable; in lpc32xx_nand_probe()
Ddiskonchip.c1413 this->ecc.hwctl = doc2001plus_enable_hwecc; in doc2001plus_init()
1594 nand->ecc.hwctl = doc200x_enable_hwecc; in doc_probe()
Dr852.c869 chip->ecc.hwctl = r852_ecc_hwctl; in r852_probe()
Dlpc32xx_slc.c906 chip->ecc.hwctl = lpc32xx_nand_ecc_enable; in lpc32xx_nand_probe()
/Linux-v4.19/include/linux/mtd/
Drawnand.h649 void (*hwctl)(struct mtd_info *mtd, int mode); member