Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dmtd-mxc_nand.h27 unsigned int hw_ecc:1; /* 0 if suppress hardware ECC */ member
/Linux-v4.19/arch/arm/mach-imx/
Dmach-mx31lite.c93 .hw_ecc = 1,
Dmach-mx21ads.c286 .hw_ecc = 1,
Dmach-vpr200.c117 .hw_ecc = 1,
Dmach-mx27ads.c172 .hw_ecc = 1,
Dmach-pca100.c164 .hw_ecc = 1,
Dmach-pcm043.c299 .hw_ecc = 1,
Dmach-mx35_3ds.c158 .hw_ecc = 1,
Dmach-pcm037.c255 .hw_ecc = 1,
Dmach-armadillo5x0.c293 .hw_ecc = 1,
Dmach-mx31_3ds.c409 .hw_ecc = 1,
/Linux-v4.19/drivers/mtd/nand/raw/
Dmxc_nand.c1853 if (host->pdata.hw_ecc) { in mxcnd_probe()