diff options
author | Gabor Juhos | 2011-06-20 21:26:06 +0200 |
---|---|---|
committer | Ralf Baechle | 2011-12-07 23:02:45 +0100 |
commit | 54eed4c77ca1d02228f07bee74a1afe081393ab0 (patch) | |
tree | 5dede063a5ec57facde120c90df3e20202a9c4b8 /arch/mips/include/asm/mach-ath79/ar71xx_regs.h | |
parent | MIPS: ath79: Add AR933X specific glue for ath79_device_reset_{set,clear} (diff) | |
download | kernel-qcow2-linux-54eed4c77ca1d02228f07bee74a1afe081393ab0.tar.gz kernel-qcow2-linux-54eed4c77ca1d02228f07bee74a1afe081393ab0.tar.xz kernel-qcow2-linux-54eed4c77ca1d02228f07bee74a1afe081393ab0.zip |
MIPS: ath79: Add AR933X specific IRQ initialization
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: Kathy Giori <kgiori@qca.qualcomm.com>
Cc: "Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>
Patchwork: https://patchwork.linux-mips.org/patch/2530/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-ath79/ar71xx_regs.h')
-rw-r--r-- | arch/mips/include/asm/mach-ath79/ar71xx_regs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h index c7159e3479c2..9c76185801d0 100644 --- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h +++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h @@ -82,6 +82,11 @@ #define AR913X_DDR_REG_FLUSH_USB 0x84 #define AR913X_DDR_REG_FLUSH_WMAC 0x88 +#define AR933X_DDR_REG_FLUSH_GE0 0x7c +#define AR933X_DDR_REG_FLUSH_GE1 0x80 +#define AR933X_DDR_REG_FLUSH_USB 0x84 +#define AR933X_DDR_REG_FLUSH_WMAC 0x88 + /* * PLL block */ |