Searched refs:CONFIG_SYS_MBAR2 (Results 1 – 8 of 8) sorted by relevance
21 #define mbar2_readLong(x) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x))22 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y23 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y24 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y
23 #define MMAP_PAR (CONFIG_SYS_MBAR2 + 0x0000019C)24 #define MMAP_I2C1 (CONFIG_SYS_MBAR2 + 0x00000440)25 #define MMAP_UART2 (CONFIG_SYS_MBAR2 + 0x00000C00)
51 #define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)81 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
46 # define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)114 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
61 #define CONFIG_SYS_MBAR2 0x80000000 macro
114 #ifdef CONFIG_SYS_MBAR2116 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
32 CONFIG_SYS_MBAR2 MBAR2 base address
3425 CONFIG_SYS_MBAR2