public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH][OneNAND] 4-bit ECC status macros
@ 2009-06-24  3:03 Kyungmin Park
  0 siblings, 0 replies; only message in thread
From: Kyungmin Park @ 2009-06-24  3:03 UTC (permalink / raw)
  To: linux-mtd

Define ECC status for 4-bit ECC status

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/include/linux/mtd/onenand_regs.h b/include/linux/mtd/onenand_regs.h
index 0c6bbe2..b4cbd80 100644
--- a/include/linux/mtd/onenand_regs.h
+++ b/include/linux/mtd/onenand_regs.h
@@ -192,6 +192,9 @@
 #define ONENAND_ECC_1BIT_ALL		(0x5555)
 #define ONENAND_ECC_2BIT		(1 << 1)
 #define ONENAND_ECC_2BIT_ALL		(0xAAAA)
+#define ONENAND_ECC_3BIT		(1 << 2)
+#define ONENAND_ECC_4BIT		(1 << 3)
+#define ONENAND_ECC_4BIT_UNCORRECTABLE	(0x1010)
 
 /*
  * One-Time Programmable (OTP)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-24  3:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24  3:03 [PATCH][OneNAND] 4-bit ECC status macros Kyungmin Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox