Searched +full:nand +full:- +full:ecc +full:- +full:engine +full:- +full:rev3 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/mxicy,nand-ecc-engine.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Macronix NAND ECC engine10 - Miquel Raynal <miquel.raynal@bootlin.com>14 const: mxicy,nand-ecc-engine-rev326 - compatible27 - reg32 - |[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Support for Macronix external hardware ECC engine for NAND devices, also4 * called DPE for Data Processing Engine.10 #include <linux/dma-mapping.h>18 #include <linux/mtd/nand.h>19 #include <linux/mtd/nand-ecc-mxic.h>53 /* ECC Chunk Size */63 /* ECC Chunk Count */98 /* ECC machinery */124 static struct mxic_ecc_engine *nand_to_mxic(struct nand_device *nand) in nand_to_mxic() argument[all …]