summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/lzma-loader/src/cp0regdef.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-25 19:03:13 +0000
committerJohn Crispin <john@openwrt.org>2013-04-25 19:03:13 +0000
commit46306c2e470063be7497c701511626791eccd6c0 (patch)
tree3b960af63722f03d519d042758fb1f2672cf5a0e /target/linux/lantiq/image/lzma-loader/src/cp0regdef.h
parentfd79eb4e7c04b03d0301120c04311e54995e8d24 (diff)
downloadmaster-31e0f0ae-46306c2e470063be7497c701511626791eccd6c0.tar.gz
master-31e0f0ae-46306c2e470063be7497c701511626791eccd6c0.tar.bz2
master-31e0f0ae-46306c2e470063be7497c701511626791eccd6c0.zip
lantiq: add lzma-loader source
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36438
Diffstat (limited to 'target/linux/lantiq/image/lzma-loader/src/cp0regdef.h')
-rw-r--r--target/linux/lantiq/image/lzma-loader/src/cp0regdef.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/lzma-loader/src/cp0regdef.h b/target/linux/lantiq/image/lzma-loader/src/cp0regdef.h
new file mode 100644
index 0000000000..c1188ad8c8
--- /dev/null
+++ b/target/linux/lantiq/image/lzma-loader/src/cp0regdef.h
@@ -0,0 +1,39 @@
+/*
+ * Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001 by Ralf Baechle
+ *
+ * Copyright (C) 2001, Monta Vista Software
+ * Author: jsun@mvista.com or jsun@junsun.net
+ */
+#ifndef _cp0regdef_h_
+#define _cp0regdef_h_
+
+#define CP0_INDEX $0
+#define CP0_RANDOM $1
+#define CP0_ENTRYLO0 $2
+#define CP0_ENTRYLO1 $3
+#define CP0_CONTEXT $4
+#define CP0_PAGEMASK $5
+#define CP0_WIRED $6
+#define CP0_BADVADDR $8
+#define CP0_COUNT $9
+#define CP0_ENTRYHI $10
+#define CP0_COMPARE $11
+#define CP0_STATUS $12
+#define CP0_CAUSE $13
+#define CP0_EPC $14
+#define CP0_PRID $15
+#define CP0_CONFIG $16
+#define CP0_LLADDR $17
+#define CP0_WATCHLO $18
+#define CP0_WATCHHI $19
+#define CP0_XCONTEXT $20
+#define CP0_FRAMEMASK $21
+#define CP0_DIAGNOSTIC $22
+#define CP0_PERFORMANCE $25
+#define CP0_ECC $26
+#define CP0_CACHEERR $27
+#define CP0_TAGLO $28
+#define CP0_TAGHI $29
+#define CP0_ERROREPC $30
+
+#endif