/openbmc/u-boot/include/configs/km/ |
H A D | km83xx-common.h | 224 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW | \ macro 228 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
/openbmc/u-boot/include/configs/ |
H A D | mpc8308_p1m.h | 402 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW | \ macro 406 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | TQM834x.h | 316 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 395 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC8308RDB.h | 435 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW | \ macro 439 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC8323ERDB.h | 340 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 347 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | ids8313.h | 318 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE |\ macro 324 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | ve8313.h | 365 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW) macro 417 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC832XEMDS.h | 422 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 429 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | vme8349.h | 400 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW | \ macro 458 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC8315ERDB.h | 455 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 462 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | sbc8349.h | 486 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 565 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | hrcon.h | 531 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW | \ macro 535 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC8313ERDB.h | 531 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW) macro 575 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC837XERDB.h | 504 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_LOWER \ macro 511 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC8349ITX.h | 536 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 614 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC837XEMDS.h | 489 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_LOWER \ macro 496 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | strider.h | 563 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW | \ macro 567 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | MPC8349EMDS.h | 573 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \ macro 652 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
|
H A D | xpedite517x.h | 336 #define CONFIG_SYS_IBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE) macro
|
H A D | sbc8641d.h | 337 #define CONFIG_SYS_IBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE ) macro
|
H A D | MPC8610HPCD.h | 287 #define CONFIG_SYS_IBAT0L (BATL_PP_RW) macro
|
H A D | MPC8641HPCN.h | 423 #define CONFIG_SYS_IBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE) macro
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | cpu.c | 201 write_bat(IBAT0, batu, CONFIG_SYS_IBAT0L); in setup_ddr_bat()
|
H A D | start.S | 355 && defined(CONFIG_SYS_IBAT0U) && defined(CONFIG_SYS_IBAT0L)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | start.S | 572 addis r4, r0, CONFIG_SYS_IBAT0L@h 573 ori r4, r4, CONFIG_SYS_IBAT0L@l
|