Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Domap2.c1533 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in omap_write_page_bch()
1585 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in omap_write_subpage_bch()
1644 chip->ecc.hwctl(chip, 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.c165 this->ecc.hwctl = sharpsl_nand_enable_hwecc; in sharpsl_nand_probe()
Ds3c2410.c955 chip->ecc.hwctl = s3c2410_nand_enable_hwecc; in s3c2410_nand_attach_chip()
960 chip->ecc.hwctl = s3c2412_nand_enable_hwecc; in s3c2410_nand_attach_chip()
965 chip->ecc.hwctl = s3c2440_nand_enable_hwecc; in s3c2410_nand_attach_chip()
Dcs553x_nand.c216 this->ecc.hwctl = cs_enable_hwecc; in cs553x_init_one()
Dndfc.c150 chip->ecc.hwctl = ndfc_enable_hwecc; in ndfc_chip_init()
Ddavinci_nand.c634 info->chip.ecc.hwctl = nand_davinci_hwctl_4bit; in davinci_nand_attach_chip()
642 info->chip.ecc.hwctl = nand_davinci_hwctl_1bit; in davinci_nand_attach_chip()
Dnand_base.c2870 chip->ecc.hwctl(chip, NAND_ECC_READ); in nand_read_page_hwecc()
2956 chip->ecc.hwctl(chip, NAND_ECC_READ); in nand_read_page_hwecc_oob_first()
3013 chip->ecc.hwctl(chip, NAND_ECC_READ); in nand_read_page_syndrome()
3028 chip->ecc.hwctl(chip, NAND_ECC_READSYN); in nand_read_page_syndrome()
3742 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in nand_write_page_hwecc()
3794 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in nand_write_subpage_hwecc()
3860 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in nand_write_page_syndrome()
5583 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail()
5608 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail()
5613 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_scan_tail()
Dtmio_nand.c417 nand_chip->ecc.hwctl = tmio_nand_enable_hwecc; in tmio_probe()
Dtxx9ndfmc.c331 chip->ecc.hwctl = txx9ndfmc_enable_hwecc; in txx9ndfmc_probe()
Dfsmc_nand.c693 chip->ecc.hwctl(chip, NAND_ECC_READ); in fsmc_read_page_hwecc()
1059 nand->ecc.hwctl = fsmc_enable_hwecc; in fsmc_nand_probe()
Ddiskonchip.c1400 this->ecc.hwctl = doc2001plus_enable_hwecc; in doc2001plus_init()
1582 nand->ecc.hwctl = doc200x_enable_hwecc; in doc_probe()
Dlpc32xx_mlc.c744 nand_chip->ecc.hwctl = lpc32xx_ecc_enable; in lpc32xx_nand_probe()
Dr852.c864 chip->ecc.hwctl = r852_ecc_hwctl; in r852_probe()
Dlpc32xx_slc.c897 chip->ecc.hwctl = lpc32xx_nand_ecc_enable; in lpc32xx_nand_probe()
Dstm32_fmc2_nand.c739 chip->ecc.hwctl(chip, NAND_ECC_READ); in stm32_fmc2_read_page()
1624 chip->ecc.hwctl = stm32_fmc2_hwctl; in stm32_fmc2_nand_callbacks_setup()
/Linux-v5.4/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c253 chip->ecc.hwctl = ingenic_nand_ecc_hwctl; in ingenic_nand_attach_chip()
/Linux-v5.4/include/linux/mtd/
Drawnand.h367 void (*hwctl)(struct nand_chip *chip, int mode); member