add definitions for AR91xx specific DDR registers
SVN-Revision: 13364
This commit is contained in:
parent
9f93bd51cf
commit
b571504967
1 changed files with 13 additions and 8 deletions
|
@ -220,6 +220,11 @@ extern void ar71xx_gpio_function_disable(u32 mask);
|
|||
#define AR71XX_DDR_REG_FLUSH_USB 0xa4
|
||||
#define AR71XX_DDR_REG_FLUSH_PCI 0xa8
|
||||
|
||||
#define AR91XX_DDR_REG_FLUSH_GE0 0x7c
|
||||
#define AR91XX_DDR_REG_FLUSH_GE1 0x80
|
||||
#define AR91XX_DDR_REG_FLUSH_USB 0x84
|
||||
#define AR91XX_DDR_REG_FLUSH_WMAC 0x88
|
||||
|
||||
#define PCI_WIN0_OFFS 0x10000000
|
||||
#define PCI_WIN1_OFFS 0x11000000
|
||||
#define PCI_WIN2_OFFS 0x12000000
|
||||
|
|
Loading…
Reference in a new issue