Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15b3ad6a4b348ea53ea1a45f9b166ac31c4b3f39
Commit: 15b3ad6a4b348ea53ea1a45f9b166ac31c4b3f39
Parent: aa770aa790f3a5f3ff568388d02aea2ef78773ec
Author: Robin Getz <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 18:17:07 2007 +0800
Committer: Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Mon Oct 29 18:17:07 2007 +0800
Blackfin arch: Add missing definitions of BF54x
Signed-off-by: Robin Getz <[EMAIL PROTECTED]>
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
include/asm-blackfin/mach-bf548/defBF54x_base.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/asm-blackfin/mach-bf548/defBF54x_base.h
b/include/asm-blackfin/mach-bf548/defBF54x_base.h
index 1d365c8..da979cb 100644
--- a/include/asm-blackfin/mach-bf548/defBF54x_base.h
+++ b/include/asm-blackfin/mach-bf548/defBF54x_base.h
@@ -2252,6 +2252,13 @@
#define PLL_OFF 0x2 /* Disable PLL */
#define DF 0x1 /* Divide Frequency */
+/* SWRST Masks */
+#define SYSTEM_RESET 0x0007 /* Initiates A System Software
Reset */
+#define DOUBLE_FAULT 0x0008 /* Core Double Fault Causes
Reset */
+#define RESET_DOUBLE 0x2000 /* SW Reset Generated By Core
Double-Fault */
+#define RESET_WDOG 0x4000 /* SW Reset Generated By
Watchdog Timer */
+#define RESET_SOFTWARE 0x8000 /* SW Reset Occurred Since Last
Read Of SWRST */
+
/* Bit masks for PLL_STAT */
#define PLL_LOCKED 0x20 /* PLL Locked Status */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html