Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57412
b: refs/heads/master
c: 0e5f82d
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed Jun 3, 2007
1 parent ece978e commit 775d622
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f72267c30f5a08f9a77c97417ec120e6943195f8
refs/heads/master: 0e5f82dda5e60a21cf8ba4f77334d60290277d2c
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/arch-at91/at91_shdwc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#define AT91_SHDWC_H

#define AT91_SHDW_CR (AT91_SHDWC + 0x00) /* Shut Down Control Register */
#define AT91_SHDW_SHDW (1 << 0) /* Processor Reset */
#define AT91_SHDW_KEY (0xff << 24) /* KEY Password */
#define AT91_SHDW_SHDW (1 << 0) /* Shut Down command */
#define AT91_SHDW_KEY (0xa5 << 24) /* KEY Password */

#define AT91_SHDW_MR (AT91_SHDWC + 0x04) /* Shut Down Mode Register */
#define AT91_SHDW_WKMODE0 (3 << 0) /* Wake-up 0 Mode Selection */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-at91/at91_wdt.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define AT91_WDT_CR (AT91_WDT + 0x00) /* Watchdog Control Register */
#define AT91_WDT_WDRSTT (1 << 0) /* Restart */
#define AT91_WDT_KEY (0xff << 24) /* KEY Password */
#define AT91_WDT_KEY (0xa5 << 24) /* KEY Password */

#define AT91_WDT_MR (AT91_WDT + 0x04) /* Watchdog Mode Register */
#define AT91_WDT_WDV (0xfff << 0) /* Counter Value */
Expand Down

0 comments on commit 775d622

Please sign in to comment.