Add A*CACHE values for AMAC.

This commit is contained in:
matt 2012-10-26 04:45:36 +00:00
parent 1c869a02fb
commit 578d2492fc
1 changed files with 6 additions and 0 deletions

View File

@ -640,6 +640,12 @@
#define IDM_RESET_STATUS 0x0804
#define IDM_INTERRUPT_STATUS 0x0a00
#define IO_CONTROL_DIRECT_ARCACHE __BITS(19,16)
#define IO_CONTROL_DIRECT_AWCACHE __BITS(10,7)
#define AXCACHE_WA __BIT(3)
#define AXCACHE_RA __BIT(2)
#define AXCACHE_C __BIT(1)
#define AXCACHE_B __BIT(0)
#define IO_CONTROL_DIRECT_UARTCLKSEL __BIT(17)
#define RESET_CONTROL_RESET __BIT(0)