projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80f76c5
)
[AVR32] Add missing bit in PCCR sysreg
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Wed, 31 Oct 2007 19:32:00 +0000
(20:32 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Thu, 15 Nov 2007 12:47:20 +0000
(13:47 +0100)
The enable bit was missing...
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
include/asm-avr32/sysreg.h
patch
|
blob
|
history
diff --git
a/include/asm-avr32/sysreg.h
b/include/asm-avr32/sysreg.h
index c02bc8304b137cd407d88498729bd4fb53acf69e..dd21182b60e0fd11fd6c873a67e3e694229fb340 100644
(file)
--- 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