diff options
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/omap3.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/omap3.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap3.h index 2b5e9aeae..c57599a93 100644 --- a/arch/arm/include/asm/arch-omap3/omap3.h +++ b/arch/arm/include/asm/arch-omap3/omap3.h @@ -253,4 +253,11 @@ struct gpio {  #define OMAP3_EMU_HAL_START_HAL_CRITICAL	4 +/* ABB settings */ +#define OMAP_ABB_SETTLING_TIME		30 +#define OMAP_ABB_CLOCK_CYCLES		8 + +/* ABB tranxdone mask */ +#define OMAP_ABB_MPU_TXDONE_MASK	(0x1 << 26) +  #endif |