Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_MBAR2 (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/m68k/include/asm/
Dm5249.h21 #define mbar2_readLong(x) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x))
22 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y
23 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y
24 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y
Dimmap_5253.h23 #define MMAP_PAR (CONFIG_SYS_MBAR2 + 0x0000019C)
24 #define MMAP_I2C1 (CONFIG_SYS_MBAR2 + 0x00000440)
25 #define MMAP_UART2 (CONFIG_SYS_MBAR2 + 0x00000C00)
/external/u-boot/include/configs/
DM5253EVBE.h51 #define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)
81 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
DM5253DEMO.h46 # define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)
114 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
DM5249EVB.h61 #define CONFIG_SYS_MBAR2 0x80000000 macro
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dstart.S114 #ifdef CONFIG_SYS_MBAR2
116 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
/external/u-boot/board/freescale/m5253evbe/
DREADME32 CONFIG_SYS_MBAR2 MBAR2 base address
/external/u-boot/scripts/
Dconfig_whitelist.txt3425 CONFIG_SYS_MBAR2