Go to the documentation of this file. 1 #ifndef __MACH_PXA27x_H
2 #define __MACH_PXA27x_H
5 #include <mach/hardware.h>
10 #define ARB_CNTRL __REG(0x48000048)
12 #define ARB_DMA_SLV_PARK (1<<31)
13 #define ARB_CI_PARK (1<<30)
14 #define ARB_EX_MEM_PARK (1<<29)
15 #define ARB_INT_MEM_PARK (1<<28)
16 #define ARB_USB_PARK (1<<27)
17 #define ARB_LCD_PARK (1<<26)
18 #define ARB_DMA_PARK (1<<25)
19 #define ARB_CORE_PARK (1<<24)
20 #define ARB_LOCK_FLAG (1<<23)
27 #define pxa27x_handle_irq ichp_handle_irq