···11+/*22+ * include/asm-sh/cpu-sh2/freq.h33+ *44+ * Copyright (C) 2006 Yoshinori Sato55+ *66+ * This file is subject to the terms and conditions of the GNU General Public77+ * License. See the file "COPYING" in the main directory of this archive88+ * for more details.99+ */1010+#ifndef __ASM_CPU_SH2_FREQ_H1111+#define __ASM_CPU_SH2_FREQ_H1212+1313+#if defined(CONFIG_CPU_SUBTYPE_SH7619)1414+#define FREQCR 0xf815ff801515+#endif1616+1717+#endif /* __ASM_CPU_SH2_FREQ_H */1818+
···11+/*22+ * include/asm-sh/cpu-sh2/mmu_context.h33+ *44+ * Copyright (C) 2003 Paul Mundt55+ *66+ * This file is subject to the terms and conditions of the GNU General Public77+ * License. See the file "COPYING" in the main directory of this archive88+ * for more details.99+ */1010+#ifndef __ASM_CPU_SH2_MMU_CONTEXT_H1111+#define __ASM_CPU_SH2_MMU_CONTEXT_H1212+1313+/* No MMU */1414+1515+#endif /* __ASM_CPU_SH2_MMU_CONTEXT_H */1616+
···11+/*22+ * include/asm-sh/cpu-sh2a/cache.h33+ *44+ * Copyright (C) 2004 Paul Mundt55+ *66+ * This file is subject to the terms and conditions of the GNU General Public77+ * License. See the file "COPYING" in the main directory of this archive88+ * for more details.99+ */1010+#ifndef __ASM_CPU_SH2A_CACHE_H1111+#define __ASM_CPU_SH2A_CACHE_H1212+1313+#define L1_CACHE_SHIFT 41414+1515+#define CCR1 0xfffc10001616+#define CCR2 0xfffc10041717+1818+/* CCR1 behaves more like the traditional CCR */1919+#define CCR CCR12020+2121+/*2222+ * Most of the SH-2A CCR1 definitions resemble the SH-4 ones. All others not2323+ * listed here are reserved.2424+ */2525+#define CCR_CACHE_CB 0x0000 /* Hack */2626+#define CCR_CACHE_OCE 0x00012727+#define CCR_CACHE_WT 0x00022828+#define CCR_CACHE_OCI 0x0008 /* OCF */2929+#define CCR_CACHE_ICE 0x01003030+#define CCR_CACHE_ICI 0x0800 /* ICF */3131+3232+#define CACHE_IC_ADDRESS_ARRAY 0xf00000003333+#define CACHE_OC_ADDRESS_ARRAY 0xf08000003434+3535+#define CCR_CACHE_ENABLE (CCR_CACHE_OCE | CCR_CACHE_ICE)3636+#define CCR_CACHE_INVALIDATE (CCR_CACHE_OCI | CCR_CACHE_ICI)3737+3838+#endif /* __ASM_CPU_SH2A_CACHE_H */3939+
···11+/*22+ * include/asm-sh/cpu-sh2a/freq.h33+ *44+ * Copyright (C) 2006 Yoshinori Sato55+ *66+ * This file is subject to the terms and conditions of the GNU General Public77+ * License. See the file "COPYING" in the main directory of this archive88+ * for more details.99+ */1010+#ifndef __ASM_CPU_SH2A_FREQ_H1111+#define __ASM_CPU_SH2A_FREQ_H1212+1313+#if defined(CONFIG_CPU_SUBTYPE_SH7206)1414+#define FREQCR 0xfffe00101515+#endif1616+1717+#endif /* __ASM_CPU_SH2A_FREQ_H */1818+