2
0
forked from Ivasoft/openwrt

ar71xx: add AR933x specific glue code for IRQ initialization

SVN-Revision: 27059
This commit is contained in:
Gabor Juhos
2011-05-31 22:53:32 +00:00
parent e6fde61bec
commit 7acbacab8c
2 changed files with 21 additions and 2 deletions

View File

@@ -506,6 +506,11 @@ void ar71xx_gpio_function_setup(u32 set, u32 clear);
#define AR91XX_DDR_REG_FLUSH_USB 0x84
#define AR91XX_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
#define AR934X_DDR_REG_FLUSH_GE0 0x9c
#define AR934X_DDR_REG_FLUSH_GE1 0xa0
#define AR934X_DDR_REG_FLUSH_USB 0xa4