Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72878
b: refs/heads/master
c: 15b3ad6
h: refs/heads/master
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Oct 29, 2007
1 parent 7b4d62b commit 5ebc4f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa770aa790f3a5f3ff568388d02aea2ef78773ec
refs/heads/master: 15b3ad6a4b348ea53ea1a45f9b166ac31c4b3f39
7 changes: 7 additions & 0 deletions trunk/include/asm-blackfin/mach-bf548/defBF54x_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5ebc4f3

Please sign in to comment.