aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/sysreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/sysreg.h')
-rw-r--r--include/asm-avr32/sysreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-avr32/sysreg.h b/include/asm-avr32/sysreg.h
index c02bc8304b13..dd21182b60e0 100644
--- a/include/asm-avr32/sysreg.h
+++ b/include/asm-avr32/sysreg.h
@@ -215,6 +215,8 @@
#define SYSREG_IRP_SIZE 6
/* Bitfields in PCCR */
+#define SYSREG_PCCR_E_OFFSET 0
+#define SYSREG_PCCR_E_SIZE 1
#define SYSREG_PCCR_R_OFFSET 1
#define SYSREG_PCCR_R_SIZE 1
#define SYSREG_PCCR_C_OFFSET 2