Searched refs:CONFIG_SYS_MBAR2 (Results 1 – 8 of 8) sorted by relevance
22 #define mbar2_readLong(x) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x))23 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y24 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y25 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y
24 #define MMAP_PAR (CONFIG_SYS_MBAR2 + 0x0000019C)25 #define MMAP_I2C1 (CONFIG_SYS_MBAR2 + 0x00000440)26 #define MMAP_UART2 (CONFIG_SYS_MBAR2 + 0x00000C00)
57 #define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)89 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
49 # define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)119 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
68 #define CONFIG_SYS_MBAR2 0x80000000 macro
115 #ifdef CONFIG_SYS_MBAR2117 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
33 CONFIG_SYS_MBAR2 MBAR2 base address
3709 CONFIG_SYS_MBAR2