Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A 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)
H A 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
/openbmc/u-boot/include/configs/
H A DM5253DEMO.h46 # define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)
114 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
H A DM5249EVB.h61 #define CONFIG_SYS_MBAR2 0x80000000 macro
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S114 #ifdef CONFIG_SYS_MBAR2
116 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt3336 CONFIG_SYS_MBAR2