Go to the documentation of this file.
22 #ifndef __ASM_ARCH_REALVIEW_H
23 #define __ASM_ARCH_REALVIEW_H
28 #include <asm/setup.h>
30 #define APB_DEVICE(name, busid, base, plat) \
31 static AMBA_APB_DEVICE(name, busid, 0, REALVIEW_##base##_BASE, base##_IRQ, plat)
33 #define AHB_DEVICE(name, busid, base, plat) \
34 static AMBA_AHB_DEVICE(name, busid, 0, REALVIEW_##base##_BASE, base##_IRQ, plat)