1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[amazon] Make amazon build again.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16118 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2009-05-27 18:07:53 +00:00
parent 8ccd126bed
commit c502c5c381
3 changed files with 4 additions and 16 deletions

View File

@@ -999,10 +999,10 @@ If set and clear bit are written concurrently with 1, the associated bit is not
#define AMAZON_DMA_H_MASK 0x00000fff
/***External Interrupt Control Register***/
#define AMAZON_ICU_EXTINTCR (AMAZON_ICU + 0x0000)
#define AMAZON_ICU_IRNICR (AMAZON_ICU + 0x0004)
#define AMAZON_ICU_IRNCR (AMAZON_ICU + 0x0008)
#define AMAZON_ICU_IRNEN (AMAZON_ICU + 0x000c)
#define AMAZON_ICU_EXTINTCR ((volatile u32*)(AMAZON_ICU + 0x0000))
#define AMAZON_ICU_IRNICR ((volatile u32*)(AMAZON_ICU + 0x0004))
#define AMAZON_ICU_IRNCR ((volatile u32*)(AMAZON_ICU + 0x0008))
#define AMAZON_ICU_IRNEN ((volatile u32*)(AMAZON_ICU + 0x000c))
/***********************************************************************/
/* Module : PCI/Card-BUS/PC-Card register address and bits */