summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-04 17:00:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-04 17:00:04 +0000
commitdedd0dcedae58600ef20183877942c9e820b5ba4 (patch)
treea1cdc5c19f6433482f7d02f07e8a58359dd26518 /target/linux/ar71xx/files/include
parentd5bbef37feacac6346390f8ad51aec1cab97e2aa (diff)
downloadmaster-31e0f0ae-dedd0dcedae58600ef20183877942c9e820b5ba4.tar.gz
master-31e0f0ae-dedd0dcedae58600ef20183877942c9e820b5ba4.tar.bz2
master-31e0f0ae-dedd0dcedae58600ef20183877942c9e820b5ba4.zip
add AR913x specific reset register offsets
SVN-Revision: 13517
Diffstat (limited to 'target/linux/ar71xx/files/include')
-rw-r--r--target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h
index 33614ea354..c2047217eb 100644
--- a/target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h
+++ b/target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h
@@ -311,6 +311,12 @@ extern void ar71xx_ddr_flush(u32 reg);
#define AR71XX_RESET_REG_PERFC1 0x34
#define AR71XX_RESET_REG_REV_ID 0x90
+#define AR91XX_RESET_REG_GLOBAL_INT_STATUS 0x18
+#define AR91XX_RESET_REG_RESET_MODULE 0x1c
+#define AR91XX_RESET_REG_PERF_CTRL 0x20
+#define AR91XX_RESET_REG_PERFC0 0x24
+#define AR91XX_RESET_REG_PERFC1 0x28
+
#define WDOG_CTRL_LAST_RESET BIT(31)
#define WDOG_CTRL_ACTION_MASK 3
#define WDOG_CTRL_ACTION_NONE 0 /* no action */