summaryrefslogtreecommitdiff
path: root/include/asm-blackfin/mach-common/bits/core.h
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2010-01-23 07:22:23 -0600
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 07:22:23 -0600
commit790af6ed08cc3675267191eb60403bd4f0d9a03c (patch)
treeded9dced10adeea568982bf634b9dc7d3c00f537 /include/asm-blackfin/mach-common/bits/core.h
parent69df282a781dfe7a1bfc62acf0605992d3ea6c52 (diff)
parent57ae8a5cced612088104303777e71a3dc89c00ef (diff)
downloadu-boot-imx-790af6ed08cc3675267191eb60403bd4f0d9a03c.zip
u-boot-imx-790af6ed08cc3675267191eb60403bd4f0d9a03c.tar.gz
u-boot-imx-790af6ed08cc3675267191eb60403bd4f0d9a03c.tar.bz2
Merge branch 'r-ml-master' into t-master
Diffstat (limited to 'include/asm-blackfin/mach-common/bits/core.h')
-rw-r--r--include/asm-blackfin/mach-common/bits/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-common/bits/core.h b/include/asm-blackfin/mach-common/bits/core.h
index d8cee10..6db4f81 100644
--- a/include/asm-blackfin/mach-common/bits/core.h
+++ b/include/asm-blackfin/mach-common/bits/core.h
@@ -105,5 +105,8 @@
#define SSSTEP 0x00000001 /* Supervisor Single Step */
#define CCEN 0x00000002 /* Cycle Counter Enable */
#define SNEN 0x00000004 /* Self-Nesting Interrupt Enable */
+#define SYSCFG_SSSTEP_P 0
+#define SYSCFG_CCEN_P 1
+#define SYSCFG_SCEN_P 2
#endif