Searched refs:hwctl (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | omap2.c | 1532 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()
|
D | sharpsl.c | 169 this->ecc.hwctl = sharpsl_nand_enable_hwecc; in sharpsl_nand_probe()
|
D | s3c2410.c | 956 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()
|
D | davinci_nand.c | 652 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()
|
D | cs553x_nand.c | 229 this->ecc.hwctl = cs_enable_hwecc; in cs553x_init_one()
|
D | ndfc.c | 162 chip->ecc.hwctl = ndfc_enable_hwecc; in ndfc_chip_init()
|
D | nand_base.c | 3265 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()
|
D | jz4780_nand.c | 178 chip->ecc.hwctl = jz4780_nand_ecc_hwctl; in jz4780_nand_attach_chip()
|
D | txx9ndfmc.c | 336 chip->ecc.hwctl = txx9ndfmc_enable_hwecc; in txx9ndfmc_probe()
|
D | tmio_nand.c | 418 nand_chip->ecc.hwctl = tmio_nand_enable_hwecc; in tmio_probe()
|
D | fsmc_nand.c | 743 chip->ecc.hwctl(mtd, NAND_ECC_READ); in fsmc_read_page_hwecc() 1092 nand->ecc.hwctl = fsmc_enable_hwecc; in fsmc_nand_probe()
|
D | jz4740_nand.c | 420 chip->ecc.hwctl = jz_nand_hwctl; in jz_nand_probe()
|
D | lpc32xx_mlc.c | 756 nand_chip->ecc.hwctl = lpc32xx_ecc_enable; in lpc32xx_nand_probe()
|
D | diskonchip.c | 1413 this->ecc.hwctl = doc2001plus_enable_hwecc; in doc2001plus_init() 1594 nand->ecc.hwctl = doc200x_enable_hwecc; in doc_probe()
|
D | r852.c | 869 chip->ecc.hwctl = r852_ecc_hwctl; in r852_probe()
|
D | lpc32xx_slc.c | 906 chip->ecc.hwctl = lpc32xx_nand_ecc_enable; in lpc32xx_nand_probe()
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 649 void (*hwctl)(struct mtd_info *mtd, int mode); member
|