diff options
Diffstat (limited to 'include/asm-m68k/m5235.h')
| -rw-r--r-- | include/asm-m68k/m5235.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/asm-m68k/m5235.h b/include/asm-m68k/m5235.h index 22987ac77..71a40d33d 100644 --- a/include/asm-m68k/m5235.h +++ b/include/asm-m68k/m5235.h @@ -557,8 +557,8 @@  #define CCM_RCON_MODE			(0x0001)  /* Bit definitions and macros for CCM_CIR */ -#define CCM_CIR_PIN(x)			(((x)&0x03FF)<<6) -#define CCM_CIR_PRN(x)			((x)&0x003F) +#define CCM_CIR_PIN(x)			(((x) & 0xFFC0) >> 6) +#define CCM_CIR_PRN(x)			((x) & 0x003F)  /*********************************************************************  * PLL Clock Module |