Home
last modified time | relevance | path

Searched refs:BATU_VP (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/configs/
Dxpedite517x.h322 BATU_VP)
334 #define CONFIG_SYS_DBAT0U (BATU_BL_2G | BATU_VS | BATU_VP)
349 BATU_VP)
366 BATU_VP)
383 BATU_VP)
401 BATU_VP)
417 BATU_VP)
432 BATU_VP)
446 BATU_VP)
464 BATU_VP)
DMPC8610HPCD.h297 #define CONFIG_SYS_DBAT1U (CONFIG_SYS_PCI1_MEM_VIRT | BATU_BL_1G | BATU_VS | BATU_VP)
308 #define CONFIG_SYS_DBAT2U (CONFIG_SYS_PCI1_IO_VIRT | BATU_BL_16M | BATU_VS | BATU_VP)
319 #define CONFIG_SYS_DBAT3U (CONFIG_SYS_CCSRBAR | BATU_BL_1M | BATU_VS | BATU_VP)
328 | BATU_BL_1M | BATU_VS | BATU_VP)
342 #define CONFIG_SYS_DBAT4U (CONFIG_SYS_PCIE2_IO_PHYS | BATU_BL_32M | BATU_VS | BATU_VP)
351 #define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP)
361 #define CONFIG_SYS_DBAT6U (CONFIG_SYS_FLASH_BASE | BATU_BL_256M | BATU_VS | BATU_VP)
368 #define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE | BATU_BL_1M | BATU_VS | BATU_VP)
379 #define CONFIG_SYS_DBAT7U (PIXIS_BASE | BATU_BL_1M | BATU_VS | BATU_VP)
Dsbc8641d.h335 #define CONFIG_SYS_DBAT0U (BATU_BL_2G | BATU_VS | BATU_VP)
347 #define CONFIG_SYS_DBAT1U (CONFIG_SYS_PCIE1_MEM_VIRT | BATU_BL_256M | BATU_VS | BATU_VP)
357 #define CONFIG_SYS_DBAT2U (CONFIG_SYS_SRIO1_MEM_BASE | BATU_BL_512M | BATU_VS | BATU_VP)
367 #define CONFIG_SYS_DBAT3U (CONFIG_SYS_CCSRBAR | BATU_BL_4M | BATU_VS | BATU_VP)
376 | BATU_BL_1M | BATU_VS | BATU_VP)
390 #define CONFIG_SYS_DBAT4U (CONFIG_SYS_PCIE1_IO_VIRT | BATU_BL_32M | BATU_VS | BATU_VP)
399 #define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP)
409 #define CONFIG_SYS_DBAT6U ((CONFIG_SYS_FLASH_BASE & 0xfe000000) | BATU_BL_32M | BATU_VS | BATU_VP)
416 #define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE | BATU_BL_1M | BATU_VS | BATU_VP)
DMPC8641HPCN.h432 | BATU_VS | BATU_VP)
450 | BATU_VS | BATU_VP)
461 | BATU_VS | BATU_VP)
476 | BATU_VP)
487 | BATU_BL_1M | BATU_VS | BATU_VP)
501 | BATU_VS | BATU_VP)
511 #define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP)
523 | BATU_VP)
532 #define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE | BATU_BL_1M | BATU_VS | BATU_VP)
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dmp.c111 BATU_VS | BATU_VP, in setup_mp()
Dcpu.c201 batu = bl | BATU_VS | BATU_VP; in setup_ddr_bat()
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h159 #define BATU_VP 0x00000001 macro