diff options
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mcbsp.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/mcbsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h b/arch/arm/plat-omap/include/mach/mcbsp.h index fe10ae8b027b..70e950e295e1 100644 --- a/arch/arm/plat-omap/include/mach/mcbsp.h +++ b/arch/arm/plat-omap/include/mach/mcbsp.h | |||
@@ -254,6 +254,7 @@ | |||
254 | #define RDISABLE 0x0001 | 254 | #define RDISABLE 0x0001 |
255 | 255 | ||
256 | /********************** McBSP SYSCONFIG bit definitions ********************/ | 256 | /********************** McBSP SYSCONFIG bit definitions ********************/ |
257 | #define CLOCKACTIVITY(value) ((value)<<8) | ||
257 | #define SIDLEMODE(value) ((value)<<3) | 258 | #define SIDLEMODE(value) ((value)<<3) |
258 | #define ENAWAKEUP 0x0004 | 259 | #define ENAWAKEUP 0x0004 |
259 | #define SOFTRST 0x0002 | 260 | #define SOFTRST 0x0002 |