Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5249.h22 #define mbar2_readLong(x) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x))
23 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y
24 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y
25 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y
H A Dimmap_5253.h24 #define MMAP_PAR (CONFIG_SYS_MBAR2 + 0x0000019C)
25 #define MMAP_I2C1 (CONFIG_SYS_MBAR2 + 0x00000440)
26 #define MMAP_UART2 (CONFIG_SYS_MBAR2 + 0x00000C00)
/OK3568_Linux_fs/u-boot/include/configs/
H A DM5253EVBE.h57 #define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)
89 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
H A DM5253DEMO.h49 # define CONFIG_SYS_ATA_BASE_ADDR (CONFIG_SYS_MBAR2 + 0x800)
119 #define CONFIG_SYS_MBAR2 0x80000000 /* Module Base Addrs 2 */ macro
H A DM5249EVB.h68 #define CONFIG_SYS_MBAR2 0x80000000 macro
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S115 #ifdef CONFIG_SYS_MBAR2
117 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
/OK3568_Linux_fs/u-boot/board/freescale/m5253evbe/
H A DREADME33 CONFIG_SYS_MBAR2 MBAR2 base address
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt3709 CONFIG_SYS_MBAR2