Searched refs:CONFIG_SYS_CCSRBAR_PHYS_HIGH (Results 1 – 10 of 10) sorted by relevance
/u-boot/include/ |
A D | mpc85xx.h | 39 #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 D | qemu-ppce500.h | 27 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH (get_phys_ccsrbar_addr_early() >> 32) macro 30 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 macro
|
A D | sbc8641d.h | 79 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 macro
|
A D | xpedite517x.h | 74 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 macro
|
/u-boot/arch/arm/include/asm/arch-ls102xa/ |
A D | immap_ls102xa.h | 58 #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 D | immap_lsch2.h | 160 #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 D | start.S | 485 #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 D | start.S | 884 li r6, CONFIG_SYS_CCSRBAR_PHYS_HIGH@l
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 1744 CONFIG_SYS_CCSRBAR_PHYS_HIGH
|
/u-boot/ |
A D | README | 2692 #define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH 2695 - CONFIG_SYS_CCSRBAR_PHYS_HIGH:
|
Completed in 23 milliseconds