Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_CCSRBAR_PHYS_HIGH (Results 1 – 10 of 10) sorted by relevance

/u-boot/include/
A Dmpc85xx.h39 #undef CONFIG_SYS_CCSRBAR_PHYS_HIGH
41 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0 macro
48 #ifndef CONFIG_SYS_CCSRBAR_PHYS_HIGH
50 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0xf macro
52 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0 macro
60 #define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH * 1ull) << 32 | \
/u-boot/include/configs/
A Dqemu-ppce500.h27 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH (get_phys_ccsrbar_addr_early() >> 32) macro
30 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 macro
A Dsbc8641d.h79 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 macro
A Dxpedite517x.h74 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 macro
/u-boot/arch/arm/include/asm/arch-ls102xa/
A Dimmap_ls102xa.h58 #undef CONFIG_SYS_CCSRBAR_PHYS_HIGH
60 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0 macro
67 #ifndef CONFIG_SYS_CCSRBAR_PHYS_HIGH
69 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0xf macro
71 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0 macro
79 #define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH * 1ull) << 32 | \
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dimmap_lsch2.h160 #undef CONFIG_SYS_CCSRBAR_PHYS_HIGH
162 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0 macro
169 #ifndef CONFIG_SYS_CCSRBAR_PHYS_HIGH
170 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0 macro
177 #define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH * 1ull) << 32 | \
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dstart.S485 #if !defined(CONFIG_SYS_CCSRBAR_PHYS_HIGH) || !defined(CONFIG_SYS_CCSRBAR_PHYS_LOW)
502 CONFIG_SYS_CCSRBAR_PHYS_HIGH, r3
554 lis r0, CONFIG_SYS_CCSRBAR_PHYS_HIGH@h
555 ori r0, r0, CONFIG_SYS_CCSRBAR_PHYS_HIGH@l
593 lis r0, CONFIG_SYS_CCSRBAR_PHYS_HIGH@h
594 ori r0, r0, CONFIG_SYS_CCSRBAR_PHYS_HIGH@l
634 #define CCSRBAR_PHYS_RS12 ((CONFIG_SYS_CCSRBAR_PHYS_HIGH << 20) | \
677 CONFIG_SYS_CCSRBAR_PHYS_HIGH, r3
799 lis r4, CONFIG_SYS_CCSRBAR_PHYS_HIGH@h
800 ori r4, r4, CONFIG_SYS_CCSRBAR_PHYS_HIGH@l
/u-boot/arch/powerpc/cpu/mpc86xx/
A Dstart.S884 li r6, CONFIG_SYS_CCSRBAR_PHYS_HIGH@l
/u-boot/scripts/
A Dconfig_whitelist.txt1744 CONFIG_SYS_CCSRBAR_PHYS_HIGH
/u-boot/
A DREADME2692 #define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH
2695 - CONFIG_SYS_CCSRBAR_PHYS_HIGH:

Completed in 22 milliseconds