Home
last modified time | relevance | path

Searched refs:hw_ecc (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
Dmtd-mxc_nand.h27 unsigned int hw_ecc:1; /* 0 if suppress hardware ECC */ member
/linux-4.1.27/arch/arm/mach-imx/
Dmach-cpuimx35.c113 .hw_ecc = 1,
Dmach-mx31lite.c70 .hw_ecc = 1,
Dmach-mx21ads.c286 .hw_ecc = 1,
Dmach-vpr200.c118 .hw_ecc = 1,
Dmach-mx27ads.c170 .hw_ecc = 1,
Dmach-pca100.c164 .hw_ecc = 1,
Dmach-pcm043.c300 .hw_ecc = 1,
Dmach-mx35_3ds.c161 .hw_ecc = 1,
Dmach-armadillo5x0.c293 .hw_ecc = 1,
Dmach-pcm037.c275 .hw_ecc = 1,
Dmach-mx31_3ds.c553 .hw_ecc = 1,
/linux-4.1.27/drivers/mtd/nand/
Dmxc_nand.c1408 pdata->hw_ecc = 1; in mxcnd_probe_dt()
1517 if (host->pdata.hw_ecc) { in mxcnd_probe()