Home
last modified time | relevance | path

Searched refs:NAND_ECC_HW (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.4/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c247 case NAND_ECC_HW: in ingenic_nand_attach_chip()
272 if (chip->ecc.mode != NAND_ECC_HW) in ingenic_nand_attach_chip()
368 chip->ecc.mode = NAND_ECC_HW; in ingenic_nand_init_chip()
/Linux-v5.4/drivers/mtd/nand/raw/
Dmxc_nand.c672 if (chip->ecc.mode != NAND_ECC_HW) in mxc_nand_enable_hwecc_v1_v2()
690 if (chip->ecc.mode != NAND_ECC_HW) in mxc_nand_enable_hwecc_v3()
1120 if (nand_chip->ecc.mode == NAND_ECC_HW && mtd->writesize) in preset_v1()
1230 if (nand_chip->ecc.mode == NAND_ECC_HW) in preset_v2()
1306 if (chip->ecc.mode == NAND_ECC_HW) in preset_v3()
1684 case NAND_ECC_HW: in mxcnd_attach_chip()
1731 if (chip->ecc.mode == NAND_ECC_HW) { in mxcnd_attach_chip()
1846 this->ecc.mode = NAND_ECC_HW; in mxcnd_probe()
Dsharpsl.c160 this->ecc.mode = NAND_ECC_HW; in sharpsl_nand_probe()
Domap2.c887 if ((info->nand.ecc.mode == NAND_ECC_HW) && in omap_correct_data()
2026 chip->ecc.mode = NAND_ECC_HW; in omap_nand_attach_chip()
2043 chip->ecc.mode = NAND_ECC_HW; in omap_nand_attach_chip()
2063 chip->ecc.mode = NAND_ECC_HW; in omap_nand_attach_chip()
2085 chip->ecc.mode = NAND_ECC_HW; in omap_nand_attach_chip()
2105 chip->ecc.mode = NAND_ECC_HW; in omap_nand_attach_chip()
2128 chip->ecc.mode = NAND_ECC_HW; in omap_nand_attach_chip()
Dcs553x_nand.c213 this->ecc.mode = NAND_ECC_HW; in cs553x_init_one()
Dndfc.c152 chip->ecc.mode = NAND_ECC_HW; in ndfc_chip_init()
Dfsmc_nand.c900 case NAND_ECC_HW: in fsmc_nand_attach_chip()
928 if (nand->ecc.mode == NAND_ECC_HW) { in fsmc_nand_attach_chip()
1058 nand->ecc.mode = NAND_ECC_HW; in fsmc_nand_probe()
Ddavinci_nand.c549 pdata->ecc_mode = NAND_ECC_HW; in nand_davinci_get_pdata()
614 case NAND_ECC_HW: in davinci_nand_attach_chip()
Dhisi504_nand.c471 if (chip->ecc.mode == NAND_ECC_HW) in hisi_nfc_cmdfunc()
724 if (chip->ecc.mode == NAND_ECC_HW) in hisi_nfc_attach_chip()
Dvf610_nfc.c733 if (nfc->chip.ecc.mode == NAND_ECC_HW) { in vf610_nfc_init_controller()
762 if (chip->ecc.mode != NAND_ECC_HW) in vf610_nfc_attach_chip()
Dtmio_nand.c413 nand_chip->ecc.mode = NAND_ECC_HW; in tmio_probe()
Dfsl_elbc_nand.c247 if (chip->ecc.mode != NAND_ECC_HW) in fsl_elbc_run_command()
744 chip->ecc.mode = NAND_ECC_HW; in fsl_elbc_attach_chip()
Dtxx9ndfmc.c332 chip->ecc.mode = NAND_ECC_HW; in txx9ndfmc_probe()
Dsunxi_nand.c1578 if (!section && ecc->mode == NAND_ECC_HW) { in sunxi_nand_ooblayout_free()
1724 case NAND_ECC_HW: in sunxi_nand_ecc_cleanup()
1756 case NAND_ECC_HW: in sunxi_nand_attach_chip()
1993 nand->ecc.mode = NAND_ECC_HW; in sunxi_nand_chip_init()
Dfsl_ifc_nand.c312 if (chip->ecc.mode == NAND_ECC_HW) in fsl_ifc_cmdfunc()
915 chip->ecc.mode = NAND_ECC_HW; in fsl_ifc_chip_init()
/Linux-v5.4/arch/arm/mach-davinci/
Dboard-neuros-osd2.c93 .ecc_mode = NAND_ECC_HW,
Dboard-dm355-evm.c85 .ecc_mode = NAND_ECC_HW,
Dboard-omapl138-hawk.c209 .ecc_mode = NAND_ECC_HW,
Dboard-mityomapl138.c435 .ecc_mode = NAND_ECC_HW,
Dboard-da830-evm.c309 .ecc_mode = NAND_ECC_HW,
Dboard-dm365-evm.c147 .ecc_mode = NAND_ECC_HW,
Dboard-dm644x-evm.c163 .ecc_mode = NAND_ECC_HW,
Dboard-dm646x-evm.c94 .ecc_mode = NAND_ECC_HW,
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-mini2440.c299 .ecc_mode = NAND_ECC_HW,
/Linux-v5.4/include/linux/mtd/
Drawnand.h89 NAND_ECC_HW, enumerator

12