Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dmtd-mxc_nand.h14 unsigned int hw_ecc:1; /* 0 if suppress hardware ECC */ member
/Linux-v5.4/arch/arm/mach-imx/
Dmach-mx31lite.c84 .hw_ecc = 1,
Dmach-vpr200.c108 .hw_ecc = 1,
Dmach-mx21ads.c285 .hw_ecc = 1,
Dmach-mx27ads.c164 .hw_ecc = 1,
Dmach-pca100.c151 .hw_ecc = 1,
Dmach-pcm043.c289 .hw_ecc = 1,
Dmach-mx35_3ds.c149 .hw_ecc = 1,
Dmach-armadillo5x0.c279 .hw_ecc = 1,
Dmach-pcm037.c246 .hw_ecc = 1,
Dmach-mx31_3ds.c400 .hw_ecc = 1,
/Linux-v5.4/drivers/mtd/nand/raw/
Dmxc_nand.c1845 if (host->pdata.hw_ecc) { in mxcnd_probe()