Home
last modified time | relevance | path

Searched refs:IMX_IO_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-mx27/
H A Dimx-regs.h174 #define IMX_IO_BASE 0x10000000 macro
177 #define IMX_WDT_BASE (0x02000 + IMX_IO_BASE)
178 #define IMX_TIM1_BASE (0x03000 + IMX_IO_BASE)
181 #define IMX_RTC_BASE (0x07000 + IMX_IO_BASE)
182 #define UART1_BASE (0x0a000 + IMX_IO_BASE)
183 #define UART2_BASE (0x0b000 + IMX_IO_BASE)
184 #define UART3_BASE (0x0c000 + IMX_IO_BASE)
185 #define UART4_BASE (0x0d000 + IMX_IO_BASE)
195 #define IMX_PLL_BASE (0x27000 + IMX_IO_BASE)
197 #define IMX_IIM_BASE (0x28000 + IMX_IO_BASE)
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h12 #define IO_ADDRESS(x) ((x) | IMX_IO_BASE)
22 #define IMX_IO_BASE 0x00200000 macro
28 #define IMX_AIPI1_BASE (0x00000 + IMX_IO_BASE)
29 #define IMX_WDT_BASE (0x01000 + IMX_IO_BASE)
30 #define IMX_TIM1_BASE (0x02000 + IMX_IO_BASE)
31 #define IMX_TIM2_BASE (0x03000 + IMX_IO_BASE)
32 #define IMX_RTC_BASE (0x04000 + IMX_IO_BASE)
33 #define IMX_LCDC_BASE (0x05000 + IMX_IO_BASE)
34 #define IMX_UART1_BASE (0x06000 + IMX_IO_BASE)
35 #define IMX_UART2_BASE (0x07000 + IMX_IO_BASE)
[all …]