Go to the documentation of this file.
10 #ifndef _MACH_DAVINCI_AEMIF_H
11 #define _MACH_DAVINCI_AEMIF_H
13 #define NRCSR_OFFSET 0x00
14 #define AWCCR_OFFSET 0x04
15 #define A1CR_OFFSET 0x10
17 #define ACR_ASIZE_MASK 0x3
18 #define ACR_EW_MASK BIT(30)
19 #define ACR_SS_MASK BIT(31)