Go to the documentation of this file.
10 #ifndef __ASM_CPU_SH3_CACHE_H
11 #define __ASM_CPU_SH3_CACHE_H
13 #define L1_CACHE_SHIFT 4
15 #define SH_CACHE_VALID 1
16 #define SH_CACHE_UPDATED 2
17 #define SH_CACHE_COMBINED 4
18 #define SH_CACHE_ASSOC 8
20 #define CCR 0xffffffec
22 #define CCR_CACHE_CE 0x01
23 #define CCR_CACHE_WT 0x02
24 #define CCR_CACHE_CB 0x04
25 #define CCR_CACHE_CF 0x08
26 #define CCR_CACHE_ORA 0x20
28 #define CACHE_OC_ADDRESS_ARRAY 0xf0000000
29 #define CACHE_PHYSADDR_MASK 0x1ffffc00
31 #define CCR_CACHE_ENABLE CCR_CACHE_CE
32 #define CCR_CACHE_INVALIDATE CCR_CACHE_CF
34 #if defined(CONFIG_CPU_SUBTYPE_SH7705) || \
35 defined(CONFIG_CPU_SUBTYPE_SH7710) || \
36 defined(CONFIG_CPU_SUBTYPE_SH7720) || \
37 defined(CONFIG_CPU_SUBTYPE_SH7721)
38 #define CCR3_REG 0xa40000b4
39 #define CCR_CACHE_16KB 0x00010000
40 #define CCR_CACHE_32KB 0x00020000