diff options
Diffstat (limited to 'arch/blackfin/mach-bf518/include/mach/defBF514.h')
-rw-r--r-- | arch/blackfin/mach-bf518/include/mach/defBF514.h | 45 |
1 files changed, 2 insertions, 43 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/defBF514.h b/arch/blackfin/mach-bf518/include/mach/defBF514.h index b5adca23a788..92e950d6e996 100644 --- a/arch/blackfin/mach-bf518/include/mach/defBF514.h +++ b/arch/blackfin/mach-bf518/include/mach/defBF514.h | |||
@@ -7,49 +7,8 @@ | |||
7 | #ifndef _DEF_BF514_H | 7 | #ifndef _DEF_BF514_H |
8 | #define _DEF_BF514_H | 8 | #define _DEF_BF514_H |
9 | 9 | ||
10 | /* Include all Core registers and bit definitions */ | 10 | /* BF514 is BF512 + RSI */ |
11 | #include <asm/def_LPBlackfin.h> | 11 | #include "defBF512.h" |
12 | |||
13 | /* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF514 */ | ||
14 | |||
15 | /* Include defBF51x_base.h for the set of #defines that are common to all ADSP-BF51x processors */ | ||
16 | #include "defBF51x_base.h" | ||
17 | |||
18 | /* The following are the #defines needed by ADSP-BF514 that are not in the common header */ | ||
19 | |||
20 | /* SDH Registers */ | ||
21 | |||
22 | #define SDH_PWR_CTL 0xFFC03900 /* SDH Power Control */ | ||
23 | #define SDH_CLK_CTL 0xFFC03904 /* SDH Clock Control */ | ||
24 | #define SDH_ARGUMENT 0xFFC03908 /* SDH Argument */ | ||
25 | #define SDH_COMMAND 0xFFC0390C /* SDH Command */ | ||
26 | #define SDH_RESP_CMD 0xFFC03910 /* SDH Response Command */ | ||
27 | #define SDH_RESPONSE0 0xFFC03914 /* SDH Response0 */ | ||
28 | #define SDH_RESPONSE1 0xFFC03918 /* SDH Response1 */ | ||
29 | #define SDH_RESPONSE2 0xFFC0391C /* SDH Response2 */ | ||
30 | #define SDH_RESPONSE3 0xFFC03920 /* SDH Response3 */ | ||
31 | #define SDH_DATA_TIMER 0xFFC03924 /* SDH Data Timer */ | ||
32 | #define SDH_DATA_LGTH 0xFFC03928 /* SDH Data Length */ | ||
33 | #define SDH_DATA_CTL 0xFFC0392C /* SDH Data Control */ | ||
34 | #define SDH_DATA_CNT 0xFFC03930 /* SDH Data Counter */ | ||
35 | #define SDH_STATUS 0xFFC03934 /* SDH Status */ | ||
36 | #define SDH_STATUS_CLR 0xFFC03938 /* SDH Status Clear */ | ||
37 | #define SDH_MASK0 0xFFC0393C /* SDH Interrupt0 Mask */ | ||
38 | #define SDH_MASK1 0xFFC03940 /* SDH Interrupt1 Mask */ | ||
39 | #define SDH_FIFO_CNT 0xFFC03948 /* SDH FIFO Counter */ | ||
40 | #define SDH_FIFO 0xFFC03980 /* SDH Data FIFO */ | ||
41 | #define SDH_E_STATUS 0xFFC039C0 /* SDH Exception Status */ | ||
42 | #define SDH_E_MASK 0xFFC039C4 /* SDH Exception Mask */ | ||
43 | #define SDH_CFG 0xFFC039C8 /* SDH Configuration */ | ||
44 | #define SDH_RD_WAIT_EN 0xFFC039CC /* SDH Read Wait Enable */ | ||
45 | #define SDH_PID0 0xFFC039D0 /* SDH Peripheral Identification0 */ | ||
46 | #define SDH_PID1 0xFFC039D4 /* SDH Peripheral Identification1 */ | ||
47 | #define SDH_PID2 0xFFC039D8 /* SDH Peripheral Identification2 */ | ||
48 | #define SDH_PID3 0xFFC039DC /* SDH Peripheral Identification3 */ | ||
49 | #define SDH_PID4 0xFFC039E0 /* SDH Peripheral Identification4 */ | ||
50 | #define SDH_PID5 0xFFC039E4 /* SDH Peripheral Identification5 */ | ||
51 | #define SDH_PID6 0xFFC039E8 /* SDH Peripheral Identification6 */ | ||
52 | #define SDH_PID7 0xFFC039EC /* SDH Peripheral Identification7 */ | ||
53 | 12 | ||
54 | /* Removable Storage Interface Registers */ | 13 | /* Removable Storage Interface Registers */ |
55 | 14 | ||