|
@@ -688,6 +688,9 @@
|
|
|
#define MIPS_CONF7_IAR (_ULCAST_(1) << 10)
|
|
#define MIPS_CONF7_IAR (_ULCAST_(1) << 10)
|
|
|
#define MIPS_CONF7_AR (_ULCAST_(1) << 16)
|
|
#define MIPS_CONF7_AR (_ULCAST_(1) << 16)
|
|
|
|
|
|
|
|
|
|
+/* Ingenic Config7 bits */
|
|
|
|
|
+#define MIPS_CONF7_BTB_LOOP_EN (_ULCAST_(1) << 4)
|
|
|
|
|
+
|
|
|
/* Config7 Bits specific to MIPS Technologies. */
|
|
/* Config7 Bits specific to MIPS Technologies. */
|
|
|
|
|
|
|
|
/* Performance counters implemented Per TC */
|
|
/* Performance counters implemented Per TC */
|
|
@@ -2774,6 +2777,7 @@ __BUILD_SET_C0(status)
|
|
|
__BUILD_SET_C0(cause)
|
|
__BUILD_SET_C0(cause)
|
|
|
__BUILD_SET_C0(config)
|
|
__BUILD_SET_C0(config)
|
|
|
__BUILD_SET_C0(config5)
|
|
__BUILD_SET_C0(config5)
|
|
|
|
|
+__BUILD_SET_C0(config7)
|
|
|
__BUILD_SET_C0(intcontrol)
|
|
__BUILD_SET_C0(intcontrol)
|
|
|
__BUILD_SET_C0(intctl)
|
|
__BUILD_SET_C0(intctl)
|
|
|
__BUILD_SET_C0(srsmap)
|
|
__BUILD_SET_C0(srsmap)
|