Add A*CACHE values for AMAC.
This commit is contained in:
parent
1c869a02fb
commit
578d2492fc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue