|
@@ -681,6 +681,8 @@
|
|
#define MIPS_CONF7_WII (_ULCAST_(1) << 31)
|
|
#define MIPS_CONF7_WII (_ULCAST_(1) << 31)
|
|
|
|
|
|
#define MIPS_CONF7_RPS (_ULCAST_(1) << 2)
|
|
#define MIPS_CONF7_RPS (_ULCAST_(1) << 2)
|
|
|
|
+/* ExternalSync */
|
|
|
|
+#define MIPS_CONF7_ES (_ULCAST_(1) << 8)
|
|
|
|
|
|
#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)
|
|
@@ -2765,6 +2767,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)
|