summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2008-07-16 18:56:44 +0200
committerWolfgang Denk <wd@denx.de>2008-07-20 23:07:37 +0200
commitb2f44ba570f3a01113bbb745daf46f3858d22f53 (patch)
tree3abd0e5211b6a6f9e903eadec76358600392976e /include/asm-ppc
parentf13f64cf42d5abec3e0f920233f6a7a61e7ae494 (diff)
downloadtalos-obmc-uboot-b2f44ba570f3a01113bbb745daf46f3858d22f53.tar.gz
talos-obmc-uboot-b2f44ba570f3a01113bbb745daf46f3858d22f53.zip
83xx/85xx/86xx: Add LTEDR local bus definitions
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/fsl_lbc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-ppc/fsl_lbc.h b/include/asm-ppc/fsl_lbc.h
index c4af7971b1..ea49ddc515 100644
--- a/include/asm-ppc/fsl_lbc.h
+++ b/include/asm-ppc/fsl_lbc.h
@@ -298,4 +298,13 @@
#define LCRR_CLKDIV_4 0x00000004
#define LCRR_CLKDIV_8 0x00000008
+/* LTEDR - Transfer Error Check Disable Register
+ */
+#define LTEDR_BMD 0x80000000 /* Bus monitor disable */
+#define LTEDR_PARD 0x20000000 /* Parity error checking disabled */
+#define LTEDR_WPD 0x04000000 /* Write protect error checking diable */
+#define LTEDR_WARA 0x00800000 /* Write-after-read-atomic error checking diable */
+#define LTEDR_RAWA 0x00400000 /* Read-after-write-atomic error checking disable */
+#define LTEDR_CSD 0x00080000 /* Chip select error checking disable */
+
#endif /* __ASM_PPC_FSL_LBC_H */
OpenPOWER on IntegriCloud