Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dqemu-ppce500.h41 extern unsigned long long get_phys_ccsrbar_addr_early(void);
42 #define CONFIG_SYS_CCSRBAR_PHYS_HIGH (get_phys_ccsrbar_addr_early() >> 32)
43 #define CONFIG_SYS_CCSRBAR_PHYS_LOW get_phys_ccsrbar_addr_early()
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c49 uint64_t get_phys_ccsrbar_addr_early(void) in get_phys_ccsrbar_addr_early() function