Home
last modified time | relevance | path

Searched refs:get_phys_ccsrbar_addr_early (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/configs/
Dqemu-ppce500.h36 extern unsigned long long get_phys_ccsrbar_addr_early(void);
37 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH (get_phys_ccsrbar_addr_early() >> 32)
38 #define CONFIG_SYS_CCSRBAR_PHYS_LOW get_phys_ccsrbar_addr_early()
/external/u-boot/board/freescale/qemu-ppce500/
Dqemu-ppce500.c48 uint64_t get_phys_ccsrbar_addr_early(void) in get_phys_ccsrbar_addr_early() function