Skip to content

Commit

Permalink
[AVR32] Add missing bit in PCCR sysreg
Browse files Browse the repository at this point in the history
The enable bit was missing...

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Nov 15, 2007
1 parent 80f76c5 commit 8fea1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-avr32/sysreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fea1ad

Please sign in to comment.