/external/u-boot/include/ |
D | mpc85xx.h | 40 #undef CONFIG_SYS_CCSRBAR_PHYS_LOW 56 #ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW 57 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR_DEFAULT macro 61 CONFIG_SYS_CCSRBAR_PHYS_LOW)
|
/external/u-boot/include/configs/ |
D | qemu-ppce500.h | 38 #define CONFIG_SYS_CCSRBAR_PHYS_LOW get_phys_ccsrbar_addr_early() macro 41 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8641HPCN.h | 90 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro 93 PAIRED_PHYS_TO_PHYS(CONFIG_SYS_CCSRBAR_PHYS_LOW, \ 480 #define CONFIG_SYS_DBAT3L (BAT_PHYS_ADDR(CONFIG_SYS_CCSRBAR_PHYS_LOW, \ 486 #define CONFIG_SYS_IBAT3L (BAT_PHYS_ADDR(CONFIG_SYS_CCSRBAR_PHYS_LOW, \
|
D | sbc8641d.h | 84 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro 86 #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_LOW
|
D | MPC8610HPCD.h | 72 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro 74 #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_LOW
|
D | MPC8541CDS.h | 39 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8555CDS.h | 39 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8540ADS.h | 65 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | socrates.h | 62 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | controlcenterd.h | 110 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8568MDS.h | 44 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | BSC9131RDB.h | 118 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR_DEFAULT macro
|
D | MPC8560ADS.h | 64 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | xpedite520x.h | 51 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | sbc8548.h | 83 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8548CDS.h | 56 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8544DS.h | 45 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | xpedite537x.h | 68 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | xpedite550x.h | 66 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | p1_twr.h | 67 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | MPC8569MDS.h | 64 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
D | C29XPCIE.h | 132 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR macro
|
/external/u-boot/arch/arm/include/asm/arch-ls102xa/ |
D | immap_ls102xa.h | 59 #undef CONFIG_SYS_CCSRBAR_PHYS_LOW 75 #ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW 76 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_IMMR macro 80 CONFIG_SYS_CCSRBAR_PHYS_LOW)
|
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
D | immap_lsch2.h | 152 #undef CONFIG_SYS_CCSRBAR_PHYS_LOW 164 #ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW 165 #define CONFIG_SYS_CCSRBAR_PHYS_LOW 0x01000000 macro 169 CONFIG_SYS_CCSRBAR_PHYS_LOW)
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | start.S | 518 #if !defined(CONFIG_SYS_CCSRBAR_PHYS_HIGH) || !defined(CONFIG_SYS_CCSRBAR_PHYS_LOW) 534 CONFIG_SYS_CCSRBAR_PHYS_LOW, MAS3_SW|MAS3_SR, \ 589 lis r1, CONFIG_SYS_CCSRBAR_PHYS_LOW@h 590 ori r1, r1, CONFIG_SYS_CCSRBAR_PHYS_LOW@l 628 lis r1, CONFIG_SYS_CCSRBAR_PHYS_LOW@h 629 ori r1, r1, CONFIG_SYS_CCSRBAR_PHYS_LOW@l 668 (CONFIG_SYS_CCSRBAR_PHYS_LOW >> 12)) 709 CONFIG_SYS_CCSRBAR_PHYS_LOW + 0xC20000, MAS3_SW|MAS3_SR, \ 830 lis r3, FSL_BOOKE_MAS3(CONFIG_SYS_CCSRBAR_PHYS_LOW, 0, (MAS3_SW|MAS3_SR))@h 831 ori r3, r3, FSL_BOOKE_MAS3(CONFIG_SYS_CCSRBAR_PHYS_LOW, 0, (MAS3_SW|MAS3_SR))@l
|