Searched refs:NAND_ECC_HW (Results 1 – 25 of 40) sorted by relevance
12
| /Linux-v5.4/drivers/mtd/nand/raw/ingenic/ |
| D | ingenic_nand_drv.c | 247 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/ |
| D | mxc_nand.c | 672 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()
|
| D | sharpsl.c | 160 this->ecc.mode = NAND_ECC_HW; in sharpsl_nand_probe()
|
| D | omap2.c | 887 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()
|
| D | cs553x_nand.c | 213 this->ecc.mode = NAND_ECC_HW; in cs553x_init_one()
|
| D | ndfc.c | 152 chip->ecc.mode = NAND_ECC_HW; in ndfc_chip_init()
|
| D | fsmc_nand.c | 900 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()
|
| D | davinci_nand.c | 549 pdata->ecc_mode = NAND_ECC_HW; in nand_davinci_get_pdata() 614 case NAND_ECC_HW: in davinci_nand_attach_chip()
|
| D | hisi504_nand.c | 471 if (chip->ecc.mode == NAND_ECC_HW) in hisi_nfc_cmdfunc() 724 if (chip->ecc.mode == NAND_ECC_HW) in hisi_nfc_attach_chip()
|
| D | vf610_nfc.c | 733 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()
|
| D | tmio_nand.c | 413 nand_chip->ecc.mode = NAND_ECC_HW; in tmio_probe()
|
| D | fsl_elbc_nand.c | 247 if (chip->ecc.mode != NAND_ECC_HW) in fsl_elbc_run_command() 744 chip->ecc.mode = NAND_ECC_HW; in fsl_elbc_attach_chip()
|
| D | txx9ndfmc.c | 332 chip->ecc.mode = NAND_ECC_HW; in txx9ndfmc_probe()
|
| D | sunxi_nand.c | 1578 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()
|
| D | fsl_ifc_nand.c | 312 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/ |
| D | board-neuros-osd2.c | 93 .ecc_mode = NAND_ECC_HW,
|
| D | board-dm355-evm.c | 85 .ecc_mode = NAND_ECC_HW,
|
| D | board-omapl138-hawk.c | 209 .ecc_mode = NAND_ECC_HW,
|
| D | board-mityomapl138.c | 435 .ecc_mode = NAND_ECC_HW,
|
| D | board-da830-evm.c | 309 .ecc_mode = NAND_ECC_HW,
|
| D | board-dm365-evm.c | 147 .ecc_mode = NAND_ECC_HW,
|
| D | board-dm644x-evm.c | 163 .ecc_mode = NAND_ECC_HW,
|
| D | board-dm646x-evm.c | 94 .ecc_mode = NAND_ECC_HW,
|
| /Linux-v5.4/arch/arm/mach-s3c24xx/ |
| D | mach-mini2440.c | 299 .ecc_mode = NAND_ECC_HW,
|
| /Linux-v5.4/include/linux/mtd/ |
| D | rawnand.h | 89 NAND_ECC_HW, enumerator
|
12